☰ INDEX
Anatomy_INICET_PYQ
Anesthesia_INICET_PYQ
Biochemistry_INICET_PYQ
Dermatology_INICET_PYQ
ENT_INICET_PYQ
FMT_INICET_PYQ
Gynaecology_INICET_PYQ
Medicine_INICET_PYQ
Microbiology_INICET_PYQ
Obstetrics_INICET_PYQ
Opthalmology_INICET_PYQ
Orthopaedics_INICET_PYQ
PSM_INICET_PYQ
Pathology_INICET_PYQ
Pediatrics_INICET_PYQ
Pharmacology_INICET_PYQ
Physiology_INICET_PYQ
Psychiatry_INICET_PYQ
Radiology_INICET_PYQ
Surgery_INICET_PYQ
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Anatomy Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 159</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 159 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Which is formed by 3 bones?", "options": [{"label": "A", "text": "Foramen Magnum", "correct": false}, {"label": "B", "text": "Foramen jugulare", "correct": false}, {"label": "C", "text": "Foramen rotundum", "correct": false}, {"label": "D", "text": "Foramen lacerum", "correct": true}], "correct_answer": "D. Foramen lacerum", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(166).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33625101701774118/33625101701774118.m3u8"}, {"text": "Which of following structure passes via jugular foramen has separate canal:-", "options": [{"label": "A", "text": "12 Nerve", "correct": false}, {"label": "B", "text": "9 Nerve", "correct": true}, {"label": "C", "text": "10 Nerve", "correct": false}, {"label": "D", "text": "11 Nerve", "correct": false}], "correct_answer": "B. 9 Nerve", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(158).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9924961701774570/9924961701774570.m3u8"}, {"text": "Identify the marked foramen/canal", "options": [{"label": "A", "text": "F.rotundum", "correct": true}, {"label": "B", "text": "F.ovale", "correct": false}, {"label": "C", "text": "Vidian canal", "correct": false}, {"label": "D", "text": "Incisive foramen", "correct": false}], "correct_answer": "A. F.rotundum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Anat.jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3_1(147).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20161031701774593/20161031701774593.m3u8"}, {"text": "Through which of the marked foramen, Covid may spread to meninges ?", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(727).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5399271701774657/5399271701774657.m3u8"}, {"text": "In case of trauma to jugular foramen which of the following function is lost?", "options": [{"label": "A", "text": "Taste sensation in anterior 2/3rd of tongue", "correct": false}, {"label": "B", "text": "Taste in posterior 1/3rd of tongue", "correct": true}, {"label": "C", "text": "General sensation from anterior 2/3rd of tongue", "correct": false}, {"label": "D", "text": "All motor function of tongue", "correct": false}], "correct_answer": "B. Taste in posterior 1/3rd of tongue", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49136571701774688/49136571701774688.m3u8"}, {"text": "Identify the marked nerve in the base of the skull ?", "options": [{"label": "A", "text": "Ocular nerve", "correct": false}, {"label": "B", "text": "Oculomotor nerve", "correct": true}, {"label": "C", "text": "Hypoglossal nerve", "correct": false}, {"label": "D", "text": "Glossopharyngeal nerve", "correct": false}], "correct_answer": "B. Oculomotor nerve", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(673).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16688721701774722/16688721701774722.m3u8"}, {"text": "Which of the following nerve supplies the marked structure in the given pic?", "options": [{"label": "A", "text": "CN 2", "correct": false}, {"label": "B", "text": "CN 4", "correct": true}, {"label": "C", "text": "CN 3", "correct": false}, {"label": "D", "text": "CN 6", "correct": false}], "correct_answer": "B. CN 4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(509).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(109).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Sequential arrangment of 8th nerve pathway from periphery to center: 1. Vestibular nerve 2. Superior olivary nucleus 3. Medial geniculate body 4. Cochlear nuclei 5. Lateral lemniscus 6. Inferior colliculus", "options": [{"label": "A", "text": "1-3-2-4-5-6", "correct": false}, {"label": "B", "text": "1-4-2-5-6-3", "correct": true}, {"label": "C", "text": "1-3-4-2-6-5", "correct": false}, {"label": "D", "text": "1-4-2-3-6-5", "correct": false}], "correct_answer": "B. 1-4-2-5-6-3", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8_1(103).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57672951701774807/57672951701774807.m3u8"}, {"text": "Which of the following is false", "options": [{"label": "A", "text": "Auriculotemporal nerve is a branch of mandibular Nerve", "correct": false}, {"label": "B", "text": "Buccal Nerve pierces Buccinator muscle", "correct": false}, {"label": "C", "text": "Supratrochlear Nerve lies lateral to Supra orbital Nerve", "correct": true}, {"label": "D", "text": "Lacrimal Nerve supplies skin of lateral part of upper eyelid", "correct": false}], "correct_answer": "C. Supratrochlear Nerve lies lateral to Supra orbital Nerve", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9_1(123).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29410231701774822/29410231701774822.m3u8"}, {"text": "All of the following are branches of External carotid artery (ECA) supplying the nasal septum except:", "options": [{"label": "A", "text": "Anterior ethmoidal artery", "correct": true}, {"label": "B", "text": "Sphenopalatine artery", "correct": false}, {"label": "C", "text": "Greater palatine artery", "correct": false}, {"label": "D", "text": "Superior labial artery", "correct": false}], "correct_answer": "A. Anterior ethmoidal artery", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10_1(90).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41187991701774893/41187991701774893.m3u8"}, {"text": "Which of the following marking represents Piriform Fossa", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": true}], "correct_answer": "D. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(400).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a content of Carotid sheath?", "options": [{"label": "A", "text": "Internal Carotid Artery", "correct": false}, {"label": "B", "text": "Internal Jugular Vein", "correct": false}, {"label": "C", "text": "IX cranial nerve", "correct": false}, {"label": "D", "text": "Sympathetic chain", "correct": true}], "correct_answer": "D. Sympathetic chain", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12_1(74).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35623241701774945/35623241701774945.m3u8"}, {"text": "A Patient who underwent Parotid surgery noticed weakness in lower lip movement after surgery, Which of the following nerve is injured in this patient.", "options": [{"label": "A", "text": "Main trunk of Facial Nerve", "correct": false}, {"label": "B", "text": "Cervical branch of Facial Nerve", "correct": true}, {"label": "C", "text": "Temporal branch of Facial Nerve", "correct": false}, {"label": "D", "text": "Ansa cervicalis", "correct": false}], "correct_answer": "B. Cervical branch of Facial Nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32460701701774977/32460701701774977.m3u8"}, {"text": "Which of the following structures lies deep to the marked area", "options": [{"label": "A", "text": "Posterior clinoid process", "correct": false}, {"label": "B", "text": "Lesser wing", "correct": true}, {"label": "C", "text": "Carotid canal", "correct": false}, {"label": "D", "text": "Sella turcica", "correct": false}], "correct_answer": "B. Lesser wing", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(354).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14_1(81).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29109371701775068/29109371701775068.m3u8"}, {"text": "Artery lying deep to the marked area is which one of the following?", "options": [{"label": "A", "text": "Ophthalmic Artery", "correct": false}, {"label": "B", "text": "Maxillary Artery", "correct": false}, {"label": "C", "text": "Internal Carotid Artery", "correct": false}, {"label": "D", "text": "Middle Meningeal Artery", "correct": true}], "correct_answer": "D. Middle Meningeal Artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(339).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37348771701775206/37348771701775206.m3u8"}, {"text": "Third part of vertebral artery is related to which part of atlas?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": true}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "B. B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(320).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16_1(72).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5353211701775231/5353211701775231.m3u8"}, {"text": "Which of the following nerve is least injured in thyroid surgery?", "options": [{"label": "A", "text": "Superior Laryngeal Nerve", "correct": false}, {"label": "B", "text": "Recurrent Laryngeal Nerve", "correct": false}, {"label": "C", "text": "Ansa Cervicalis", "correct": false}, {"label": "D", "text": "Marginal Mandibular Nerve", "correct": true}], "correct_answer": "D. Marginal Mandibular Nerve", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17_1(59).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41651461701775268/41651461701775268.m3u8"}, {"text": "Inferior thyroid artery is a branch of?", "options": [{"label": "A", "text": "Thyrocervical trunk", "correct": true}, {"label": "B", "text": "Costocervical trunk", "correct": false}, {"label": "C", "text": "ICA", "correct": false}, {"label": "D", "text": "ECA", "correct": false}], "correct_answer": "A. Thyrocervical trunk", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19775611701775288/19775611701775288.m3u8"}, {"text": "Which of the following is not branch of Facial Artery?", "options": [{"label": "A", "text": "Superior labial", "correct": false}, {"label": "B", "text": "Mental", "correct": true}, {"label": "C", "text": "Inferior labial", "correct": false}, {"label": "D", "text": "Lateral nasal", "correct": false}], "correct_answer": "B. Mental", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18_1(72).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44742721701775379/44742721701775379.m3u8"}, {"text": "Lesion of which of the following will lead to paradoxical respiration", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/19(263).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8017001701775459/8017001701775459.m3u8"}, {"text": "Which of the following is the function of the marked muscles?", "options": [{"label": "A", "text": "Protraction", "correct": false}, {"label": "B", "text": "Retraction", "correct": false}, {"label": "C", "text": "Depression", "correct": true}, {"label": "D", "text": "Elevation", "correct": false}], "correct_answer": "C. Depression", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(259).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32122021701775483/32122021701775483.m3u8"}, {"text": "Name of the marked cranial nerve", "options": [{"label": "A", "text": "Abducent", "correct": true}, {"label": "B", "text": "Glossopharyngeal", "correct": false}, {"label": "C", "text": "Facial", "correct": false}, {"label": "D", "text": "Vestibulocochlear", "correct": false}], "correct_answer": "A. Abducent", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21(234).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21_1(68).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31138851701775499/31138851701775499.m3u8"}, {"text": "Spinal cord ends at what level in adults?", "options": [{"label": "A", "text": "T12", "correct": false}, {"label": "B", "text": "L1", "correct": true}, {"label": "C", "text": "L2", "correct": false}, {"label": "D", "text": "L3", "correct": false}], "correct_answer": "B. L1", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12349971701775543/12349971701775543.m3u8"}, {"text": "Medial Lemniscus is a continuation of?", "options": [{"label": "A", "text": "SpinoThalamic tract", "correct": false}, {"label": "B", "text": "SpinoTectal tract", "correct": false}, {"label": "C", "text": "SpinoCerebellar tract", "correct": false}, {"label": "D", "text": "Fasciculus Gracilis", "correct": true}], "correct_answer": "D. Fasciculus Gracilis", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/23_1(59).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61261631701775567/61261631701775567.m3u8"}, {"text": "Which of the following feature will be seen in Lesion of the marked structure", "options": [{"label": "A", "text": "Ataxia", "correct": false}, {"label": "B", "text": "Vertigo", "correct": false}, {"label": "C", "text": "Contralateral hemiplegia", "correct": true}, {"label": "D", "text": "Ipsilateral facial nerve palsy", "correct": false}], "correct_answer": "C. Contralateral hemiplegia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24(214).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40353161701775584/40353161701775584.m3u8"}, {"text": "Damage to the structure producing the elevation marked, leads to paralysis of which of the following muscle?", "options": [{"label": "A", "text": "Lateral rectus", "correct": false}, {"label": "B", "text": "Risorius", "correct": true}, {"label": "C", "text": "Levator palpebrae Superioris", "correct": false}, {"label": "D", "text": "Superior oblique", "correct": false}], "correct_answer": "B. Risorius", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(208).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6446371701775601/6446371701775601.m3u8"}, {"text": "Which of the following sensation is not perceived by spinal nucleus of trigeminal nerve?", "options": [{"label": "A", "text": "Pain", "correct": false}, {"label": "B", "text": "Touch", "correct": false}, {"label": "C", "text": "Temperature", "correct": false}, {"label": "D", "text": "Proprioception", "correct": true}], "correct_answer": "D. Proprioception", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66605371701775620/66605371701775620.m3u8"}, {"text": "Purkinje fibers relay to which of the following?", "options": [{"label": "A", "text": "Dentate nucleus", "correct": true}, {"label": "B", "text": "Amygdala", "correct": false}, {"label": "C", "text": "Caudate nucleus", "correct": false}, {"label": "D", "text": "VLN thalamus", "correct": false}], "correct_answer": "A. Dentate nucleus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55025801701775638/55025801701775638.m3u8"}, {"text": "There is a Marked area in the given section. Fibers from here will relay in which nucleus?", "options": [{"label": "A", "text": "Inferior olivary", "correct": false}, {"label": "B", "text": "Fastigial", "correct": true}, {"label": "C", "text": "Red nucleus", "correct": false}, {"label": "D", "text": "Tectum", "correct": false}], "correct_answer": "B. Fastigial", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28(156).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28_1(37).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30687271701775704/30687271701775704.m3u8"}, {"text": "Which of the following is not correctly marked?", "options": [{"label": "A", "text": "Fornix – A", "correct": false}, {"label": "B", "text": "Hypothalamus – B", "correct": true}, {"label": "C", "text": "Cerebellum – C", "correct": false}, {"label": "D", "text": "Corpus callosum – D", "correct": false}], "correct_answer": "B. Hypothalamus – B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/29(168).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is false regarding blood supply of dura mater?", "options": [{"label": "A", "text": "Meningeal branch of ICA in posterior cranial fossa", "correct": true}, {"label": "B", "text": "Accessory meningeal artery in Middle cranial fossa", "correct": false}, {"label": "C", "text": "Meningeal branch of anterior and posterior ethmoidal artery in Anterior cranial fossa", "correct": false}, {"label": "D", "text": "Middle meningeal artery in Middle cranial fossa", "correct": false}], "correct_answer": "A. Meningeal branch of ICA in posterior cranial fossa", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/30_1(44).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35747601701775754/35747601701775754.m3u8"}, {"text": "Which of the following projects efferent fibers through the marked structure?", "options": [{"label": "A", "text": "Hippocampus", "correct": true}, {"label": "B", "text": "Mammillary body", "correct": false}, {"label": "C", "text": "Caudate nucleus", "correct": false}, {"label": "D", "text": "Amygdala", "correct": false}], "correct_answer": "A. Hippocampus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31(153).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31_1(31).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3154711701775769/3154711701775769.m3u8"}, {"text": "Fibres from mammillary body ends in which marked area?", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32(145).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32_1(28).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39608651701775787/39608651701775787.m3u8"}, {"text": "Limbic system includes which of the following:- A. Hippocampus B. Amygdaloid body C. Anterior Nucleus of Thalamus D. Caudate Nucleus", "options": [{"label": "A", "text": "A+B", "correct": false}, {"label": "B", "text": "B+C", "correct": false}, {"label": "C", "text": "A+B+C", "correct": true}, {"label": "D", "text": "Only A", "correct": false}], "correct_answer": "C. A+B+C", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/33_1(34).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Neurotransmitter secreted by the marked area is", "options": [{"label": "A", "text": "GABA", "correct": false}, {"label": "B", "text": "Glutamate", "correct": false}, {"label": "C", "text": "Dopamine", "correct": true}, {"label": "D", "text": "Ach", "correct": false}], "correct_answer": "C. Dopamine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34(145).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69297741701775915/69297741701775915.m3u8"}, {"text": "Decussation of Superior Cerebellar peduncle occurs at:", "options": [{"label": "A", "text": "Midbrain", "correct": true}, {"label": "B", "text": "Pons", "correct": false}, {"label": "C", "text": "Medulla", "correct": false}, {"label": "D", "text": "Thalamus", "correct": false}], "correct_answer": "A. Midbrain", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/35_1(36).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60106701701776068/60106701701776068.m3u8"}, {"text": "A patient presents with sudden onset of Dysarthria, sensory loss of right side of face, right upper limb ataxia. There is sensory loss of left side of body without motor deficit. Which artery is involved?", "options": [{"label": "A", "text": "Basilar Artery", "correct": false}, {"label": "B", "text": "Anterior Inferior Cerebellar Artery", "correct": false}, {"label": "C", "text": "Posterior Inferior Cerebellar Artery", "correct": true}, {"label": "D", "text": "Superior Cerebellar Artery", "correct": false}], "correct_answer": "C. Posterior Inferior Cerebellar Artery", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/37_1(33).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4752511701776102/4752511701776102.m3u8"}, {"text": "Ischemia to which part of internal capsule will lead to contralateral motor loss in upper & Lower limbs?", "options": [{"label": "A", "text": "Anterior Limb", "correct": false}, {"label": "B", "text": "Posterior Limb", "correct": true}, {"label": "C", "text": "Retrolentiform part", "correct": false}, {"label": "D", "text": "Sublentiform part", "correct": false}], "correct_answer": "B. Posterior Limb", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/38_1(39).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35549481701776127/35549481701776127.m3u8"}, {"text": "Fornix contains", "options": [{"label": "A", "text": "Commissural & Projection fibres", "correct": false}, {"label": "B", "text": "Commissural & Association fibres", "correct": true}, {"label": "C", "text": "Association & Projection fibres", "correct": false}, {"label": "D", "text": "Association fibres only", "correct": false}], "correct_answer": "B. Commissural & Association fibres", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19184651701776145/19184651701776145.m3u8"}, {"text": "Blood supply of the marked structure is:-", "options": [{"label": "A", "text": "ACA, MCA", "correct": false}, {"label": "B", "text": "ACA, PCA", "correct": true}, {"label": "C", "text": "PCA, MCA", "correct": false}, {"label": "D", "text": "ACA , Post Communicating", "correct": false}], "correct_answer": "B. ACA, PCA", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/40(105).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/40_1(29).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68363441701776182/68363441701776182.m3u8"}, {"text": "SDH is due to injury to which of the following vessel?", "options": [{"label": "A", "text": "Middle Meningeal artery", "correct": false}, {"label": "B", "text": "Charcot Artery", "correct": false}, {"label": "C", "text": "Bridging veins", "correct": true}, {"label": "D", "text": "Middle Cerebral artery", "correct": false}], "correct_answer": "C. Bridging veins", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/41_1(32).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34506171701776204/34506171701776204.m3u8"}, {"text": "Identify the marked structure in the given dissection specimen:", "options": [{"label": "A", "text": "Ulnar Nerve", "correct": true}, {"label": "B", "text": "Ulnar Artery", "correct": false}, {"label": "C", "text": "Radial Artery", "correct": false}, {"label": "D", "text": "Median Nerve", "correct": false}], "correct_answer": "A. Ulnar Nerve", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42(123).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42_1(25).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63518531701776231/63518531701776231.m3u8"}, {"text": "Which part of brachial plexus does not give any branch?", "options": [{"label": "A", "text": "Roots", "correct": false}, {"label": "B", "text": "Trunks", "correct": false}, {"label": "C", "text": "Cords", "correct": false}, {"label": "D", "text": "Division", "correct": true}], "correct_answer": "D. Division", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29461621701776247/29461621701776247.m3u8"}, {"text": "Which of the following finger is having two dorsal interossei muscles:", "options": [{"label": "A", "text": "Index finger", "correct": false}, {"label": "B", "text": "Little finger", "correct": false}, {"label": "C", "text": "Middle finger", "correct": true}, {"label": "D", "text": "Ring finger", "correct": false}], "correct_answer": "C. Middle finger", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/44_1(28).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44378191701776270/44378191701776270.m3u8"}, {"text": "Which of the following muscles do not contribute to the marked tendon:", "options": [{"label": "A", "text": "2nd Dorsal interossei", "correct": false}, {"label": "B", "text": "2nd Palmar interossei", "correct": true}, {"label": "C", "text": "Lumbricals", "correct": false}, {"label": "D", "text": "Extensor digitorum", "correct": false}], "correct_answer": "B. 2nd Palmar interossei", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/45(102).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following deformity is seen in the lesion of the marked structure :", "options": [{"label": "A", "text": "Claudication", "correct": false}, {"label": "B", "text": "Ape thumb deformity", "correct": false}, {"label": "C", "text": "Wrist drop", "correct": true}, {"label": "D", "text": "Claw hand", "correct": false}], "correct_answer": "C. Wrist drop", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46(93).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Lesion of the marked structure leads to Loss of sensation at :", "options": [{"label": "A", "text": "Nail of index finger", "correct": true}, {"label": "B", "text": "Tip of radial bone", "correct": false}, {"label": "C", "text": "Hypothenar eminence", "correct": false}, {"label": "D", "text": "4th interdigital cleft", "correct": false}], "correct_answer": "A. Nail of index finger", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47(112).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65870651701776308/65870651701776308.m3u8"}, {"text": "Which of the following structures in the scapula is palpable in the infraclavicular fossa?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/48(97).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64067201701776341/64067201701776341.m3u8"}, {"text": "A Patient presented with the deformity as shown in pic. Which of the following nerves are involved?", "options": [{"label": "A", "text": "Median", "correct": false}, {"label": "B", "text": "Ulnar", "correct": true}, {"label": "C", "text": "Radial", "correct": false}, {"label": "D", "text": "Musculocutaneous", "correct": false}], "correct_answer": "B. Ulnar", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49(96).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/761351701776356/761351701776356.m3u8"}, {"text": "What is the nerve supply of the marked muscle?", "options": [{"label": "A", "text": "Ulnar N.", "correct": false}, {"label": "B", "text": "Median N.", "correct": true}, {"label": "C", "text": "Radial N", "correct": false}, {"label": "D", "text": "Musculocutaneous N", "correct": false}], "correct_answer": "B. Median N.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/50(100).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40632481701776372/40632481701776372.m3u8"}, {"text": "All are involved in over head abduction except", "options": [{"label": "A", "text": "Pectoralis Major", "correct": true}, {"label": "B", "text": "Deltoid", "correct": false}, {"label": "C", "text": "Serratus anterior", "correct": false}, {"label": "D", "text": "Trapezius", "correct": false}], "correct_answer": "A. Pectoralis Major", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54278871701776388/54278871701776388.m3u8"}, {"text": "Identify the marked muscle", "options": [{"label": "A", "text": "Opponens pollicis", "correct": true}, {"label": "B", "text": "Abductor pollicis brevis", "correct": false}, {"label": "C", "text": "Flexor pollicis longus", "correct": false}, {"label": "D", "text": "First palmar interossei", "correct": false}], "correct_answer": "A. Opponens pollicis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52(91).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27054831701776402/27054831701776402.m3u8"}, {"text": "One patient Is unable to hold the paper between his fingers and presents with the difficulty in flexion of 4th and 5th distal interphalangeal joints. Nerve injury can occur at which part of bone?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": true}], "correct_answer": "D. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/53(96).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23534921701776421/23534921701776421.m3u8"}, {"text": "The test as shown in pic is done for which nerve?", "options": [{"label": "A", "text": "Median", "correct": false}, {"label": "B", "text": "Ulnar", "correct": true}, {"label": "C", "text": "Radial", "correct": false}, {"label": "D", "text": "Musculocutaneous", "correct": false}], "correct_answer": "B. Ulnar", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/54(88).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60179221701776438/60179221701776438.m3u8"}, {"text": "Which muscle causes Flexion, lateral rotation and abduction at hip and Flexion in knee", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/55(92).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25945921701776494/25945921701776494.m3u8"}, {"text": "During femoral cannulation, which nerve is blocked? 1) Lateral femoral cutaneous nerve 2) Femoral nerve 3) Genitofemoral nerve 4) Obturator nerve", "options": [{"label": "A", "text": "B and C", "correct": true}, {"label": "B", "text": "A and C", "correct": false}, {"label": "C", "text": "C and D", "correct": false}, {"label": "D", "text": "B and D", "correct": false}], "correct_answer": "A. B and C", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following structure crosses the marked structure:", "options": [{"label": "A", "text": "Sciatic Nerve", "correct": false}, {"label": "B", "text": "Obturator Nerve", "correct": false}, {"label": "C", "text": "Inferior rectal Nerve", "correct": false}, {"label": "D", "text": "Pudendal Nerve", "correct": true}], "correct_answer": "D. Pudendal Nerve", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/57(85).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71551821701776523/71551821701776523.m3u8"}, {"text": "Action of the marked muscle?", "options": [{"label": "A", "text": "Flexion", "correct": false}, {"label": "B", "text": "Adduction", "correct": false}, {"label": "C", "text": "Abduction", "correct": true}, {"label": "D", "text": "Extension", "correct": false}], "correct_answer": "C. Abduction", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/58(103).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/58_1(17).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72860621701776541/72860621701776541.m3u8"}, {"text": "Action of the muscle attached to the marked area?", "options": [{"label": "A", "text": "Abduction & Internal Rotation", "correct": false}, {"label": "B", "text": "Extension & External Rotation", "correct": true}, {"label": "C", "text": "Adduction & & External Rotation", "correct": false}, {"label": "D", "text": "Flexion & & Internal Rotation", "correct": false}], "correct_answer": "B. Extension & External Rotation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59(93).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59131741701776558/59131741701776558.m3u8"}, {"text": "Most common nerve injured at the proximal end of the fibula is", "options": [{"label": "A", "text": "Femoral Nerve", "correct": false}, {"label": "B", "text": "Common Peroneal Nerve", "correct": true}, {"label": "C", "text": "Lateral cutaneous nerve of thigh", "correct": false}, {"label": "D", "text": "Saphenous Nerve", "correct": false}], "correct_answer": "B. Common Peroneal Nerve", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/60_1(17).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19196391701776574/19196391701776574.m3u8"}, {"text": "All of the following muscles are responsible for inversion except", "options": [{"label": "A", "text": "Tibialis anterior", "correct": false}, {"label": "B", "text": "Tibialis posterior", "correct": false}, {"label": "C", "text": "Peroneus longus", "correct": true}, {"label": "D", "text": "Extensor hallucis longus", "correct": false}], "correct_answer": "C. Peroneus longus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49285701701776604/49285701701776604.m3u8"}, {"text": "Compartment of leg without neurovascular bundle is?", "options": [{"label": "A", "text": "Anterior", "correct": false}, {"label": "B", "text": "Lateral", "correct": false}, {"label": "C", "text": "Deep posterior", "correct": false}, {"label": "D", "text": "Superficial posterior", "correct": true}], "correct_answer": "D. Superficial posterior", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12722131701776751/12722131701776751.m3u8"}, {"text": "Left superior intercostal vein drains into", "options": [{"label": "A", "text": "Left brachiocephalic vein", "correct": true}, {"label": "B", "text": "Azygous vein", "correct": false}, {"label": "C", "text": "Hemi azygous vein", "correct": false}, {"label": "D", "text": "IVC", "correct": false}], "correct_answer": "A. Left brachiocephalic vein", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/63_1(26).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50455741701777059/50455741701777059.m3u8"}, {"text": "Structures arranged from anterior to posterior relations in lung hilum are", "options": [{"label": "A", "text": "Pulmonary V, Bronchus, Pulmonary A", "correct": false}, {"label": "B", "text": "Pulmonary A, Bronchus, Pulmonary V", "correct": false}, {"label": "C", "text": "Pulmonary V, Pulmonary A, Bronchus", "correct": true}, {"label": "D", "text": "Bronchus, Pulmonary A, Pulmonary V", "correct": false}], "correct_answer": "C. Pulmonary V, Pulmonary A, Bronchus", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/64_1(17).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68768191701777139/68768191701777139.m3u8"}, {"text": "All of the following arteries supply the marked part except:", "options": [{"label": "A", "text": "Marginal artery", "correct": false}, {"label": "B", "text": "Anterior interventricular artery", "correct": false}, {"label": "C", "text": "Diagonal artery", "correct": true}, {"label": "D", "text": "Right coronary artery", "correct": false}], "correct_answer": "C. Diagonal artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(644).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61336041701777205/61336041701777205.m3u8"}, {"text": "Superior boundary of epiploic foramen is formed by:-", "options": [{"label": "A", "text": "Caudate lobe of liver", "correct": true}, {"label": "B", "text": "IVC", "correct": false}, {"label": "C", "text": "Duodenum", "correct": false}, {"label": "D", "text": "Lesser omentum", "correct": false}], "correct_answer": "A. Caudate lobe of liver", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/66_1(26).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7555881701777246/7555881701777246.m3u8"}, {"text": "Structure that divides liver anatomically based on Couinaud’s classification system is:", "options": [{"label": "A", "text": "Portal veins", "correct": true}, {"label": "B", "text": "Hepatic artery", "correct": false}, {"label": "C", "text": "Bile duct", "correct": false}, {"label": "D", "text": "Cystic duct", "correct": false}], "correct_answer": "A. Portal veins", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53318701701777262/53318701701777262.m3u8"}, {"text": "During Deep inspiration,the lung extends upto which level of liver?", "options": [{"label": "A", "text": "A-B", "correct": true}, {"label": "B", "text": "B-C", "correct": false}, {"label": "C", "text": "C-D", "correct": false}, {"label": "D", "text": "A-D", "correct": false}], "correct_answer": "A. A-B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/68(81).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59572821701777348/59572821701777348.m3u8"}, {"text": "Which of the following viscera is related to marked area of left kidney:", "options": [{"label": "A", "text": "Duodenum", "correct": false}, {"label": "B", "text": "Liver", "correct": false}, {"label": "C", "text": "Stomach", "correct": true}, {"label": "D", "text": "Spleen", "correct": false}], "correct_answer": "C. Stomach", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/69(85).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/69_1(10).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71210151701777365/71210151701777365.m3u8"}, {"text": "Identify the Pelvic diaphragm in the below given picture", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/70(70).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12977621701777379/12977621701777379.m3u8"}, {"text": "Correct sequence of structure in spermatogenesis event: 1. Spermatozoa 2. Spermatogonia 3. Spermatocytes 4. Spermatid", "options": [{"label": "A", "text": "3 → 2 → 4 → 1", "correct": false}, {"label": "B", "text": "2 → 3 → 4 → 1", "correct": true}, {"label": "C", "text": "2 → 3 → 1 → 4", "correct": false}, {"label": "D", "text": "2 → 4 → 3 → 1", "correct": false}], "correct_answer": "B. 2 → 3 → 4 → 1", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/71_1(15).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "From which of the following the marked structure develops?", "options": [{"label": "A", "text": "Subcardinal", "correct": false}, {"label": "B", "text": "Supracardinal", "correct": true}, {"label": "C", "text": "Common cardinal", "correct": false}, {"label": "D", "text": "Anterior cardinal", "correct": false}], "correct_answer": "B. Supracardinal", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/72(71).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38689061701777413/38689061701777413.m3u8"}, {"text": "A young patient with absent thymus and presented with hypoparathyroidism and tetany. Which of the following marked area in the picture is defective in this condition?", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/73(71).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24616271701777433/24616271701777433.m3u8"}, {"text": "Stellate cells in liver are seen at which location?", "options": [{"label": "A", "text": "Sinsuoids", "correct": false}, {"label": "B", "text": "Space of disse", "correct": true}, {"label": "C", "text": "Space of Mall", "correct": false}, {"label": "D", "text": "Canaliculi", "correct": false}], "correct_answer": "B. Space of disse", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/74_1(22).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62347871701777448/62347871701777448.m3u8"}, {"text": "Difference between Exocrine pancreas and parotid gland is:-", "options": [{"label": "A", "text": "Presence of Serous acini with Acidophilic tip", "correct": false}, {"label": "B", "text": "Serous acinus supported by basal lamina", "correct": false}, {"label": "C", "text": "Absence of striated duct", "correct": true}, {"label": "D", "text": "Apical acinar villi", "correct": false}], "correct_answer": "C. Absence of striated duct", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/75_1(25).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74350771701777470/74350771701777470.m3u8"}, {"text": "Predominant cells present at the isthmus of Gastric pits are?", "options": [{"label": "A", "text": "Mucus Cells", "correct": false}, {"label": "B", "text": "Chief Cells", "correct": false}, {"label": "C", "text": "Parietal cells", "correct": false}, {"label": "D", "text": "Stem cells", "correct": true}], "correct_answer": "D. Stem cells", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/76_1(11).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10654381701777486/10654381701777486.m3u8"}, {"text": "Transitional epithelium is present in all of the following places except", "options": [{"label": "A", "text": "Renal pelvis", "correct": false}, {"label": "B", "text": "Ureter", "correct": false}, {"label": "C", "text": "Membranous urethra", "correct": true}, {"label": "D", "text": "Minor calyx", "correct": false}], "correct_answer": "C. Membranous urethra", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14449331701777507/14449331701777507.m3u8"}, {"text": "Middle radioulnar joint is an example of –", "options": [{"label": "A", "text": "Primary cartilaginous", "correct": false}, {"label": "B", "text": "Secondary cartilaginous", "correct": false}, {"label": "C", "text": "Fibrous joint", "correct": true}, {"label": "D", "text": "Synovial joint", "correct": false}], "correct_answer": "C. Fibrous joint", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27683301701777524/27683301701777524.m3u8"}, {"text": "Type I collagen is present in all of the following locations except-", "options": [{"label": "A", "text": "Bone", "correct": false}, {"label": "B", "text": "Cartilage", "correct": true}, {"label": "C", "text": "Ligament", "correct": false}, {"label": "D", "text": "Aponeurosis", "correct": false}], "correct_answer": "B. Cartilage", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16965971701777540/16965971701777540.m3u8"}, {"text": "What is the content of ligamentum flavum", "options": [{"label": "A", "text": "Type 1 collagen", "correct": false}, {"label": "B", "text": "Type 2 collagen", "correct": false}, {"label": "C", "text": "Reticulin", "correct": false}, {"label": "D", "text": "Elastin", "correct": true}], "correct_answer": "D. Elastin", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63602931701777572/63602931701777572.m3u8"}, {"text": "Which of the following is comprised of Dense irregular tissue:", "options": [{"label": "A", "text": "Lamina Propria", "correct": false}, {"label": "B", "text": "Dermis", "correct": true}, {"label": "C", "text": "Ligament", "correct": false}, {"label": "D", "text": "Aponeurosis", "correct": false}], "correct_answer": "B. Dermis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1383421701777592/1383421701777592.m3u8"}, {"text": "Most common hernia in female is:", "options": [{"label": "A", "text": "Indirect inguinal", "correct": true}, {"label": "B", "text": "Direct inguinal", "correct": false}, {"label": "C", "text": "Femoral", "correct": false}, {"label": "D", "text": "Obturator", "correct": false}], "correct_answer": "A. Indirect inguinal", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20566771721392975/20566771721392975.m3u8"}, {"text": "Which of the following is not seen in the floor of inferior horn of lateral ventricle?", "options": [{"label": "A", "text": "Tail of caudate nucleus", "correct": true}, {"label": "B", "text": "Hippocampus", "correct": false}, {"label": "C", "text": "Collateral eminence", "correct": false}, {"label": "D", "text": "Fimbriae", "correct": false}], "correct_answer": "A. Tail of caudate nucleus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24693671721392990/24693671721392990.m3u8"}, {"text": "Which of the following is true regarding breast?", "options": [{"label": "A", "text": "Upper and medial quadrant has more tissue", "correct": false}, {"label": "B", "text": "10 lobules are present", "correct": false}, {"label": "C", "text": "Axillary tail of spence crosses anterior axillary fold", "correct": true}, {"label": "D", "text": "All are correct", "correct": false}], "correct_answer": "C. Axillary tail of spence crosses anterior axillary fold", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(351).png"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73700471721393004/73700471721393004.m3u8"}, {"text": "Which of the following is not a function of Superior oblique?", "options": [{"label": "A", "text": "Intorsion", "correct": false}, {"label": "B", "text": "Depression", "correct": false}, {"label": "C", "text": "Abduction", "correct": false}, {"label": "D", "text": "Adduction", "correct": true}], "correct_answer": "D. Adduction", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(307).png"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5882391721393021/5882391721393021.m3u8"}, {"text": "Which of the following passes between superior & middle constrictor?", "options": [{"label": "A", "text": "Stylohyoid", "correct": false}, {"label": "B", "text": "Stylopharyngeus", "correct": true}, {"label": "C", "text": "Mylohyoid", "correct": false}, {"label": "D", "text": "Palatopharyngeus", "correct": false}], "correct_answer": "B. Stylopharyngeus", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(273).png"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41369911721393037/41369911721393037.m3u8"}, {"text": "Drooping of angle of mouth after parotidectomy due to damage of ?", "options": [{"label": "A", "text": "main trunk", "correct": false}, {"label": "B", "text": "Temporal branch", "correct": false}, {"label": "C", "text": "cervical branch", "correct": true}, {"label": "D", "text": "parotid duct", "correct": false}], "correct_answer": "C. cervical branch", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72694691721393051/72694691721393051.m3u8"}, {"text": "Not a joint type seen in vertebral bone?", "options": [{"label": "A", "text": "Synchondrosis", "correct": true}, {"label": "B", "text": "Symphysis", "correct": false}, {"label": "C", "text": "Syndesmosis", "correct": false}, {"label": "D", "text": "Plain synovial", "correct": false}], "correct_answer": "A. Synchondrosis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75792741721393095/75792741721393095.m3u8"}, {"text": "Trigeminal spinal nucleus, second order neuron is for?", "options": [{"label": "A", "text": "Pain", "correct": true}, {"label": "B", "text": "Vibration", "correct": false}, {"label": "C", "text": "Conscious propioception", "correct": false}, {"label": "D", "text": "Touch", "correct": false}], "correct_answer": "A. Pain", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77606521721393145/77606521721393145.m3u8"}, {"text": "Which of the marked area shows calcification?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": true}], "correct_answer": "D. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(254).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(257).png"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32508741721393164/32508741721393164.m3u8"}, {"text": "Which of the following supplies the marked area as shown in the image:", "options": [{"label": "A", "text": "Circumflex artery", "correct": false}, {"label": "B", "text": "Conus artery", "correct": true}, {"label": "C", "text": "Diagonal artery", "correct": false}, {"label": "D", "text": "Marginal artery", "correct": false}], "correct_answer": "B. Conus artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(203).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57756541721393177/57756541721393177.m3u8"}, {"text": "Which of the following is correct match? 1 –Aldosterone 2 –Epinephrine/Norepinephrine 3 –Sex Steroid 4 –Cortisol", "options": [{"label": "A", "text": "A-1, B-2, C-3, D-4", "correct": false}, {"label": "B", "text": "A-1, B-4, C-3, D-2", "correct": true}, {"label": "C", "text": "A-2, B-1, C-4, D-3", "correct": false}, {"label": "D", "text": "A-3, B-2, C-1, D-4", "correct": false}], "correct_answer": "B. A-1, B-4, C-3, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(186).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(177).png"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19808951721393194/19808951721393194.m3u8"}, {"text": "what is the section of vertebral level as shown in picture ?", "options": [{"label": "A", "text": "T10", "correct": false}, {"label": "B", "text": "T11", "correct": false}, {"label": "C", "text": "T12", "correct": true}, {"label": "D", "text": "L1", "correct": false}], "correct_answer": "C. T12", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(165).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(143).png"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77570051721393208/77570051721393208.m3u8"}, {"text": "Which of the following muscle is supplied by Lateral plantar nerve ?", "options": [{"label": "A", "text": "1st Lumbrical", "correct": false}, {"label": "B", "text": "1st Interossei", "correct": true}, {"label": "C", "text": "Flexor Hallucis Brevis", "correct": false}, {"label": "D", "text": "Abductor Hallucis", "correct": false}], "correct_answer": "B. 1st Interossei", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient's right hip drops while taking the right foot off of the ground. All of the following are involved except?", "options": [{"label": "A", "text": "Gluteus Medius", "correct": false}, {"label": "B", "text": "Gluteus Minimus", "correct": false}, {"label": "C", "text": "Superior Gluteal Nerve", "correct": false}, {"label": "D", "text": "Sciatic nerve", "correct": true}], "correct_answer": "D. Sciatic nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which sulcus lies deep to marked area?", "options": [{"label": "A", "text": "Stem of Lateral sulcus", "correct": true}, {"label": "B", "text": "Inferior frontal sulcus", "correct": false}, {"label": "C", "text": "Intra Parietal sulcus", "correct": false}, {"label": "D", "text": "Central sulcus", "correct": false}], "correct_answer": "A. Stem of Lateral sulcus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(327).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which Structure develops from the marked area?", "options": [{"label": "A", "text": "Kidney", "correct": false}, {"label": "B", "text": "Rib", "correct": true}, {"label": "C", "text": "Parietal Pleura", "correct": false}, {"label": "D", "text": "Dorsal root ganglion", "correct": false}], "correct_answer": "B. Rib", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(298).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Regarding Inguinal Canal, which of the following is correct?", "options": [{"label": "A", "text": "Transverse Abdominis makes Anterior wall", "correct": false}, {"label": "B", "text": "Internal oblique and Transverse Abdominis makes roof", "correct": true}, {"label": "C", "text": "External oblique makes posterior wall", "correct": false}, {"label": "D", "text": "Fascia Transversalis makes floor", "correct": false}], "correct_answer": "B. Internal oblique and Transverse Abdominis makes roof", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Apocrine sweat glands are present in?", "options": [{"label": "A", "text": "Axilla", "correct": true}, {"label": "B", "text": "Scalp", "correct": false}, {"label": "C", "text": "Face", "correct": false}, {"label": "D", "text": "Palm", "correct": false}], "correct_answer": "A. Axilla", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is incorrect about adrenal gland?", "options": [{"label": "A", "text": "Yellow coloured structure", "correct": false}, {"label": "B", "text": "Retroperitoneal", "correct": false}, {"label": "C", "text": "Right adrenal is semilunar", "correct": true}, {"label": "D", "text": "Left adrenal is near the tail of pancreas and Spleen", "correct": false}], "correct_answer": "C. Right adrenal is semilunar", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the function of marked layer?", "options": [{"label": "A", "text": "Gluconeogenesis", "correct": false}, {"label": "B", "text": "sex hormones secretion", "correct": false}, {"label": "C", "text": "Immune cell modulation", "correct": false}, {"label": "D", "text": "Sodium & water retention", "correct": true}], "correct_answer": "D. Sodium & water retention", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(847).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the marked Structure?", "options": [{"label": "A", "text": "Ascending aorta", "correct": false}, {"label": "B", "text": "Pulmonary trunk", "correct": true}, {"label": "C", "text": "Oesophagus", "correct": false}, {"label": "D", "text": "SVC", "correct": false}], "correct_answer": "B. Pulmonary trunk", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1107).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the marked structure?", "options": [{"label": "A", "text": "Sub Aortic Curtain", "correct": true}, {"label": "B", "text": "Cusp of mitral valve", "correct": false}, {"label": "C", "text": "Cusp of Aortic valve", "correct": false}, {"label": "D", "text": "Anterior aortic sinus", "correct": false}], "correct_answer": "A. Sub Aortic Curtain", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(925).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IncudoMalleolar is what type of joint?", "options": [{"label": "A", "text": "Saddle", "correct": true}, {"label": "B", "text": "Ball & Socket", "correct": false}, {"label": "C", "text": "Pivot", "correct": false}, {"label": "D", "text": "Condylar", "correct": false}], "correct_answer": "A. Saddle", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drains into IVC ?", "options": [{"label": "A", "text": "Left Gonadal Vein", "correct": false}, {"label": "B", "text": "Left Suprarenal Vein", "correct": false}, {"label": "C", "text": "Left inferior phrenic Vein", "correct": true}, {"label": "D", "text": "Right ascending lumbar vein", "correct": false}], "correct_answer": "C. Left inferior phrenic Vein", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Artery supplying the marked area is a branch of which of the following?", "options": [{"label": "A", "text": "Vertebral Artery", "correct": true}, {"label": "B", "text": "Basilar Artery", "correct": false}, {"label": "C", "text": "Superior Cerebellar Artery", "correct": false}, {"label": "D", "text": "Posterior Cerebral Artery", "correct": false}], "correct_answer": "A. Vertebral Artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(215).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient suffered from medial epicondyle fracture.Which nerve is injured in this patient?", "options": [{"label": "A", "text": "Median Nerve", "correct": false}, {"label": "B", "text": "Ulnar Nerve", "correct": true}, {"label": "C", "text": "Axillary Nerve", "correct": false}, {"label": "D", "text": "Radial Nerve", "correct": false}], "correct_answer": "B. Ulnar Nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Superior Gluteal nerve supplies all of the following except?", "options": [{"label": "A", "text": "Gluteus Medius", "correct": false}, {"label": "B", "text": "Piriformis", "correct": true}, {"label": "C", "text": "Gluteus Minimus", "correct": false}, {"label": "D", "text": "Tensor Fascia Lata", "correct": false}], "correct_answer": "B. Piriformis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "SRY gene is present on:", "options": [{"label": "A", "text": "Short arm of X chromosome", "correct": false}, {"label": "B", "text": "Long arm of X chromosome", "correct": false}, {"label": "C", "text": "Short arm of Y chromosome", "correct": true}, {"label": "D", "text": "Long arm of Y chromosome", "correct": false}], "correct_answer": "C. Short arm of Y chromosome", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is correct regarding the marked muscle as shown in picture? A. Retracts the scapula along with the trapezius B. Elevates the scapula along with the trapezius C. Rotates the scapula so that glenoid cavity tilts upwards D. Rotates the scapula so that glenoid cavity tilts downwards", "options": [{"label": "A", "text": "A, B & C", "correct": false}, {"label": "B", "text": "A, B & D", "correct": true}, {"label": "C", "text": "B, C & D", "correct": false}, {"label": "D", "text": "A, B, C & D", "correct": false}], "correct_answer": "B. A, B & D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(363).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A Patient presents with Nystagmus and vomiting. On examination, there is loss of pain and temperature on left side of face and right side of body. Also there is hoarseness of voice. Which artery is involved in this patient?", "options": [{"label": "A", "text": "Posterior inferior cerebellar artery", "correct": true}, {"label": "B", "text": "Anterior inferior cerebellar artery", "correct": false}, {"label": "C", "text": "Basilar artery", "correct": false}, {"label": "D", "text": "Superior cerebellar artery", "correct": false}], "correct_answer": "A. Posterior inferior cerebellar artery", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following columns 1. Pelvic 2. Retrocaecal 3. Subcaecal 4. Preileal", "options": [{"label": "A", "text": "A-1, B-2, C-3, D-4", "correct": false}, {"label": "B", "text": "A-2, B-3, C-1, D-4", "correct": true}, {"label": "C", "text": "A-2, B-1, C-4, D-3", "correct": false}, {"label": "D", "text": "A-1, B-3, C-2, D-4", "correct": false}], "correct_answer": "B. A-2, B-3, C-1, D-4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(328).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Anterior relations of 3rd part of Duodenum are all except?", "options": [{"label": "A", "text": "Superior mesenteric vessels", "correct": false}, {"label": "B", "text": "Root of mesentery", "correct": false}, {"label": "C", "text": "Gall bladder", "correct": true}, {"label": "D", "text": "Jejunal coils", "correct": false}], "correct_answer": "C. Gall bladder", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the columns from Medial to lateral? 1) SVA 2) SVE 3) SSA 4) GSA", "options": [{"label": "A", "text": "1,2,4,3", "correct": false}, {"label": "B", "text": "2,1,3,4", "correct": false}, {"label": "C", "text": "2,1,4,3", "correct": true}, {"label": "D", "text": "1,3,2,4", "correct": false}], "correct_answer": "C. 2,1,4,3", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the structures from peripheral to central order in Auditory pathway? 1. Spiral ganglion 2. Cochlear nucleus 3. Inferior colliculus 4. Lateral lemniscus", "options": [{"label": "A", "text": "1,2,4,3", "correct": true}, {"label": "B", "text": "1,3,2,4", "correct": false}, {"label": "C", "text": "2,1,4,3", "correct": false}, {"label": "D", "text": "1,3,2,4", "correct": false}], "correct_answer": "A. 1,2,4,3", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is first formed by the migration of epiblast cells?", "options": [{"label": "A", "text": "Ectoderm", "correct": false}, {"label": "B", "text": "Mesoderm", "correct": false}, {"label": "C", "text": "Endoderm", "correct": true}, {"label": "D", "text": "Neural crest cells", "correct": false}], "correct_answer": "C. Endoderm", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13157491731674216/13157491731674216.m3u8"}, {"text": "Mitochondria is present in which of the following parts of sperm?", "options": [{"label": "A", "text": "Head", "correct": false}, {"label": "B", "text": "Neck", "correct": false}, {"label": "C", "text": "Middle piece", "correct": true}, {"label": "D", "text": "Tail", "correct": false}], "correct_answer": "C. Middle piece", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70994191731674233/70994191731674233.m3u8"}, {"text": "Oocyte is arrested in which phase of meiosis at Birth?", "options": [{"label": "A", "text": "Leptotene", "correct": false}, {"label": "B", "text": "Zygotene", "correct": false}, {"label": "C", "text": "Pachytene", "correct": false}, {"label": "D", "text": "Diplotene", "correct": true}], "correct_answer": "D. Diplotene", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67392721731674322/67392721731674322.m3u8"}, {"text": "Which of the following is marked in the given picture?", "options": [{"label": "A", "text": "Primitive streak", "correct": false}, {"label": "B", "text": "Neural fold", "correct": true}, {"label": "C", "text": "Notochord", "correct": false}, {"label": "D", "text": "Neural groove", "correct": false}], "correct_answer": "B. Neural fold", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(602).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8188211731674482/8188211731674482.m3u8"}, {"text": "Which of the following is not a derivative of Neural crest cells?", "options": [{"label": "A", "text": "Retinal pigment epithelium", "correct": true}, {"label": "B", "text": "Ciliary ganglion", "correct": false}, {"label": "C", "text": "Ciliary muscle", "correct": false}, {"label": "D", "text": "Adrenal medulla", "correct": false}], "correct_answer": "A. Retinal pigment epithelium", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10377321731674499/10377321731674499.m3u8"}, {"text": "Which of the following is marked in given angiogram?", "options": [{"label": "A", "text": "MCA", "correct": false}, {"label": "B", "text": "Internal carotid Artery", "correct": false}, {"label": "C", "text": "Basilar Artery", "correct": false}, {"label": "D", "text": "Superficial Temporal Artery", "correct": true}], "correct_answer": "D. Superficial Temporal Artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(490).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42414851731674525/42414851731674525.m3u8"}, {"text": "Which sulcus lies deep to marked area?", "options": [{"label": "A", "text": "Stem of Lateral sulcus", "correct": true}, {"label": "B", "text": "Inferior frontal sulcus", "correct": false}, {"label": "C", "text": "Intra Parietal sulcus", "correct": false}, {"label": "D", "text": "Central sulcus", "correct": false}], "correct_answer": "A. Stem of Lateral sulcus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(489).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43071211731674547/43071211731674547.m3u8"}, {"text": "Which of the following cranial nerve is marked in the given picture?", "options": [{"label": "A", "text": "3rd", "correct": true}, {"label": "B", "text": "4th", "correct": false}, {"label": "C", "text": "5th", "correct": false}, {"label": "D", "text": "6th", "correct": false}], "correct_answer": "A. 3rd", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1131).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41790271731674572/41790271731674572.m3u8"}, {"text": "Which of the following features will be seen in case of posterior interosseous nerve injury.", "options": [{"label": "A", "text": "Wrist drop", "correct": false}, {"label": "B", "text": "Loss of finger extension", "correct": true}, {"label": "C", "text": "Inability to extend elbow", "correct": false}, {"label": "D", "text": "Inability to abduct fingers", "correct": false}], "correct_answer": "B. Loss of finger extension", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36386181731674896/36386181731674896.m3u8"}, {"text": "A patient complains of food stucking between cheek and teeth. Which of the following muscles is responsible for this?", "options": [{"label": "A", "text": "Buccinator", "correct": true}, {"label": "B", "text": "Risorius", "correct": false}, {"label": "C", "text": "Orbicularis oris", "correct": false}, {"label": "D", "text": "Zygomaticus major", "correct": false}], "correct_answer": "A. Buccinator", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55267391731674918/55267391731674918.m3u8"}, {"text": "Which of the following passes through the gap between superior and middle constrictor muscles:-", "options": [{"label": "A", "text": "Styloglossus", "correct": false}, {"label": "B", "text": "Stylopharyngeus", "correct": true}, {"label": "C", "text": "Sup. Laryngeal Artery", "correct": false}, {"label": "D", "text": "Int. Laryngeal Nerve", "correct": false}], "correct_answer": "B. Stylopharyngeus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52915061731674986/52915061731674986.m3u8"}, {"text": "Which of the following opens in the space marked as no-7", "options": [{"label": "A", "text": "Sphenoid sinus", "correct": false}, {"label": "B", "text": "Frontal sinus", "correct": false}, {"label": "C", "text": "Nasolacrimal duct", "correct": true}, {"label": "D", "text": "Eustachian tube", "correct": false}], "correct_answer": "C. Nasolacrimal duct", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(29).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not features of 3rd nerve palsy", "options": [{"label": "A", "text": "Ptosis", "correct": false}, {"label": "B", "text": "Down & Out eye", "correct": false}, {"label": "C", "text": "Dilated pupil", "correct": false}, {"label": "D", "text": "Constricted pupil", "correct": true}], "correct_answer": "D. Constricted pupil", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a function of Sup oblique?", "options": [{"label": "A", "text": "Intorsion", "correct": false}, {"label": "B", "text": "Depression", "correct": false}, {"label": "C", "text": "Abduction", "correct": false}, {"label": "D", "text": "Adduction", "correct": true}], "correct_answer": "D. Adduction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which nucleus of thalamus receives fibers from the marked structure?", "options": [{"label": "A", "text": "Anterior", "correct": true}, {"label": "B", "text": "VPL", "correct": false}, {"label": "C", "text": "VPM", "correct": false}, {"label": "D", "text": "Ventro anterior", "correct": false}], "correct_answer": "A. Anterior", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31(153).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the Following.", "options": [{"label": "A", "text": "1,B-4, C-2, D-3", "correct": false}, {"label": "B", "text": "3,B-1, C-4, D-2", "correct": false}, {"label": "C", "text": "4,B-1, C-2, D-3", "correct": true}, {"label": "D", "text": "1,B-4, C-3, D-2", "correct": false}], "correct_answer": "C. 4,B-1, C-2, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture3(22).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patients right hip drops while taking the right foot off of the ground. All of the following are involved except?", "options": [{"label": "A", "text": "Gluteus Medius", "correct": false}, {"label": "B", "text": "Gluteus Minimus", "correct": false}, {"label": "C", "text": "Superior Gluteal Nerve", "correct": false}, {"label": "D", "text": "Sciatic nerve", "correct": true}], "correct_answer": "D. Sciatic nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Persistence of which of the following will lead to marked abnormality as shown in pic?", "options": [{"label": "A", "text": "Primitive streak", "correct": true}, {"label": "B", "text": "Anterior neuropore", "correct": false}, {"label": "C", "text": "Posterior neuropore", "correct": false}, {"label": "D", "text": "Primordial germ cells", "correct": false}], "correct_answer": "A. Primitive streak", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture5(12).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following", "options": [{"label": "A", "text": "A, 2- B, 3-C, 4-D", "correct": false}, {"label": "B", "text": "C, 2- A, 3- B, 4-D", "correct": false}, {"label": "C", "text": "B, 2- A, 3- C, 4-D", "correct": true}, {"label": "D", "text": "D, 2- C, 3- A, 4-B", "correct": false}], "correct_answer": "C. B, 2- A, 3- C, 4-D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture6(10).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most significant feature of klumpke’s paralysis is", "options": [{"label": "A", "text": "wrist drop", "correct": false}, {"label": "B", "text": "claw hand", "correct": true}, {"label": "C", "text": "policeman tip", "correct": false}, {"label": "D", "text": "pointing index", "correct": false}], "correct_answer": "B. claw hand", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Hemiballismus is caused by which of the following", "options": [{"label": "A", "text": "Putamen", "correct": false}, {"label": "B", "text": "Caudate nucleus", "correct": false}, {"label": "C", "text": "Subthalamic nucleus", "correct": true}, {"label": "D", "text": "Globus pallidus", "correct": false}], "correct_answer": "C. Subthalamic nucleus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Trendelenburg test is positive. what is the action of affected muscle?", "options": [{"label": "A", "text": "Adductor", "correct": false}, {"label": "B", "text": "Abductor", "correct": true}, {"label": "C", "text": "Flexor", "correct": false}, {"label": "D", "text": "Lateral rotator", "correct": false}], "correct_answer": "B. Abductor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "(evening shift ) Q nerve affected in right trendelenberg positive?", "options": [{"label": "A", "text": "Right superior gluteal nerve", "correct": false}, {"label": "B", "text": "Left superior gluteal nerve ,", "correct": true}, {"label": "C", "text": "Right inferior gluteal nerve", "correct": false}, {"label": "D", "text": "Left inferior gluteal nerve", "correct": false}], "correct_answer": "B. Left superior gluteal nerve ,", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following lies deep to the marked area", "options": [{"label": "A", "text": "Ant division of middle meningeal artery", "correct": true}, {"label": "B", "text": "Post division of middle meningeal artery", "correct": false}, {"label": "C", "text": "Stem of middle meningeal artery", "correct": false}, {"label": "D", "text": "Middle cerebral artery", "correct": false}], "correct_answer": "A. Ant division of middle meningeal artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(327).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Internal capsule has what type of fibres", "options": [{"label": "A", "text": "Association", "correct": false}, {"label": "B", "text": "Commissural", "correct": false}, {"label": "C", "text": "Projection", "correct": true}, {"label": "D", "text": "All", "correct": false}], "correct_answer": "C. Projection", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Molecular layer of Cerebellum consists of ?", "options": [{"label": "A", "text": "Purkinje", "correct": false}, {"label": "B", "text": "Basket/Stellate cells", "correct": true}, {"label": "C", "text": "Golgi", "correct": false}, {"label": "D", "text": "Granular cells", "correct": false}], "correct_answer": "B. Basket/Stellate cells", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a branch of posterior division of Internal Iliac artery", "options": [{"label": "A", "text": "Superior Gluteal", "correct": false}, {"label": "B", "text": "Lateral Sacral", "correct": false}, {"label": "C", "text": "Internal Pudendal", "correct": true}, {"label": "D", "text": "Ilialumbar", "correct": false}], "correct_answer": "C. Internal Pudendal", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the marked structure is Merocrine gland :", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture7(9).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Muscles supplied by ulnar nerve (Multiple choice) A. Opponens pol. B. Abductor Digiti minimi C. 4th lumbrical D. Dorsal interossei", "options": [{"label": "A", "text": "B,C,D", "correct": true}, {"label": "B", "text": "A,B,C", "correct": false}, {"label": "C", "text": "A,C,D", "correct": false}, {"label": "D", "text": "A, B, C, D", "correct": false}], "correct_answer": "A. B,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the function of the muscle attached on marked area? (Multiple Choice) A. Protraction B. Retraction C. Depression D. Elevation", "options": [{"label": "A", "text": "A,C", "correct": true}, {"label": "B", "text": "B,D", "correct": false}, {"label": "C", "text": "A,B", "correct": false}, {"label": "D", "text": "C,B", "correct": false}], "correct_answer": "A. A,C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_2(9).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "which nerve is not related to olfaction ?", "options": [{"label": "A", "text": "Hypoglossalb", "correct": true}, {"label": "B", "text": "Trigeminal", "correct": false}, {"label": "C", "text": "Glossopharyngeald", "correct": false}, {"label": "D", "text": "Vagus", "correct": false}], "correct_answer": "A. Hypoglossalb", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Piriform fossa nerve supply ?", "options": [{"label": "A", "text": "Int. laryngeal Nerve", "correct": true}, {"label": "B", "text": "recurrent laryngeal nerve", "correct": false}, {"label": "C", "text": "external laryngeal nerve", "correct": false}, {"label": "D", "text": "Glossopharyngeal nerve", "correct": false}], "correct_answer": "A. Int. laryngeal Nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 35-year-old man comes to the emergency department complaining that he has food stuck in his throat. His symptoms started 2 hours ago after eating fish at a local seafood restaurant. He has tried coughing and swallowing multiple times in an attempt to clear the food, but has so far been unsuccessful. The patient denies any difficulty with breathing He does not appear to be in any distress on physical examination. Laryngoscopy reveals a fish bone lodged in the left piriform recess. While trying to retrieye the fish bone, a nerve is injured deep to the mucosa overlying the recess. Which of the following is most likely to be impaired in this patient?", "options": [{"label": "A", "text": "Cough reflex", "correct": true}, {"label": "B", "text": "Gag reflex", "correct": false}, {"label": "C", "text": "Mastication", "correct": false}, {"label": "D", "text": "Salivation", "correct": false}], "correct_answer": "A. Cough reflex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Action of marked muscle ?", "options": [{"label": "A", "text": "Internal rotation", "correct": false}, {"label": "B", "text": "Hip Abduction", "correct": true}, {"label": "C", "text": "Knee extension", "correct": false}, {"label": "D", "text": "Knee flexion", "correct": false}], "correct_answer": "B. Hip Abduction", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_7(10).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Referred pain from dura mater of marked area involves:", "options": [{"label": "A", "text": "Back of Neck", "correct": true}, {"label": "B", "text": "Ear", "correct": false}, {"label": "C", "text": "Vertex", "correct": false}, {"label": "D", "text": "Forehead", "correct": false}], "correct_answer": "A. Back of Neck", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_8(2).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is not boundary of Hepatocystic triangle ?", "options": [{"label": "A", "text": "Common hepatic duct", "correct": false}, {"label": "B", "text": "Cystic duct", "correct": false}, {"label": "C", "text": "Right lobe of liver", "correct": false}, {"label": "D", "text": "Cystic Artery", "correct": true}], "correct_answer": "D. Cystic Artery", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Muscles supplied by Superficial peroneal nerve (Multiple choice possible) A. Peroneus longus B. Peroneus brevis C. Peroneus tertius D. Ext. hal. longus", "options": [{"label": "A", "text": "A,B", "correct": true}, {"label": "B", "text": "D,C", "correct": false}, {"label": "C", "text": "B,C", "correct": false}, {"label": "D", "text": "A,D", "correct": false}], "correct_answer": "A. A,B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A teenager presents to the emergency department complaining of wrist pain after falling off his skateboard. He has snuff-box tenderness. This concerns you because this bone is sometimes slow to heal because of its poor blood supply. What fracture do you suspect?", "options": [{"label": "A", "text": "Scaphoid", "correct": true}, {"label": "B", "text": "Trapezoid", "correct": false}, {"label": "C", "text": "Capitate", "correct": false}, {"label": "D", "text": "Trapezuim", "correct": false}], "correct_answer": "A. Scaphoid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the diagnosis?", "options": [{"label": "A", "text": "Internuclear ophthalmoplegia", "correct": true}, {"label": "B", "text": "3rd Nerve palsy", "correct": false}, {"label": "C", "text": "6th Nerve palsy", "correct": false}, {"label": "D", "text": "Horizontal gaze palsy", "correct": false}], "correct_answer": "A. Internuclear ophthalmoplegia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q12(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cleft lip primary muscle repair required in ?", "options": [{"label": "A", "text": "Orbicularis Oris", "correct": true}, {"label": "B", "text": "Orbicularis Oculi", "correct": false}, {"label": "C", "text": "LPS", "correct": false}, {"label": "D", "text": "Masseter", "correct": false}], "correct_answer": "A. Orbicularis Oris", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following 1 – seminal vesicles 2 – ureter 3 – prostate 4 – vas deferens", "options": [{"label": "A", "text": "1-C, 2-B, 3-D, 4-C", "correct": true}, {"label": "B", "text": "1-B, 2-C, 3-D, 4-A", "correct": false}, {"label": "C", "text": "1-D, 2-B, 3-A, 4-C", "correct": false}, {"label": "D", "text": "1-D, 2-C, 3-A, 4-B", "correct": false}], "correct_answer": "A. 1-C, 2-B, 3-D, 4-C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_15(4).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "match the following ? 1. Receives oxygenated blood from pulmonary veins 2. Lies Anterior to ascending aorta 3. Arises from LV 4. Hypertrophy in PS", "options": [{"label": "A", "text": "1D, 2C, 3A, 4B", "correct": true}, {"label": "B", "text": "1A, 2B, 3C, 4D", "correct": false}, {"label": "C", "text": "1C, 2D, 3B, 4A,", "correct": false}, {"label": "D", "text": "1B, 2D, C4, DA", "correct": false}], "correct_answer": "A. 1D, 2C, 3A, 4B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_16.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the marked structure", "options": [{"label": "A", "text": "Bronchus", "correct": false}, {"label": "B", "text": "Terminal Bronchiole", "correct": false}, {"label": "C", "text": "Respiratory bronchiole", "correct": true}, {"label": "D", "text": "alveoli", "correct": false}], "correct_answer": "C. Respiratory bronchiole", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_19.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following mechanism is used by the marked structure to influence neighbouring cell?", "options": [{"label": "A", "text": "Nerve mediated", "correct": false}, {"label": "B", "text": "Vein mediated", "correct": false}, {"label": "C", "text": "Paracrine", "correct": true}, {"label": "D", "text": "Epithelium to mesothelium transformation", "correct": false}], "correct_answer": "C. Paracrine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_17.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 169 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Anesthesia Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 54</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 54 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Match the following anesthetic agents with respect to their side effects.", "options": [{"label": "A", "text": "1-c, 2-d, 3-f, 4-a", "correct": false}, {"label": "B", "text": "1-e, 2-a, 3-d, 4-b", "correct": false}, {"label": "C", "text": "1-c, 2-a, 3-d, 4-b", "correct": true}, {"label": "D", "text": "1-c, 2-d, 3-e, 4-a", "correct": false}], "correct_answer": "C. 1-c, 2-a, 3-d, 4-b", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(945).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16127561704706952/16127561704706952.m3u8"}, {"text": "Which is not an obvious advantage of high pressure oxygen through nasal cannula:", "options": [{"label": "A", "text": "Heat and humidification", "correct": false}, {"label": "B", "text": "By passing nasopharyngeal dead space", "correct": false}, {"label": "C", "text": "Decreases need of intubation", "correct": true}, {"label": "D", "text": "PEEP", "correct": false}], "correct_answer": "C. Decreases need of intubation", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(157).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24450051704706973/24450051704706973.m3u8"}, {"text": "Pulmonary complications are seen/expected in all except", "options": [{"label": "A", "text": "BMI>30", "correct": false}, {"label": "B", "text": "Upper abdominal surgery", "correct": false}, {"label": "C", "text": "Patient with 7 pack years of smoking", "correct": true}, {"label": "D", "text": "Age > 70", "correct": false}], "correct_answer": "C. Patient with 7 pack years of smoking", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23821111704706991/23821111704706991.m3u8"}, {"text": "arrange in sequence the following steps of intubation : A. Head extension and neck flexion B. Introduction of laryngoscope C. Inflation of cuff D. Check breath sounds with stethoscope", "options": [{"label": "A", "text": "A-B-C-D", "correct": true}, {"label": "B", "text": "B-C-A-D", "correct": false}, {"label": "C", "text": "D-A-C-B", "correct": false}, {"label": "D", "text": "C-D-A-B", "correct": false}], "correct_answer": "A. A-B-C-D", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44194681704707004/44194681704707004.m3u8"}, {"text": "Post OP every day they used to give 3 mg morphine epidurally and one day they gave 12 mg mistakenly. which was not the expected side effect due to this?", "options": [{"label": "A", "text": "Oxygen with NIV", "correct": false}, {"label": "B", "text": "Increased vomiting", "correct": false}, {"label": "C", "text": "Urinary retention", "correct": false}, {"label": "D", "text": "Severe itching", "correct": true}], "correct_answer": "D. Severe itching", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78555931704707023/78555931704707023.m3u8"}, {"text": "Tramadol and its metabolite acts by:", "options": [{"label": "A", "text": "5HT and NE reuptake inhibition", "correct": true}, {"label": "B", "text": "5HT and dopamine reuptake inhibition", "correct": false}, {"label": "C", "text": "Anticholinergic", "correct": false}, {"label": "D", "text": "Antihistaminic", "correct": false}], "correct_answer": "A. 5HT and NE reuptake inhibition", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30064961704707035/30064961704707035.m3u8"}, {"text": "Purpose of giving glycopyrrolate before GA is?", "options": [{"label": "A", "text": "To increase heart rate to acceptable level", "correct": false}, {"label": "B", "text": "To decrease the risk of aspiration", "correct": false}, {"label": "C", "text": "To maintain blood pressure", "correct": false}, {"label": "D", "text": "To decrease airway secretions", "correct": true}], "correct_answer": "D. To decrease airway secretions", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23385281704707054/23385281704707054.m3u8"}, {"text": "Reason for giving sodium thiopentone and iv succinylcholine during ECT is?", "options": [{"label": "A", "text": "To generate anesthesia and muscle relaxation", "correct": true}, {"label": "B", "text": "To reduce secretions", "correct": false}, {"label": "C", "text": "To bring calming effect", "correct": false}, {"label": "D", "text": "Maintain Memory and mood stabilizes", "correct": false}], "correct_answer": "A. To generate anesthesia and muscle relaxation", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64678331704707075/64678331704707075.m3u8"}, {"text": "Transcutaneous electrical nerve stimulation is used to relieve pain. What is the mechanism behind it.", "options": [{"label": "A", "text": "Descending inhibition", "correct": false}, {"label": "B", "text": "Gate control theory", "correct": true}, {"label": "C", "text": "Central inhibition", "correct": false}, {"label": "D", "text": "Sensitization", "correct": false}], "correct_answer": "B. Gate control theory", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2613251704707092/2613251704707092.m3u8"}, {"text": "A patient of blunt chest trauma has been started on mechanical ventilation. Which of the following is not correct about initial setting?", "options": [{"label": "A", "text": "Inspiratory flow 100-120 litres per min", "correct": false}, {"label": "B", "text": "PEEP 0 cm of water", "correct": true}, {"label": "C", "text": "Tidal volume 10ml/kg", "correct": false}, {"label": "D", "text": "Fio2 =100%", "correct": false}], "correct_answer": "B. PEEP 0 cm of water", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76244241704707115/76244241704707115.m3u8"}, {"text": "What is shown in the following image?", "options": [{"label": "A", "text": "Airway cart", "correct": true}, {"label": "B", "text": "Central venous catheter cart", "correct": false}, {"label": "C", "text": "Arterial line cart", "correct": false}, {"label": "D", "text": "Urinary catheter cart", "correct": false}], "correct_answer": "A. Airway cart", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(398).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66104521704707128/66104521704707128.m3u8"}, {"text": "Identify the gas (arrow) in the image shown?", "options": [{"label": "A", "text": "Oxygen", "correct": false}, {"label": "B", "text": "Nitrous oxide", "correct": true}, {"label": "C", "text": "Air", "correct": false}, {"label": "D", "text": "Vacuum", "correct": false}], "correct_answer": "B. Nitrous oxide", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(850).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(406).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64682601704707143/64682601704707143.m3u8"}, {"text": "Identify the device?", "options": [{"label": "A", "text": "High flow nasal cannula", "correct": true}, {"label": "B", "text": "Fibroscan", "correct": false}, {"label": "C", "text": "CPAP machine", "correct": false}, {"label": "D", "text": "Ventilator", "correct": false}], "correct_answer": "A. High flow nasal cannula", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(352).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48929891704707159/48929891704707159.m3u8"}, {"text": "What are the components of high quality CPR ? A: Chest compressions at 100-120 per min B: ventilation 22-25 per min C: allow adequate recoil D: Upto 5-6 cms depth in adult", "options": [{"label": "A", "text": "All Option are correct", "correct": false}, {"label": "B", "text": "only a & c", "correct": false}, {"label": "C", "text": "Only B option is correct", "correct": false}, {"label": "D", "text": "A,C, D are correct", "correct": true}], "correct_answer": "D. A,C, D are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38336261704707173/38336261704707173.m3u8"}, {"text": "Arrange the correct sequence of steps in Basic Life Support (CPR) as per latest guidelines: a) check pulse & respiration b) call for help c) assess responsiveness d) start chest compressions e) start bag and mask", "options": [{"label": "A", "text": "A,B,C,D,E", "correct": false}, {"label": "B", "text": "C,D,A,E,B", "correct": false}, {"label": "C", "text": "C,A,B,D,E", "correct": false}, {"label": "D", "text": "C,B,A,D,E", "correct": true}], "correct_answer": "D. C,B,A,D,E", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3551251704707188/3551251704707188.m3u8"}, {"text": "Mechanism of Action of local anaesthetics is?", "options": [{"label": "A", "text": "Decreasing K efflux", "correct": false}, {"label": "B", "text": "Decreasing Ca efflux", "correct": false}, {"label": "C", "text": "Altering RMP of cell", "correct": false}, {"label": "D", "text": "Binding to sodium channels and causing their inactivation", "correct": true}], "correct_answer": "D. Binding to sodium channels and causing their inactivation", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2027841704707200/2027841704707200.m3u8"}, {"text": "Most common cause of admission after day care surgery is:", "options": [{"label": "A", "text": "Bleeding", "correct": false}, {"label": "B", "text": "PONV", "correct": false}, {"label": "C", "text": "Pain", "correct": true}, {"label": "D", "text": "Respiratory complication", "correct": false}], "correct_answer": "C. Pain", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55610611704707213/55610611704707213.m3u8"}, {"text": "Maximum FiO2 is delivered by which device?", "options": [{"label": "A", "text": "Venturi mask", "correct": false}, {"label": "B", "text": "Hudson mask", "correct": false}, {"label": "C", "text": "Nasal cannula", "correct": false}, {"label": "D", "text": "Non rebreathing mask", "correct": true}], "correct_answer": "D. Non rebreathing mask", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52046341704707228/52046341704707228.m3u8"}, {"text": "Identify the reading:", "options": [{"label": "A", "text": "Expired oxygen", "correct": false}, {"label": "B", "text": "Inspired oxygen", "correct": false}, {"label": "C", "text": "Capnography", "correct": true}, {"label": "D", "text": "Pulse oximetery", "correct": false}], "correct_answer": "C. Capnography", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(257).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20_1(84).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24568111704707251/24568111704707251.m3u8"}, {"text": "Which of the following is a sole high potency inhaled anesthetic agent that can be used for both induction and endotracheal intubation?", "options": [{"label": "A", "text": "Isoflurane", "correct": false}, {"label": "B", "text": "Desflurane", "correct": false}, {"label": "C", "text": "Sevoflurane", "correct": true}, {"label": "D", "text": "Halothane", "correct": false}], "correct_answer": "C. Sevoflurane", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71137431704707270/71137431704707270.m3u8"}, {"text": "20 % Intralipid bolus was administered during resuscitation. Why?", "options": [{"label": "A", "text": "Local anaesthetic systemic toxicity", "correct": true}, {"label": "B", "text": "Pulseless electrical activity", "correct": false}, {"label": "C", "text": "Electrocution", "correct": false}, {"label": "D", "text": "Asphyxia due to drowning", "correct": false}], "correct_answer": "A. Local anaesthetic systemic toxicity", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11984251704707282/11984251704707282.m3u8"}, {"text": "Maximum flow rate of oxygen that can be used by conventional oxygen therapy?", "options": [{"label": "A", "text": "5 L per min", "correct": false}, {"label": "B", "text": "10 L per min", "correct": false}, {"label": "C", "text": "15 L per min", "correct": true}, {"label": "D", "text": "20 L per min", "correct": false}], "correct_answer": "C. 15 L per min", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/23_1(58).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41527641704707296/41527641704707296.m3u8"}, {"text": "ASA 1 patient posted for laparoscopic cholecystectomy. During surgery, sudden drop in ETCO2 to 8 mm hg with hypotension and tachycardia but airway pressures were 18 cm H20. What’s the diagnosis? 1) CO2 embolism 2) Pneumothorax 3) bronchospasm 4) single bronchus intubation", "options": [{"label": "A", "text": "1 only", "correct": true}, {"label": "B", "text": "2 only", "correct": false}, {"label": "C", "text": "1 or 2 both possible", "correct": false}, {"label": "D", "text": "3 or 4 both possible", "correct": false}], "correct_answer": "A. 1 only", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41579851704707311/41579851704707311.m3u8"}, {"text": "What is the frequency of stimulus in tetanic stimulation?", "options": [{"label": "A", "text": "0.2 hz", "correct": false}, {"label": "B", "text": "2 hz", "correct": false}, {"label": "C", "text": "20 hz", "correct": false}, {"label": "D", "text": "50 hz", "correct": true}], "correct_answer": "D. 50 hz", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25_1(58).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7251701704707326/7251701704707326.m3u8"}, {"text": "While exercising and on reaching equilibrium state, it was found that body was consuming 1500 ml/min of oxygen. Calculate MET score if baseline at rest O2 consumption is 250 ml/min", "options": [{"label": "A", "text": "6", "correct": true}, {"label": "B", "text": "1/6", "correct": false}, {"label": "C", "text": "5", "correct": false}, {"label": "D", "text": "1/5", "correct": false}], "correct_answer": "A. 6", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/903661704707342/903661704707342.m3u8"}, {"text": "If you want to get venous access below this specific bone, what will be the complication?", "options": [{"label": "A", "text": "Arterial puncture", "correct": false}, {"label": "B", "text": "Chylothorax", "correct": true}, {"label": "C", "text": "Empyema", "correct": false}, {"label": "D", "text": "Thrombophlebitis", "correct": false}], "correct_answer": "B. Chylothorax", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28(154).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45284851704707353/45284851704707353.m3u8"}, {"text": "Which of the following is the correct sequence of potency of anesthetic agents?", "options": [{"label": "A", "text": "Isoflurane > halothane > methoxyflurane > N2O", "correct": false}, {"label": "B", "text": "Methoxyflurane >Isoflurane > halothane > N2O", "correct": false}, {"label": "C", "text": "N2O > halothane > Isoflurane >methoxyflurane", "correct": false}, {"label": "D", "text": "Methoxyflurane > halothane >Isoflurane > N2O", "correct": true}], "correct_answer": "D. Methoxyflurane > halothane >Isoflurane > N2O", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/29_1(30).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71975551704707369/71975551704707369.m3u8"}, {"text": "Person is under surgery for laryngeal malignancy, while ligating jugular vein, he suddenly developed hypotension ,ventricular arrhythmia and sudden fall in ETC02 . which of the following could have caused this effect?", "options": [{"label": "A", "text": "Venous air embolism", "correct": true}, {"label": "B", "text": "Baroreceptor", "correct": false}, {"label": "C", "text": "Vagal stimulation", "correct": false}, {"label": "D", "text": "Sympathetic stimulation", "correct": false}], "correct_answer": "A. Venous air embolism", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45312971704707380/45312971704707380.m3u8"}, {"text": "A patient who came to the emergency with acute pancreatitis was shifted to ICU and intubated. The ventilator settings are: FiO2 90%, PEEP 12, RR 16. An arterial blood gas analysis showed PaO2 110 mmHg and PaCO2 58mmHg and SaO2 is 100%. What would be the next step in management?", "options": [{"label": "A", "text": "Reduce FiO2", "correct": true}, {"label": "B", "text": "Reduce respiratory rate", "correct": false}, {"label": "C", "text": "Increase PEEP to 16", "correct": false}, {"label": "D", "text": "Increase tidal volume", "correct": false}], "correct_answer": "A. Reduce FiO2", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following test is depicted in the given image?", "options": [{"label": "A", "text": "Allen’s test", "correct": true}, {"label": "B", "text": "Roos test", "correct": false}, {"label": "C", "text": "Elevated arm stress test", "correct": false}, {"label": "D", "text": "Adson’s test", "correct": false}], "correct_answer": "A. Allen’s test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(61).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of these is incorrect about CPR?", "options": [{"label": "A", "text": "Rate of compression is 100-120/min", "correct": false}, {"label": "B", "text": "Respiratory rate 20-25/min", "correct": true}, {"label": "C", "text": "Depth of chest compressions is 5 to 6cm", "correct": false}, {"label": "D", "text": "Allow adequate chest recoil", "correct": false}], "correct_answer": "B. Respiratory rate 20-25/min", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True for meconium stained liquor management is-", "options": [{"label": "A", "text": "Trachea suctioning, mouth suctioning", "correct": false}, {"label": "B", "text": "Gentle suction of mouth and nose in vigorous baby", "correct": true}, {"label": "C", "text": "Intrapartum suctioning", "correct": false}, {"label": "D", "text": "Suctioning of mouth and nose after shoulder delivery in non-vigorous baby", "correct": false}], "correct_answer": "B. Gentle suction of mouth and nose in vigorous baby", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 15 year old boy reported to emergency with breathing difficulty. Monitor was attached and the following graph was seen on capnography.The diagnosis can be:- 1. Pericarditis 2. Acute bronchial asthma 3. Cardiac tamponade 4. Bronchospasm", "options": [{"label": "A", "text": "1,3", "correct": false}, {"label": "B", "text": "2,4", "correct": true}, {"label": "C", "text": "2,3", "correct": false}, {"label": "D", "text": "3,4", "correct": false}], "correct_answer": "B. 2,4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(41).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A central line was inserted for total parenteral nutrition. All of the following complications may be seen except-", "options": [{"label": "A", "text": "Aspiration", "correct": true}, {"label": "B", "text": "Pneumothorax", "correct": false}, {"label": "C", "text": "Refeeding syndrome", "correct": false}, {"label": "D", "text": "Infection", "correct": false}], "correct_answer": "A. Aspiration", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a patient with thrombocytopenia, in order to proceed with surgery platelet transfusion is done to achieve a platelet level of?", "options": [{"label": "A", "text": "30,000", "correct": false}, {"label": "B", "text": "40,000", "correct": false}, {"label": "C", "text": "50,000", "correct": true}, {"label": "D", "text": "60,000", "correct": false}], "correct_answer": "C. 50,000", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify a 2nd generation supraglottic airway device?", "options": [{"label": "A", "text": "LMA fastrach", "correct": false}, {"label": "B", "text": "Flexible LMA", "correct": false}, {"label": "C", "text": "LMA proseal", "correct": true}, {"label": "D", "text": "Ambu LMA", "correct": false}], "correct_answer": "C. LMA proseal", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66903901721393549/66903901721393549.m3u8"}, {"text": "Which of the following is used for fast reversal of rocuronium?", "options": [{"label": "A", "text": "Neostigmine", "correct": false}, {"label": "B", "text": "Sugammadex", "correct": true}, {"label": "C", "text": "Edrophonium", "correct": false}, {"label": "D", "text": "Glycopyrrolate", "correct": false}], "correct_answer": "B. Sugammadex", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13522801721393571/13522801721393571.m3u8"}, {"text": "What are the components of quality CPR in adults? A. Compression rate 100-120/min B. Depth in adults 3-4 cm C. ventilation of 2 breaths for every 30 compressions D. Allow recoil", "options": [{"label": "A", "text": "only a", "correct": false}, {"label": "B", "text": "only a & b", "correct": false}, {"label": "C", "text": "a,b & c", "correct": false}, {"label": "D", "text": "a,c & d", "correct": true}], "correct_answer": "D. a,c & d", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31592841721393590/31592841721393590.m3u8"}, {"text": "Which inhaled aesthetic agent is used for pediatric induction\\anesthesia?", "options": [{"label": "A", "text": "Sevoflurane", "correct": true}, {"label": "B", "text": "Desflurane", "correct": false}, {"label": "C", "text": "Isoflurane", "correct": false}, {"label": "D", "text": "Halothane", "correct": false}], "correct_answer": "A. Sevoflurane", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38574261721393612/38574261721393612.m3u8"}, {"text": "Correct about ASA-3 class is?", "options": [{"label": "A", "text": "Mild illness", "correct": false}, {"label": "B", "text": "moderate illness", "correct": false}, {"label": "C", "text": "severe illness", "correct": true}, {"label": "D", "text": "severe illness which is life threatening.", "correct": false}], "correct_answer": "C. severe illness", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "FIO2 DELIVERED BY NASAL CANNULA FOR A 5-YEAR-OLD CHILD AT 3 LITRES\\ MIN?", "options": [{"label": "A", "text": "25%", "correct": false}, {"label": "B", "text": "35%", "correct": true}, {"label": "C", "text": "40%", "correct": false}, {"label": "D", "text": "50%.", "correct": false}], "correct_answer": "B. 35%", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "AMBU AURA 40 IS?", "options": [{"label": "A", "text": "1ST GENERATION LMA", "correct": false}, {"label": "B", "text": "2ND GENERATION LMA", "correct": true}, {"label": "C", "text": "3RD GENERATION LMA", "correct": false}, {"label": "D", "text": "4TH GENERATION LMA", "correct": false}], "correct_answer": "B. 2ND GENERATION LMA", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70176521731673184/70176521731673184.m3u8"}, {"text": "WHICH DRUG SHOWS ADRENAL GLAND SUPPRESSION?", "options": [{"label": "A", "text": "SCOLINE", "correct": false}, {"label": "B", "text": "PROPOFOL", "correct": false}, {"label": "C", "text": "ETOMIDATE", "correct": true}, {"label": "D", "text": "KETAMINE", "correct": false}], "correct_answer": "C. ETOMIDATE", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28588111731673350/28588111731673350.m3u8"}, {"text": "THERE IS A PATIENT WITH FRACTURE OF 3RD TO 8TH RIB AND ISN'T HAVING SUFFICIENT PAIN RELIEF WITH SYSTEMIC ANALGESICS. WHAT WOULD BE THE BEST NEXT COURSE OF MANAGEMENT", "options": [{"label": "A", "text": "SUPRACLAVICULAR BRACHIAL PLEXUS BLOCK", "correct": false}, {"label": "B", "text": "CERVICAL PLEXUS BLOCK", "correct": false}, {"label": "C", "text": "LUMBAR EPIDURAL BLOCK", "correct": false}, {"label": "D", "text": "THORACIC EPIDURAL BLOCK", "correct": true}], "correct_answer": "D. THORACIC EPIDURAL BLOCK", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/688341731673391/688341731673391.m3u8"}, {"text": "Regarding Pediatrics resuscitation, which is true ?", "options": [{"label": "A", "text": "CHEST COMPRESSION SHOULD BE ONE THIRD THE AP DIAMETER OF CHEST", "correct": true}, {"label": "B", "text": "COMPRESSION TO VENTILATION RATIO IS 30:2 WITH 2 RESCUER", "correct": false}, {"label": "C", "text": "ADENOSINE IS PREFFERED DRUG BY INTRAOSSEOUS ROUTE", "correct": false}, {"label": "D", "text": "ADRENALINE IS USED AS 0.01 MG\\KG IN A 1:1000 DILUTION", "correct": false}], "correct_answer": "A. CHEST COMPRESSION SHOULD BE ONE THIRD THE AP DIAMETER OF CHEST", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6796781731673432/6796781731673432.m3u8"}, {"text": "JR CIRCUIT IS USED FOR?", "options": [{"label": "A", "text": "PEDITARIC ANESTHESIA", "correct": true}, {"label": "B", "text": "NEURO ANESTHESIA", "correct": false}, {"label": "C", "text": "CARDIAC ANESTHESIA", "correct": false}, {"label": "D", "text": "OBSTETRIC ANESTHESIA", "correct": false}], "correct_answer": "A. PEDITARIC ANESTHESIA", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58920321731673474/58920321731673474.m3u8"}, {"text": "WHICH OF THE FOLLOWING IS AN INCORRECT STATEMENT ABOUT THIOPENTONE?", "options": [{"label": "A", "text": "RENAL CLEARANCE IS HIGH AND THAT IS THE REASON FOR FAST TERMINATION OF ACTION", "correct": true}, {"label": "B", "text": "IT HAS HIGH LIPID SOLUBILITY", "correct": false}, {"label": "C", "text": "THIOPENTONE IS GIVEN AS SLOW IV INJECTION.", "correct": false}, {"label": "D", "text": "THIOPENTONE GETS REDISTRIBUTED IN ADIPOSE TISSUES", "correct": false}], "correct_answer": "A. RENAL CLEARANCE IS HIGH AND THAT IS THE REASON FOR FAST TERMINATION OF ACTION", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a child with congenital diaphragmatic hernia (CDH), what should NOT be done?", "options": [{"label": "A", "text": "Bag & mask ventilation", "correct": true}, {"label": "B", "text": "Intubation", "correct": false}, {"label": "C", "text": "Tracheostomy", "correct": false}, {"label": "D", "text": "Positive pressure ventilation (PPV)", "correct": false}], "correct_answer": "A. Bag & mask ventilation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A ventilated pneumonia patient has: . RR: 14/min . SpO2: 100% FiO2: 90% PEEP: 12 cm H2O pH: 7.33 . pCO2: 48 mmHg pO2: 110 mmHg What should be the next sten?", "options": [{"label": "A", "text": "Increase PEEP to 14", "correct": false}, {"label": "B", "text": "Decrease FlO", "correct": true}, {"label": "C", "text": "Decrease RR", "correct": false}, {"label": "D", "text": "Increase tidal volume", "correct": false}], "correct_answer": "B. Decrease FlO", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "During femoral artery catheterization, a local anesthetic is injected below the inguinal ligament. Which nerve is primarily blocked?", "options": [{"label": "A", "text": "Genitofemoral nerve", "correct": false}, {"label": "B", "text": "Femoral nerve", "correct": true}, {"label": "C", "text": "Lateral cutaneous nerve of thigh", "correct": false}, {"label": "D", "text": "Obturator nerve", "correct": false}], "correct_answer": "B. Femoral nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Regarding Rapid Sequence Induction (RSI), all are true EXCEPT:", "options": [{"label": "A", "text": "Method of choice for cardiac arrest patients", "correct": true}, {"label": "B", "text": "High-volume low-pressure cuff used", "correct": false}, {"label": "C", "text": "Induction and muscle relaxant given simultaneously to facilitate intubation", "correct": false}, {"label": "D", "text": "Preoxygenation for 3 min with tidal volume breathing", "correct": false}], "correct_answer": "A. Method of choice for cardiac arrest patients", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For IV cannulation in a newborn, which of the following are correct? A. 22G cannula B. 24G cannula C. Adhesive patch D. Normal saline E. 5 mL syringe", "options": [{"label": "A", "text": "ACDE", "correct": false}, {"label": "B", "text": "BCDE", "correct": true}, {"label": "C", "text": "a and c", "correct": false}, {"label": "D", "text": "b and c", "correct": false}], "correct_answer": "B. BCDE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following can be used for reversal of vecuronium blockade in a cardiac patient?", "options": [{"label": "A", "text": "atropine", "correct": false}, {"label": "B", "text": "dantroiens", "correct": false}, {"label": "C", "text": "neostigmine", "correct": true}, {"label": "D", "text": "baclopnen", "correct": false}], "correct_answer": "C. neostigmine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "for benzodiazepine and barbiturates which are true? A: both act on GABA B: cause additive sedation with alcohol C: thiopentone has short duration of action due to metabolism D: flumazenil is antidote for barbiturates", "options": [{"label": "A", "text": "both A & B are correct", "correct": true}, {"label": "B", "text": "only A is correct", "correct": false}, {"label": "C", "text": "only C is correct", "correct": false}, {"label": "D", "text": "all are correct", "correct": false}], "correct_answer": "A. both A & B are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 64 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Biochemistry Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 156</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 156 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Vitamin C cannot be produced in humans due to lack of:", "options": [{"label": "A", "text": "L-gulonolactone oxidase", "correct": true}, {"label": "B", "text": "Xylutitol reductase", "correct": false}, {"label": "C", "text": "Pyruvate dehydrogenase", "correct": false}, {"label": "D", "text": "UDP glucose dehydrogenase", "correct": false}], "correct_answer": "A. L-gulonolactone oxidase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76698311704707488/76698311704707488.m3u8"}, {"text": "Klenow fragment lacks the activity of?", "options": [{"label": "A", "text": "3’-5’ exonuclease", "correct": false}, {"label": "B", "text": "5’-3’ exonuclease", "correct": true}, {"label": "C", "text": "5’-3’ DNA polymerase", "correct": false}, {"label": "D", "text": "3’-5’ DNA polymerase", "correct": false}], "correct_answer": "B. 5’-3’ exonuclease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42359261704707693/42359261704707693.m3u8"}, {"text": "Which of the following techniques is based on RNA?", "options": [{"label": "A", "text": "RT PCR", "correct": true}, {"label": "B", "text": "Sanger’s technique", "correct": false}, {"label": "C", "text": "Next generation sequencing", "correct": false}, {"label": "D", "text": "Western blot", "correct": false}], "correct_answer": "A. RT PCR", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49941111704707722/49941111704707722.m3u8"}, {"text": "Which of the following does not require 5’ capping?", "options": [{"label": "A", "text": "tRNA of alanine", "correct": true}, {"label": "B", "text": "U6 snRNA", "correct": false}, {"label": "C", "text": "mRNA for histone", "correct": false}, {"label": "D", "text": "siRNA", "correct": false}], "correct_answer": "A. tRNA of alanine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25863681704707759/25863681704707759.m3u8"}, {"text": "Which of the following does not favour permissive euchromatin due to changes occurring at cytosine residues at CpG islands in DNA?", "options": [{"label": "A", "text": "Methylation", "correct": true}, {"label": "B", "text": "Phosphorylation", "correct": false}, {"label": "C", "text": "Alkylation", "correct": false}, {"label": "D", "text": "Sumoylation", "correct": false}], "correct_answer": "A. Methylation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64869751704707787/64869751704707787.m3u8"}, {"text": "In a reaction substrate is available in a concentration that is 1000 times the Km value of the enzyme. After 9 minutes of reaction, 1% substrate is converted to product (12 microgram/ml). If the concentration of the enzyme is changed to 1/3 and concentration of substrate is doubled. What is the time taken to convert the substrate into the same amount of product, i.e. 12 microgram/ml?", "options": [{"label": "A", "text": "9 minutes", "correct": false}, {"label": "B", "text": "4.5 minutes", "correct": false}, {"label": "C", "text": "27 minutes", "correct": true}, {"label": "D", "text": "13.5 minutes", "correct": false}], "correct_answer": "C. 27 minutes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62986091704707813/62986091704707813.m3u8"}, {"text": "A middle aged woman presents with fissures in mouth, tingling sensation and peripheral neuropathy. Investigations showed reduced glutathione reductase activity. Which vitamin deficiency is the likely cause of this?", "options": [{"label": "A", "text": "Vitamin B1", "correct": false}, {"label": "B", "text": "Vitamin B2", "correct": true}, {"label": "C", "text": "Vitamin B6", "correct": false}, {"label": "D", "text": "Vitamin B 12", "correct": false}], "correct_answer": "B. Vitamin B2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49527541704707835/49527541704707835.m3u8"}, {"text": "Fe absorption increases by which vitamin?", "options": [{"label": "A", "text": "Vitamin A", "correct": false}, {"label": "B", "text": "Vitamin C", "correct": true}, {"label": "C", "text": "Thiamine", "correct": false}, {"label": "D", "text": "Riboflavin", "correct": false}], "correct_answer": "B. Vitamin C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54153271704707851/54153271704707851.m3u8"}, {"text": "Which of the following enzyme activity decreases in fasting?", "options": [{"label": "A", "text": "Hormone sensitive lipase", "correct": false}, {"label": "B", "text": "Glycogen Phosphorylase", "correct": false}, {"label": "C", "text": "Pyruvate carboxylase", "correct": false}, {"label": "D", "text": "Phosphofructokinase I", "correct": true}], "correct_answer": "D. Phosphofructokinase I", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46219121704707878/46219121704707878.m3u8"}, {"text": "An adolescent male patient came with pain in calf muscles on exercise. On biopsy excessive amount of glycogen present was found to be present in the muscle. What is the most likely enzyme deficiency?", "options": [{"label": "A", "text": "Muscle debranching enzyme", "correct": false}, {"label": "B", "text": "Phosphofructokinase I", "correct": false}, {"label": "C", "text": "Glucose6 phosphatase", "correct": false}, {"label": "D", "text": "Phosphorylase enzyme", "correct": true}], "correct_answer": "D. Phosphorylase enzyme", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21427941704710106/21427941704710106.m3u8"}, {"text": "Fluoride released from fluoroacetate inhibits which metabolic pathway?", "options": [{"label": "A", "text": "TCA cycle", "correct": true}, {"label": "B", "text": "Glycolytic pathway", "correct": false}, {"label": "C", "text": "Oxidative phosphorylation", "correct": false}, {"label": "D", "text": "ETC", "correct": false}], "correct_answer": "A. TCA cycle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29326761704710145/29326761704710145.m3u8"}, {"text": "Vitamin K in its coenzyme form is regenerated by which enzyme?", "options": [{"label": "A", "text": "Glutathione reductase", "correct": false}, {"label": "B", "text": "Pyruvate Carboxylase", "correct": false}, {"label": "C", "text": "Dihydrofolate reductase", "correct": false}, {"label": "D", "text": "Epoxide reductase", "correct": true}], "correct_answer": "D. Epoxide reductase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19076321704710176/19076321704710176.m3u8"}, {"text": "Identify the phenomenon shown below?", "options": [{"label": "A", "text": "Translation", "correct": false}, {"label": "B", "text": "Transformation", "correct": false}, {"label": "C", "text": "Complementation", "correct": true}, {"label": "D", "text": "Conjugation", "correct": false}], "correct_answer": "C. Complementation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1228).JPG"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42052291704710207/42052291704710207.m3u8"}, {"text": "Best investigation for metabolic disorder is?", "options": [{"label": "A", "text": "Western blot", "correct": false}, {"label": "B", "text": "Tandem mass spectrometry", "correct": true}, {"label": "C", "text": "PCR", "correct": false}, {"label": "D", "text": "Gel electrophoresis", "correct": false}], "correct_answer": "B. Tandem mass spectrometry", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62776371704710294/62776371704710294.m3u8"}, {"text": "An infant presented to the OPD with a history of vomiting and malnutrition. On investigation the Guthrie test was found to be positive. All are true regarding this disease except:", "options": [{"label": "A", "text": "Due to PAH enzyme defect", "correct": false}, {"label": "B", "text": "White patch of hair due to tryptophan deficiency", "correct": true}, {"label": "C", "text": "Phenyl acetate positive in urine", "correct": false}, {"label": "D", "text": "Mental retardation is present", "correct": false}], "correct_answer": "B. White patch of hair due to tryptophan deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77496501704710392/77496501704710392.m3u8"}, {"text": "Best method to measure HbA1c?", "options": [{"label": "A", "text": "Isoelectric focusing", "correct": false}, {"label": "B", "text": "Affinity chromatography", "correct": false}, {"label": "C", "text": "Ion exchange chromatography", "correct": true}, {"label": "D", "text": "Electrophoresis", "correct": false}], "correct_answer": "C. Ion exchange chromatography", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67145891704710433/67145891704710433.m3u8"}, {"text": "A child with frontal head enlarged, peculiar facies, thickening of cardiac valve leaflets and hepatosplenomegaly. Which of the following is the most porbable diagnosis", "options": [{"label": "A", "text": "Hurler syndrome", "correct": true}, {"label": "B", "text": "Hunter syndrome", "correct": false}, {"label": "C", "text": "Fragile X syndrome", "correct": false}, {"label": "D", "text": "Tay Sach disease", "correct": false}], "correct_answer": "A. Hurler syndrome", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420151732-7.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65170661704710464/65170661704710464.m3u8"}, {"text": "A diabetic patient presented with polyuria; his blood glucose was 240mg/dl. Which of these is likely to occur in this patient of type 1 DM?", "options": [{"label": "A", "text": "Increased protein synthesis", "correct": false}, {"label": "B", "text": "Increase glycogenesis in muscle", "correct": false}, {"label": "C", "text": "Increased conversion of fatty acid to acetyl coA", "correct": true}, {"label": "D", "text": "De novo cholesterol synthesis", "correct": false}], "correct_answer": "C. Increased conversion of fatty acid to acetyl coA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34761811704710485/34761811704710485.m3u8"}, {"text": "Cerebrohepatorenal syndrome. Which of the following substance accumulates in brain?", "options": [{"label": "A", "text": "Pyruvate", "correct": false}, {"label": "B", "text": "Short chain FA", "correct": false}, {"label": "C", "text": "Very long chain FA", "correct": true}, {"label": "D", "text": "Glycogen", "correct": false}], "correct_answer": "C. Very long chain FA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67728111704710501/67728111704710501.m3u8"}, {"text": "Respiratory quotient of a patient exclusively on carbohydrate diet?", "options": [{"label": "A", "text": "0.7", "correct": false}, {"label": "B", "text": "1", "correct": true}, {"label": "C", "text": "0.8", "correct": false}, {"label": "D", "text": "1.2", "correct": false}], "correct_answer": "B. 1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7056441704710538/7056441704710538.m3u8"}, {"text": "Fastest way to re-generate ATP during exercise", "options": [{"label": "A", "text": "Glycolysis", "correct": false}, {"label": "B", "text": "Creatine phosphate", "correct": true}, {"label": "C", "text": "TCA cycle", "correct": false}, {"label": "D", "text": "Glycogenolysis", "correct": false}], "correct_answer": "B. Creatine phosphate", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420155923-8.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29750141704710563/29750141704710563.m3u8"}, {"text": "Northern blot is used to identify", "options": [{"label": "A", "text": "DNA", "correct": false}, {"label": "B", "text": "RNA", "correct": true}, {"label": "C", "text": "Proteins", "correct": false}, {"label": "D", "text": "Histones", "correct": false}], "correct_answer": "B. RNA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3451791704710585/3451791704710585.m3u8"}, {"text": "Action of Thyroid hormones T3 and T4 on thyroid hormone receptors is", "options": [{"label": "A", "text": "It acts as Transcription factor", "correct": true}, {"label": "B", "text": "It’s a Tyrosine kinase receptor", "correct": false}, {"label": "C", "text": "It uses Phosphatidyl inositol pathway", "correct": false}, {"label": "D", "text": "It acts by increasing Cyclic AMP", "correct": false}], "correct_answer": "A. It acts as Transcription factor", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420160109-9.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30873091704870513/30873091704870513.m3u8"}, {"text": "Which of the following doesn’t happen in 5’ to 3’ direction?", "options": [{"label": "A", "text": "Transcription", "correct": false}, {"label": "B", "text": "DNA replication", "correct": false}, {"label": "C", "text": "DNA repair", "correct": false}, {"label": "D", "text": "RNA Editing", "correct": true}], "correct_answer": "D. RNA Editing", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420160443-11.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24662351704710625/24662351704710625.m3u8"}, {"text": "Chimeric DNA used for:", "options": [{"label": "A", "text": "Paternity test", "correct": false}, {"label": "B", "text": "Maternity test", "correct": false}, {"label": "C", "text": "Personal identification", "correct": false}, {"label": "D", "text": "Organ transplantation", "correct": true}], "correct_answer": "D. Organ transplantation", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420160932-13.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11961211704710646/11961211704710646.m3u8"}, {"text": "A bodybuilder starts eating raw egg for protein. He used to develop fatigue on moderate exercise. The doctor prescribes a vitamin. Which enzyme is deficient in him?", "options": [{"label": "A", "text": "Glucose 6 phosphatase", "correct": false}, {"label": "B", "text": "Pyruvate Carboxylase", "correct": true}, {"label": "C", "text": "PEPCK", "correct": false}, {"label": "D", "text": "Glycogen Phosphorylase", "correct": false}], "correct_answer": "B. Pyruvate Carboxylase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57041171704870564/57041171704870564.m3u8"}, {"text": "Which of the following shows functional assessment of B1 deficiency?", "options": [{"label": "A", "text": "RBC Transketolase", "correct": true}, {"label": "B", "text": "RBC Glutathione reductase", "correct": false}, {"label": "C", "text": "Serum Thiamine levels", "correct": false}, {"label": "D", "text": "RBC Glutathione Peroxidase", "correct": false}], "correct_answer": "A. RBC Transketolase", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420161231-14.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42217511704710715/42217511704710715.m3u8"}, {"text": "Assertion (A): Central dogma says DNA is transcribed into RNA which is subsequently translated into proteins Reason (R): Retrovirus show reverse transcriptase of central dogma where RNA is first converted to DNA which is then transcribed to RNA, which is subsequently translated into proteins", "options": [{"label": "A", "text": "Both Assertion and Reasons are independently true and the Reason is the correct explanation for the Assertion", "correct": false}, {"label": "B", "text": "Both Assertion and Reasons are independently true, but the Reason is not the correct explanation for the Assertion", "correct": true}, {"label": "C", "text": "Assertion is independently true, but the Reasons is independently a false", "correct": false}, {"label": "D", "text": "Assertion is independently a false, but the Reasons is independently a true", "correct": false}, {"label": "E", "text": "Both Assertion and Reasons are independently false", "correct": false}], "correct_answer": "B. Both Assertion and Reasons are independently true, but the Reason is not the correct explanation for the Assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22052691704710730/22052691704710730.m3u8"}, {"text": "Which modification will not lead to change in biological activity of the hormone given in picture?", "options": [{"label": "A", "text": "Hydrolysis of disulphide bonds", "correct": false}, {"label": "B", "text": "Change in 5-6 in A chain", "correct": false}, {"label": "C", "text": "Change in 14-16 in A chain", "correct": false}, {"label": "D", "text": "Change in 29-30 in B chain", "correct": true}], "correct_answer": "D. Change in 29-30 in B chain", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/course_file_meta/39058721.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26611451704870689/26611451704870689.m3u8"}, {"text": "All of the followings reduces the activation energy; except:", "options": [{"label": "A", "text": "Desolvation of active site", "correct": false}, {"label": "B", "text": "Reducing entropy", "correct": true}, {"label": "C", "text": "Competing with another substrate", "correct": false}, {"label": "D", "text": "Negative free energy", "correct": false}], "correct_answer": "B. Reducing entropy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420161453-15.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43329291704870748/43329291704870748.m3u8"}, {"text": "The graph shown below is the titration curve of a biochemical compound. Which of the following statement is true?", "options": [{"label": "A", "text": "The maximum buffering capacity of the compound in represented by points A and B", "correct": true}, {"label": "B", "text": "The points A and B represent the range of maximum ionization of the amine and carboxyl group", "correct": false}, {"label": "C", "text": "The compound has three ionisable side chains", "correct": false}, {"label": "D", "text": "The compound has one ionisable group", "correct": false}], "correct_answer": "A. The maximum buffering capacity of the compound in represented by points A and B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/course_file_meta/33064702.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33331841704710789/33331841704710789.m3u8"}, {"text": "Which of the following TCA cycle intermediate is a part of heme metabolism?", "options": [{"label": "A", "text": "Alpha ketoglutarate", "correct": false}, {"label": "B", "text": "Fumarate", "correct": false}, {"label": "C", "text": "Succinyl CoA", "correct": true}, {"label": "D", "text": "Malate", "correct": false}], "correct_answer": "C. Succinyl CoA", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420161633-16.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37457191704870784/37457191704870784.m3u8"}, {"text": "The catalytic efficiency of enzyme is best expressed by which of the following kinetic constants:", "options": [{"label": "A", "text": "Kcat/Km", "correct": true}, {"label": "B", "text": "Km/Kcat", "correct": false}, {"label": "C", "text": "Km/Ka", "correct": false}, {"label": "D", "text": "Ka/Km", "correct": false}], "correct_answer": "A. Kcat/Km", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420161720-17.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52991821704870837/52991821704870837.m3u8"}, {"text": "Type of mutation seen in sickle cell anaemia:", "options": [{"label": "A", "text": "Insertion", "correct": false}, {"label": "B", "text": "Deletion", "correct": false}, {"label": "C", "text": "Point mutation", "correct": true}, {"label": "D", "text": "Frameshift mutations", "correct": false}], "correct_answer": "C. Point mutation", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420161756-18.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60053401704710886/60053401704710886.m3u8"}, {"text": "In urea cycle disorder, which of the following substance can be used to reduce the levels of ammonia?", "options": [{"label": "A", "text": "L-carnitine", "correct": false}, {"label": "B", "text": "Phenylbutyrate", "correct": true}, {"label": "C", "text": "Isoleucine", "correct": false}, {"label": "D", "text": "Glutamate", "correct": false}], "correct_answer": "B. Phenylbutyrate", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1231).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18326301704710966/18326301704710966.m3u8"}, {"text": "The given below clinical features occurs due to deficiency of:", "options": [{"label": "A", "text": "Tryptophan", "correct": true}, {"label": "B", "text": "Phenylamine", "correct": false}, {"label": "C", "text": "Cysteine", "correct": false}, {"label": "D", "text": "Glutamine", "correct": false}], "correct_answer": "A. Tryptophan", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/course_file_meta/241313344.jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420162525-19.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21236941704870901/21236941704870901.m3u8"}, {"text": "Eukaryotic mRNA attaches to ribosome during translation due to;", "options": [{"label": "A", "text": "Poly A tail", "correct": false}, {"label": "B", "text": "tRNA", "correct": false}, {"label": "C", "text": "7-methylguanosine cap", "correct": true}, {"label": "D", "text": "Shine Dalgarno sequence", "correct": false}], "correct_answer": "C. 7-methylguanosine cap", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74504401704711023/74504401704711023.m3u8"}, {"text": "Which of the following glycoprotein has both lubricant and protective action:", "options": [{"label": "A", "text": "Mucin", "correct": true}, {"label": "B", "text": "Immunoglobulin", "correct": false}, {"label": "C", "text": "Collagen", "correct": false}, {"label": "D", "text": "Albumin", "correct": false}], "correct_answer": "A. Mucin", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1232).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3333291704711047/3333291704711047.m3u8"}, {"text": "All of the following are correct about Proteoglycans except:", "options": [{"label": "A", "text": "Chondroitin sulphate is a proteoglycans", "correct": false}, {"label": "B", "text": "Made of protein and sugar MPS", "correct": false}, {"label": "C", "text": "Carries negative charge", "correct": false}, {"label": "D", "text": "Doesn’t hold water", "correct": true}], "correct_answer": "D. Doesn’t hold water", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28269241704711067/28269241704711067.m3u8"}, {"text": "Restriction endonuclease will act on which of the following:", "options": [{"label": "A", "text": "AAGCTT", "correct": true}, {"label": "B", "text": "AAGAAG", "correct": false}, {"label": "C", "text": "TACGAG", "correct": false}, {"label": "D", "text": "GAGAGG", "correct": false}], "correct_answer": "A. AAGCTT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45760091704711089/45760091704711089.m3u8"}, {"text": "Which replacement of amino acid does not alter its normal function?", "options": [{"label": "A", "text": "Glutamine replaced by arginine", "correct": false}, {"label": "B", "text": "Glutamine replaced by alanine", "correct": false}, {"label": "C", "text": "Glutamine replaced by glutamate", "correct": false}, {"label": "D", "text": "Glutamine replaced by asparagine", "correct": true}], "correct_answer": "D. Glutamine replaced by asparagine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10465501704711130/10465501704711130.m3u8"}, {"text": "Assertion: Most common haematological disorder in chronic lead poisoning is eosinophilia. Reason: chronic lead poisoning inhibits the enzyme ALA dehydratase:", "options": [{"label": "A", "text": "Both Assertion and Reason are independently true/correct statements and the Reason is the correct explanation for the Assertion", "correct": false}, {"label": "B", "text": "Both Assertion and Reason are independently true/correct statements but the Reason is not the correct explanation for the Assertion", "correct": false}, {"label": "C", "text": "Assertion is independently a true/correct statement, but the Reason is independently a false/incorrect statement", "correct": false}, {"label": "D", "text": "Assertion is independently a false/incorrect statement, but the Reason is independently a true/correct statement", "correct": true}, {"label": "E", "text": "Both Assertion and Reason are independently false/incorrect statements", "correct": false}], "correct_answer": "D. Assertion is independently a false/incorrect statement, but the Reason is independently a true/correct statement", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1233).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34288721704870983/34288721704870983.m3u8"}, {"text": "All are correct about telomerase except", "options": [{"label": "A", "text": "It is an example of reverse transcriptase", "correct": false}, {"label": "B", "text": "It is found only in eukaryotes", "correct": false}, {"label": "C", "text": "It maintains high fidelity during DNA replication", "correct": true}, {"label": "D", "text": "It maintains the length of DNA", "correct": false}], "correct_answer": "C. It maintains high fidelity during DNA replication", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420163256-21.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7730851704711193/7730851704711193.m3u8"}, {"text": "Which of the following are related to DNA Methylation a. Gene silencing b. Mismatch DNA repair c. RNA splicing d. Chromatin remodelling", "options": [{"label": "A", "text": "A:B:D", "correct": true}, {"label": "B", "text": "B:C", "correct": false}, {"label": "C", "text": "C:D", "correct": false}, {"label": "D", "text": "D:A:C", "correct": false}], "correct_answer": "A. A:B:D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420163426-22.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78446701704711230/78446701704711230.m3u8"}, {"text": "One particular enzymes has multiple substrate on which it acts. Given options illustrates the Kcat and Km values for different substrates. Catalytic efficiency is highest for which of the following substrates", "options": [{"label": "A", "text": "Km=200 nmol, Kcat=10", "correct": true}, {"label": "B", "text": "Km=100 micromole , Kcat=4", "correct": false}, {"label": "C", "text": "Km=200 micromole , Kcat=2", "correct": false}, {"label": "D", "text": "Km=50 micromole , Kcat=5", "correct": false}], "correct_answer": "A. Km=200 nmol, Kcat=10", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9084991704711256/9084991704711256.m3u8"}, {"text": "PCR Steps A. Denaturation B. Annealing C. Elongation D. Hybridization", "options": [{"label": "A", "text": "A:B:C", "correct": true}, {"label": "B", "text": "B:C", "correct": false}, {"label": "C", "text": "C:D", "correct": false}, {"label": "D", "text": "D:A:C", "correct": false}], "correct_answer": "A. A:B:C", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420163609-23.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51171131704711279/51171131704711279.m3u8"}, {"text": "Normality of 2 mM HCl, 1 mM H2SO4", "options": [{"label": "A", "text": "Same", "correct": true}, {"label": "B", "text": "Double", "correct": false}, {"label": "C", "text": "Half", "correct": false}, {"label": "D", "text": "Four times", "correct": false}], "correct_answer": "A. Same", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11423571704711294/11423571704711294.m3u8"}, {"text": "Enzymes affected in vitamin B12 deficiency A. Methyl malonyl CoA mutase/isomerase B. Methionine synthase C. Folate reductase D. Homocysteine synthase", "options": [{"label": "A", "text": "D:A", "correct": false}, {"label": "B", "text": "C:D", "correct": false}, {"label": "C", "text": "B:C", "correct": false}, {"label": "D", "text": "A:B", "correct": true}], "correct_answer": "D. A:B", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420163807-24.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47748001704711318/47748001704711318.m3u8"}, {"text": "Calculate RQ for substrate having CO2 released= 200 and O2 consumed= 250", "options": [{"label": "A", "text": "0.8", "correct": true}, {"label": "B", "text": "1.25", "correct": false}, {"label": "C", "text": "0.7", "correct": false}, {"label": "D", "text": "1.0", "correct": false}], "correct_answer": "A. 0.8", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53925141704711357/53925141704711357.m3u8"}, {"text": "True regarding transmembrane portion of a protein A. Hydrophilic B. Hydrophobic C. Amphipathic D. Lipophilic E. Lipophobic", "options": [{"label": "A", "text": "A:B", "correct": false}, {"label": "B", "text": "B:D", "correct": true}, {"label": "C", "text": "E:D", "correct": false}, {"label": "D", "text": "A:E", "correct": false}], "correct_answer": "B. B:D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420164346-1.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50772111704711380/50772111704711380.m3u8"}, {"text": "Ketosis is common in type 1 DM A. Decreased fatty acid beta oxidation B. Increased mobilization of adipose cell C. Decreased acetyl CoA in TCA cycle D. Increased beta hydroxy butyrate synthase", "options": [{"label": "A", "text": "A-B-C-D", "correct": false}, {"label": "B", "text": "D-C-B-A", "correct": false}, {"label": "C", "text": "B-C-D", "correct": true}, {"label": "D", "text": "A-B", "correct": false}], "correct_answer": "C. B-C-D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420164948-26.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17315771704711403/17315771704711403.m3u8"}, {"text": "Patient presents with pallor and cyanosis with following Presentation shown in picture where hyperpigmentation of knuckle is seen A. Vitamin B12 deficiency B. Iron deficiency C. Folic acid deficiency D. Addison’s disease", "options": [{"label": "A", "text": "A, B", "correct": false}, {"label": "B", "text": "A, D", "correct": true}, {"label": "C", "text": "C, D", "correct": false}, {"label": "D", "text": "B, C", "correct": false}], "correct_answer": "B. A, D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420165103-27.png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1234).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11113871704711421/11113871704711421.m3u8"}, {"text": "Thermogenic effect is highest for", "options": [{"label": "A", "text": "Protein", "correct": true}, {"label": "B", "text": "Lipid", "correct": false}, {"label": "C", "text": "Carbohydrate", "correct": false}, {"label": "D", "text": "Mixed diet", "correct": false}], "correct_answer": "A. Protein", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49105911704711435/49105911704711435.m3u8"}, {"text": "RNAi or micro-RNA binds to", "options": [{"label": "A", "text": "5’UTR of target Mrna", "correct": false}, {"label": "B", "text": "3’UTR of target mRNA", "correct": true}, {"label": "C", "text": "Gene promoter sequences", "correct": false}, {"label": "D", "text": "Intergenic sequences", "correct": false}], "correct_answer": "B. 3’UTR of target mRNA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28102531704711455/28102531704711455.m3u8"}, {"text": "RNAi mediates", "options": [{"label": "A", "text": "Gene knock up", "correct": false}, {"label": "B", "text": "Gene knockdown", "correct": true}, {"label": "C", "text": "Gene knockout", "correct": false}, {"label": "D", "text": "Gene knock-in", "correct": false}], "correct_answer": "B. Gene knockdown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51500721704711475/51500721704711475.m3u8"}, {"text": "Which of the following vitamin therapy can be used for sideroblastic anaemia ?", "options": [{"label": "A", "text": "Vitamin B6", "correct": true}, {"label": "B", "text": "Vitamin B12", "correct": false}, {"label": "C", "text": "Folic acid", "correct": false}, {"label": "D", "text": "Thiamine", "correct": false}], "correct_answer": "A. Vitamin B6", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1235).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74226711704711491/74226711704711491.m3u8"}, {"text": "Source of energy used by RBC, in fasting state", "options": [{"label": "A", "text": "Glucose", "correct": true}, {"label": "B", "text": "Fatty acids", "correct": false}, {"label": "C", "text": "Ketones", "correct": false}, {"label": "D", "text": "Amino acids", "correct": false}], "correct_answer": "A. Glucose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77146291704711505/77146291704711505.m3u8"}, {"text": "Lipase inhibited/downregulated by insulin", "options": [{"label": "A", "text": "Lipoprotein lipase", "correct": false}, {"label": "B", "text": "Hormone sensitive lipase", "correct": true}, {"label": "C", "text": "Gastric lipase", "correct": false}, {"label": "D", "text": "Pancreatic lipase", "correct": false}], "correct_answer": "B. Hormone sensitive lipase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73973001704711521/73973001704711521.m3u8"}, {"text": "Accumulation of methyl THF is seen in the deficiency of?", "options": [{"label": "A", "text": "B12", "correct": true}, {"label": "B", "text": "Vitamin C", "correct": false}, {"label": "C", "text": "Fatty acid (EFA)", "correct": false}], "correct_answer": "A. B12", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170121-30.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71117321704711540/71117321704711540.m3u8"}, {"text": "Which of the following is Not seen in G6PD de?ciency? (multiple option?)", "options": [{"label": "A", "text": "Decreased membrane lipid peroxidation", "correct": true}, {"label": "B", "text": "Decreased generation of reduced glutathione", "correct": false}, {"label": "C", "text": "Reduced NADPH generation", "correct": false}, {"label": "D", "text": "RBC lysis", "correct": false}], "correct_answer": "A. Decreased membrane lipid peroxidation", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170203-31.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/804241704711557/804241704711557.m3u8"}, {"text": "Which of the following is not correctly matched?", "options": [{"label": "A", "text": "1", "correct": false}, {"label": "B", "text": "2", "correct": true}, {"label": "C", "text": "3", "correct": false}, {"label": "D", "text": "4", "correct": false}], "correct_answer": "B. 2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170319-32.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18120821704711570/18120821704711570.m3u8"}, {"text": "Not an inhibitor of cytochrome oxidase", "options": [{"label": "A", "text": "CO", "correct": false}, {"label": "B", "text": "Cyanide", "correct": false}, {"label": "C", "text": "H2S", "correct": false}, {"label": "D", "text": "Methane", "correct": true}], "correct_answer": "D. Methane", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170442-33.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Separation of proteins by precipitation is done by all of the following except?", "options": [{"label": "A", "text": "Heavy metals /salts", "correct": false}, {"label": "B", "text": "Alcohol", "correct": false}, {"label": "C", "text": "Acetone/trichloracetic acid", "correct": false}, {"label": "D", "text": "Changing pH from isoelectric point", "correct": true}], "correct_answer": "D. Changing pH from isoelectric point", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4715321704711582/4715321704711582.m3u8"}, {"text": "Wobble hypothesis explains which of the following properties of genetic code", "options": [{"label": "A", "text": "Degeneracy", "correct": true}, {"label": "B", "text": "Universality", "correct": false}, {"label": "C", "text": "Unambiguity", "correct": false}, {"label": "D", "text": "Non-punctuation", "correct": false}], "correct_answer": "A. Degeneracy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170602-34.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4060371704711598/4060371704711598.m3u8"}, {"text": "Prolonged starvation which of the following test is positive?", "options": [{"label": "A", "text": "Heat coagulation test", "correct": false}, {"label": "B", "text": "Sulphur test", "correct": false}, {"label": "C", "text": "Benedict’s test", "correct": false}, {"label": "D", "text": "Rothera’s test", "correct": true}], "correct_answer": "D. Rothera’s test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66526581704711617/66526581704711617.m3u8"}, {"text": "Which of the following is not gluconeogenic?", "options": [{"label": "A", "text": "Lactate", "correct": false}, {"label": "B", "text": "Acetyl Co A", "correct": true}, {"label": "C", "text": "Glycerol", "correct": false}, {"label": "D", "text": "Alanine", "correct": false}], "correct_answer": "B. Acetyl Co A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47861871704711634/47861871704711634.m3u8"}, {"text": "Thiamine deficiency is involved in lactic acidosis due to inhibition of which of the following?", "options": [{"label": "A", "text": "PDH Complex", "correct": true}, {"label": "B", "text": "Pyruvate carboxylase", "correct": false}, {"label": "C", "text": "PEPCK", "correct": false}, {"label": "D", "text": "Transketolase", "correct": false}], "correct_answer": "A. PDH Complex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56144741704711653/56144741704711653.m3u8"}, {"text": "All are true about mitochondrial DNA except A. Codes for all proteins of ETC B. More prone for mutation C. Codes slightly different from nuclear DNA D. Single stranded circular DNA", "options": [{"label": "A", "text": "B and C", "correct": false}, {"label": "B", "text": "B only", "correct": false}, {"label": "C", "text": "A only", "correct": false}, {"label": "D", "text": "A and D", "correct": true}], "correct_answer": "D. A and D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170826-35.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2446271704711697/2446271704711697.m3u8"}, {"text": "Technique to quantify RNA is", "options": [{"label": "A", "text": "RT PCT", "correct": false}, {"label": "B", "text": "Real time PCR", "correct": true}, {"label": "C", "text": "Conventional PCR", "correct": false}, {"label": "D", "text": "Allele specific PCR", "correct": false}], "correct_answer": "B. Real time PCR", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25988141704711714/25988141704711714.m3u8"}, {"text": "Collagen defect is seen in", "options": [{"label": "A", "text": "Scurvy", "correct": true}, {"label": "B", "text": "Rickets", "correct": false}, {"label": "C", "text": "Beri-beri", "correct": false}, {"label": "D", "text": "Pellegra", "correct": false}], "correct_answer": "A. Scurvy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420170928-36.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11199801704711734/11199801704711734.m3u8"}, {"text": "All are True statement regarding advance liver disease except:", "options": [{"label": "A", "text": "Hyper-ammonemia", "correct": false}, {"label": "B", "text": "Oxidative decarboxylation of alpha ketoglutarate", "correct": true}, {"label": "C", "text": "Low ATP Production", "correct": false}, {"label": "D", "text": "Alpha ketoglutarate is converted to glutamate and glutamine", "correct": false}], "correct_answer": "B. Oxidative decarboxylation of alpha ketoglutarate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63624581704711795/63624581704711795.m3u8"}, {"text": "Most radioresistant (Least radiosensitive) phase is", "options": [{"label": "A", "text": "G1", "correct": false}, {"label": "B", "text": "S", "correct": true}, {"label": "C", "text": "G2", "correct": false}, {"label": "D", "text": "M", "correct": false}], "correct_answer": "B. S", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1236).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26778701704711808/26778701704711808.m3u8"}, {"text": "Which is not amphipathic?", "options": [{"label": "A", "text": "Phosphoglycerol", "correct": false}, {"label": "B", "text": "Phospholipid", "correct": false}, {"label": "C", "text": "Triacylglycerol", "correct": true}, {"label": "D", "text": "Glycolipid", "correct": false}], "correct_answer": "C. Triacylglycerol", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420171330-37.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49557441704711823/49557441704711823.m3u8"}, {"text": "CRISPER Cas 9 mediated gene nick undergo which of the following repair mechanism to result in gene knock out", "options": [{"label": "A", "text": "HEJ", "correct": false}, {"label": "B", "text": "NHEJ", "correct": true}, {"label": "C", "text": "Base Excision repair", "correct": false}, {"label": "D", "text": "Nucleotide excision repair", "correct": false}], "correct_answer": "B. NHEJ", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420171422-38.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9291561704711837/9291561704711837.m3u8"}, {"text": "Sodium iodide symport is not found in", "options": [{"label": "A", "text": "Salivary gland", "correct": false}, {"label": "B", "text": "Pituitary gland", "correct": true}, {"label": "C", "text": "Thyroid gland", "correct": false}, {"label": "D", "text": "Placenta", "correct": false}], "correct_answer": "B. Pituitary gland", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72439891704711850/72439891704711850.m3u8"}, {"text": "True statement regarding suicidal inhibition is/are A. Substrate analogue binds to the enzyme B. They react with enzyme active site and irreversibly inhibit it C. Inhibitor form a product with the help of enzyme and this product in turn inhibits the enzyme D. Inhibitor does not react outside the active site", "options": [{"label": "A", "text": "A:B", "correct": true}, {"label": "B", "text": "B:C", "correct": false}, {"label": "C", "text": "C:D", "correct": false}, {"label": "D", "text": "D:A", "correct": false}], "correct_answer": "A. A:B", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420171646-39.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14817861704711867/14817861704711867.m3u8"}, {"text": "Amino acid not restricted in management of maple syrup urine disease", "options": [{"label": "A", "text": "Methionine", "correct": true}, {"label": "B", "text": "Valine", "correct": false}, {"label": "C", "text": "Leucine", "correct": false}, {"label": "D", "text": "Isoleucine", "correct": false}], "correct_answer": "A. Methionine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55038181704711882/55038181704711882.m3u8"}, {"text": "Identify the type of enzyme inhibition shown below?", "options": [{"label": "A", "text": "Competitive", "correct": true}, {"label": "B", "text": "Non –competitive", "correct": false}, {"label": "C", "text": "Uncompetitive", "correct": false}, {"label": "D", "text": "?", "correct": false}], "correct_answer": "A. Competitive", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420171734-40.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17636011704711897/17636011704711897.m3u8"}, {"text": "False regarding human genome project?", "options": [{"label": "A", "text": "It was an effort of international collaboration", "correct": false}, {"label": "B", "text": "Identi?ed 20000 genes", "correct": true}, {"label": "C", "text": "Completed in two decades", "correct": false}, {"label": "D", "text": "Used sanger sequencing", "correct": false}], "correct_answer": "B. Identi?ed 20000 genes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25932891704711908/25932891704711908.m3u8"}, {"text": "Deamination of methyl cytosine generates", "options": [{"label": "A", "text": "Uracil", "correct": false}, {"label": "B", "text": "Thymine", "correct": true}, {"label": "C", "text": "Guanine", "correct": false}, {"label": "D", "text": "Cytosine", "correct": false}], "correct_answer": "B. Thymine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420171927-41.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39375581704711921/39375581704711921.m3u8"}, {"text": "Which of the following vitamin de?ciency will prevent thymine insertion in DNA? A. Vitamin E B. B6 C. Folate D. B12", "options": [{"label": "A", "text": "A:B", "correct": false}, {"label": "B", "text": "B:C", "correct": false}, {"label": "C", "text": "C:D", "correct": true}, {"label": "D", "text": "D:A", "correct": false}], "correct_answer": "C. C:D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420172151-42.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28407741704711935/28407741704711935.m3u8"}, {"text": "Dideoxy nucleotides are used in sangers’ technique, as", "options": [{"label": "A", "text": "It doesn’t allow the further elongation of DNA", "correct": true}, {"label": "B", "text": "They can be made ?uorescent", "correct": false}, {"label": "C", "text": "They are better (preferred) substrate of DNA polymerase", "correct": false}], "correct_answer": "A. It doesn’t allow the further elongation of DNA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15400351704711950/15400351704711950.m3u8"}, {"text": "Correct order for isolation of desired protein produced via recombinant DNA technology? 1. Elution 2. SDS PAGE 3. CELL LYSIS 4. Protein expression in host cell", "options": [{"label": "A", "text": "4, 3, 2, 1", "correct": true}, {"label": "B", "text": "1, 2, 3, 4", "correct": false}, {"label": "C", "text": "3, 2, 1, 4", "correct": false}], "correct_answer": "A. 4, 3, 2, 1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32220211704711965/32220211704711965.m3u8"}, {"text": "Technique to study DNA protein interactions?", "options": [{"label": "A", "text": "DNA ?ngerprinting", "correct": false}, {"label": "B", "text": "DNA foot printing", "correct": true}, {"label": "C", "text": "ELISA", "correct": false}, {"label": "D", "text": "Northern blot", "correct": false}], "correct_answer": "B. DNA foot printing", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420172359-43.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59375491704711982/59375491704711982.m3u8"}, {"text": "Detection of mutation with low allele frequency can be done by", "options": [{"label": "A", "text": "Allele specific", "correct": false}, {"label": "B", "text": "Digital droplet PCR", "correct": true}, {"label": "C", "text": "Sanger sequencing", "correct": false}, {"label": "D", "text": "RTPCR", "correct": false}], "correct_answer": "B. Digital droplet PCR", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230420172442-44.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29169911704711996/29169911704711996.m3u8"}, {"text": "Highest thermic effect is of-", "options": [{"label": "A", "text": "Proteins", "correct": true}, {"label": "B", "text": "Fats", "correct": false}, {"label": "C", "text": "Carbohydrates", "correct": false}, {"label": "D", "text": "Fatty acids", "correct": false}], "correct_answer": "A. Proteins", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the order of draw of blood samples in vials?", "options": [{"label": "A", "text": "Lavender, Grey, Blue, Red", "correct": false}, {"label": "B", "text": "Blue, Red, Lavender, Grey", "correct": true}, {"label": "C", "text": "Grey, Red, Lavender, Grey", "correct": false}, {"label": "D", "text": "Red, Lavender, Grey, Blue", "correct": false}], "correct_answer": "B. Blue, Red, Lavender, Grey", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(4).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which amino acid is not used for synthesis of hormones?", "options": [{"label": "A", "text": "Tyrosine", "correct": false}, {"label": "B", "text": "Phenylalanine", "correct": false}, {"label": "C", "text": "Tryptophan", "correct": false}, {"label": "D", "text": "Glycine", "correct": true}], "correct_answer": "D. Glycine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Liver produces ketone bodies, but cannot use them due to absence of which enzyme?", "options": [{"label": "A", "text": "Thiophorase", "correct": true}, {"label": "B", "text": "Thiolase", "correct": false}, {"label": "C", "text": "HMG CoA synthase", "correct": false}, {"label": "D", "text": "HMG CoA reductase", "correct": false}], "correct_answer": "A. Thiophorase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which enzyme is deficient in Pompe’s disease?", "options": [{"label": "A", "text": "Lysosomal acid alpha glucosidase", "correct": true}, {"label": "B", "text": "Phosphofructokinase", "correct": false}, {"label": "C", "text": "Muscle glycogen phosphorylase", "correct": false}, {"label": "D", "text": "Lactate dehydrogenase", "correct": false}], "correct_answer": "A. Lysosomal acid alpha glucosidase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with cardiomyopathy and muscle weakness was diagnosed to have Barth syndrome. What is the defect in this patient?", "options": [{"label": "A", "text": "Cardiolipin", "correct": true}, {"label": "B", "text": "Lecithin", "correct": false}, {"label": "C", "text": "Lysolecithin", "correct": false}, {"label": "D", "text": "Cephalin", "correct": false}], "correct_answer": "A. Cardiolipin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 15 year old boy, known case of Type 1 DM undergoes the following test for the detection of ketone bodies. What is the name of this test?", "options": [{"label": "A", "text": "Benedicts test", "correct": false}, {"label": "B", "text": "Seliwanoff test", "correct": false}, {"label": "C", "text": "Rothera test", "correct": true}, {"label": "D", "text": "Biuret test", "correct": false}], "correct_answer": "C. Rothera test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(16).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Xanthenuric acid in urine indicates-", "options": [{"label": "A", "text": "Vitamin B1 deficiency", "correct": false}, {"label": "B", "text": "Vitamin B6 deficiency", "correct": true}, {"label": "C", "text": "Vitamin B3 deficiency", "correct": false}, {"label": "D", "text": "Vitamin B2 deficiency", "correct": false}], "correct_answer": "B. Vitamin B6 deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is false about collagen?", "options": [{"label": "A", "text": "The most abundant amino acid is Phenylalanine", "correct": true}, {"label": "B", "text": "Post translational hydroxylation of proline and lysine", "correct": false}, {"label": "C", "text": "Triple helix is required for its function", "correct": false}, {"label": "D", "text": "Collagen is a type of fibrous protein, which is most abundant of all human proteins", "correct": false}], "correct_answer": "A. The most abundant amino acid is Phenylalanine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The base sequence of a strand of DNA used as a template of transcription has the base sequence GATCTAC. What is the base sequence of the RNA product?", "options": [{"label": "A", "text": "CUAGAUG", "correct": false}, {"label": "B", "text": "GUAGAUC", "correct": true}, {"label": "C", "text": "GTAGATC", "correct": false}, {"label": "D", "text": "CTAGATG", "correct": false}], "correct_answer": "B. GUAGAUC", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• C. GTAGATC Explanation: This is a DNA sequence, not RNA, and it is the complementary DNA strand (i.e., the coding strand) without converting T to U. It’s irrelevant in the context of RNA transcription.</li><li>• D. CTAGATG Explanation: This is the non-template (coding) DNA strand, and again contains T instead of U, so it’s not an RNA sequence. Also, it doesn’t match the transcribed RNA in sequence or direction.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Congenital lactic acidosis is due to the defect of which of the following enzymes :", "options": [{"label": "A", "text": "Transketolase", "correct": false}, {"label": "B", "text": "Branched chain Ketoacid dehydrogenase", "correct": false}, {"label": "C", "text": "Isocitrate dehydrogenase", "correct": false}, {"label": "D", "text": "Pyruvate dehydrogenase", "correct": true}], "correct_answer": "D. Pyruvate dehydrogenase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47867131721392701/47867131721392701.m3u8"}, {"text": "Match the following:", "options": [{"label": "A", "text": "1-B, 2-C, 3-A, 4-D", "correct": false}, {"label": "B", "text": "1-C, 2-B, 3-A, 4-D", "correct": false}, {"label": "C", "text": "1-A, 2-C, 3-A, 4-D", "correct": false}, {"label": "D", "text": "1-A, 2-B, 3-C, 4-D", "correct": true}], "correct_answer": "D. 1-A, 2-B, 3-C, 4-D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(350).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(306).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13002581721392720/13002581721392720.m3u8"}, {"text": "Which is not a product of heme catabolism:", "options": [{"label": "A", "text": "Ferrous ion", "correct": false}, {"label": "B", "text": "Aminolevulanic acid", "correct": true}, {"label": "C", "text": "Biliverdin", "correct": false}, {"label": "D", "text": "Carbon monoxide", "correct": false}], "correct_answer": "B. Aminolevulanic acid", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(272).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16725671721392737/16725671721392737.m3u8"}, {"text": "In the graphs given below, what type of Inhibitor are A and B:", "options": [{"label": "A", "text": "Competitive and Non-competitive", "correct": true}, {"label": "B", "text": "Uncompetitive and Non-competitive", "correct": false}, {"label": "C", "text": "Non-Competitive and Un-competitive", "correct": false}, {"label": "D", "text": "Non-competitive and competitive", "correct": false}], "correct_answer": "A. Competitive and Non-competitive", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(253).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(256).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67997931721392750/67997931721392750.m3u8"}, {"text": "Which gene defect causes familial hypercholesterolemia?", "options": [{"label": "A", "text": "ApoE", "correct": false}, {"label": "B", "text": "Apo Cll", "correct": false}, {"label": "C", "text": "LDL receptor", "correct": true}, {"label": "D", "text": "Apo B48", "correct": false}], "correct_answer": "C. LDL receptor", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(202).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20383561721392765/20383561721392765.m3u8"}, {"text": "Which diagnostic tool is preferred for metabolic disease screening in children?", "options": [{"label": "A", "text": "Tandem mass spectrometry", "correct": true}, {"label": "B", "text": "Complete blood count (CBC)", "correct": false}, {"label": "C", "text": "Urinalysis", "correct": false}, {"label": "D", "text": "Genetic testing", "correct": false}], "correct_answer": "A. Tandem mass spectrometry", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46557561721392781/46557561721392781.m3u8"}, {"text": "Which of the following is not an amino acid derived neurotransmitter?", "options": [{"label": "A", "text": "Dopamine", "correct": false}, {"label": "B", "text": "Serotonin", "correct": false}, {"label": "C", "text": "GABA", "correct": false}, {"label": "D", "text": "Creatine", "correct": true}], "correct_answer": "D. Creatine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31918221721392796/31918221721392796.m3u8"}, {"text": "In Folate deficiency which of the following statement is true?", "options": [{"label": "A", "text": "Low homocysteine and high methylmalonic acid", "correct": false}, {"label": "B", "text": "High homocysteine and Low methylmalonic acid", "correct": true}, {"label": "C", "text": "Hemolytic anemia is a feature", "correct": false}, {"label": "D", "text": "B12 supplementation is recommended along with Folate", "correct": false}], "correct_answer": "B. High homocysteine and Low methylmalonic acid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48603401721392810/48603401721392810.m3u8"}, {"text": "Which of the following is not associated with post transcription modification?", "options": [{"label": "A", "text": "Methylation", "correct": false}, {"label": "B", "text": "Endonuclease cleavage", "correct": false}, {"label": "C", "text": "5'capping", "correct": false}, {"label": "D", "text": "Glycosylation", "correct": true}], "correct_answer": "D. Glycosylation", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(185).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2103371721392824/2103371721392824.m3u8"}, {"text": "Korsakoff psychosis true except? 1. Amnesia 2. Confabulation 3. Ophthalmoplegia 4. Neuropathy", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "2,3,4", "correct": false}, {"label": "C", "text": "1,3", "correct": false}, {"label": "D", "text": "3,4", "correct": true}], "correct_answer": "D. 3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33217351721392876/33217351721392876.m3u8"}, {"text": "Which type of mutation results in the reversal to the wild type or phenotype when the mutant gene is suppressed?", "options": [{"label": "A", "text": "Frameshift mutation of coding gene", "correct": false}, {"label": "B", "text": "Addition of another normal gene", "correct": false}, {"label": "C", "text": "Deletion of the mutant gene", "correct": false}, {"label": "D", "text": "Mutation of tRNA", "correct": true}], "correct_answer": "D. Mutation of tRNA", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(176).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62528201721392891/62528201721392891.m3u8"}, {"text": "Fluorescent In Situ Hybridization (FISH) is used to detect all the following except?", "options": [{"label": "A", "text": "Translocation", "correct": false}, {"label": "B", "text": "Amplification", "correct": false}, {"label": "C", "text": "Deletion", "correct": false}, {"label": "D", "text": "Point Mutation", "correct": true}], "correct_answer": "D. Point Mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47491831721392904/47491831721392904.m3u8"}, {"text": "Which of the following deficiency is associated with sexual maturation defect and hypogonadism:", "options": [{"label": "A", "text": "Se", "correct": false}, {"label": "B", "text": "Zn", "correct": true}, {"label": "C", "text": "Cu", "correct": false}, {"label": "D", "text": "Fe", "correct": false}], "correct_answer": "B. Zn", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14024201721392917/14024201721392917.m3u8"}, {"text": "UTI causing drug among the following:", "options": [{"label": "A", "text": "Metformin", "correct": false}, {"label": "B", "text": "Emplagliflozin", "correct": true}, {"label": "C", "text": "Glimepiride", "correct": false}, {"label": "D", "text": "Sitagliptin", "correct": false}], "correct_answer": "B. Emplagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69970291721392928/69970291721392928.m3u8"}, {"text": "Select correct sequence:", "options": [{"label": "A", "text": "PKA > cAMP > adenyl cyclase", "correct": false}, {"label": "B", "text": "cAMP > Adenyl cyclase > PKA", "correct": false}, {"label": "C", "text": "Adenylase > cAMP > PKA", "correct": false}, {"label": "D", "text": "Adenyl cyclase > cAMP > PKA", "correct": true}], "correct_answer": "D. Adenyl cyclase > cAMP > PKA", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(164).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43470901721392945/43470901721392945.m3u8"}, {"text": "Which of the following is not useful for ds DNA break repair?", "options": [{"label": "A", "text": "ATP", "correct": false}, {"label": "B", "text": "Protein Kinase", "correct": false}, {"label": "C", "text": "Ku Protein", "correct": false}, {"label": "D", "text": "Msh2", "correct": true}], "correct_answer": "D. Msh2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Reason of hepatomegaly in glucose-6- phosphatase is", "options": [{"label": "A", "text": "Accumulation of Glycogen Flakes", "correct": false}, {"label": "B", "text": "Accumulation of Glucose-1-phosphate", "correct": false}, {"label": "C", "text": "Accumulation of Glucose-6-phosphate", "correct": true}, {"label": "D", "text": "Accumulation of glycogenin", "correct": false}], "correct_answer": "C. Accumulation of Glucose-6-phosphate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The active site of enzyme is complimentary to", "options": [{"label": "A", "text": "Transition state", "correct": false}, {"label": "B", "text": "Allosteric activator", "correct": false}, {"label": "C", "text": "Substrate", "correct": true}, {"label": "D", "text": "product", "correct": false}], "correct_answer": "C. Substrate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "2,3 BPG binds to", "options": [{"label": "A", "text": "Heme part of hemoglobin", "correct": false}, {"label": "B", "text": "Globin part of hemoglobin", "correct": true}, {"label": "C", "text": "Heme part of myoglobin", "correct": false}, {"label": "D", "text": "Globin part of myoglobin", "correct": false}], "correct_answer": "B. Globin part of hemoglobin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True regarding cystic fibrosis?", "options": [{"label": "A", "text": "Chloride secretion is decreased in sweat and increased in pancreatic fluid", "correct": false}, {"label": "B", "text": "Chloride secretion is increased in sweat and decreased in pancreatic fluid", "correct": true}, {"label": "C", "text": "Chloride secretion is decreased in sweat and in pancreatic fluid", "correct": false}, {"label": "D", "text": "Chloride secretion is increased in sweat and in pancreatic fluid", "correct": false}], "correct_answer": "B. Chloride secretion is increased in sweat and decreased in pancreatic fluid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Decreased transferrin saturation is seen in", "options": [{"label": "A", "text": "Hemochromatosis", "correct": false}, {"label": "B", "text": "Iron deficiency anemia", "correct": true}, {"label": "C", "text": "Macrocytic anemia", "correct": false}, {"label": "D", "text": "Hemosiderosis", "correct": false}], "correct_answer": "B. Iron deficiency anemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HYBRIDOMA TECHNOLOGY USES WHICH PATHWAY", "options": [{"label": "A", "text": "HMP SHUNT", "correct": false}, {"label": "B", "text": "Purine Salvage Pathway", "correct": true}, {"label": "C", "text": "Glycolysis", "correct": false}, {"label": "D", "text": "Fructose Metabolism", "correct": false}], "correct_answer": "B. Purine Salvage Pathway", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Detoxification of xenobiotics for phase 1 reaction (hydroxylation) require P450 along with monooxygenase/cytochrome", "options": [{"label": "A", "text": "NADPH", "correct": true}, {"label": "B", "text": "NADH", "correct": false}, {"label": "C", "text": "FAD", "correct": false}, {"label": "D", "text": "FADH2", "correct": false}], "correct_answer": "A. NADPH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All the cell shows glucose uptake independent of insulin except", "options": [{"label": "A", "text": "Brain", "correct": false}, {"label": "B", "text": "Pancreas", "correct": false}, {"label": "C", "text": "Adipose cell", "correct": true}, {"label": "D", "text": "RBCs", "correct": false}], "correct_answer": "C. Adipose cell", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "After 3 days of dengue infection, diagnosis can be made by all except", "options": [{"label": "A", "text": "ELISA for antigen", "correct": false}, {"label": "B", "text": "Viral load", "correct": false}, {"label": "C", "text": "ELISA for antibody", "correct": true}, {"label": "D", "text": "RT PCR", "correct": false}], "correct_answer": "C. ELISA for antibody", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following, genetic material adenine is not equal to thymine", "options": [{"label": "A", "text": "Herpes Virus", "correct": false}, {"label": "B", "text": "E.Coli", "correct": false}, {"label": "C", "text": "HIV Virus", "correct": true}], "correct_answer": "C. HIV Virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Heavy metal chelators are all except", "options": [{"label": "A", "text": "Penicillamine", "correct": false}, {"label": "B", "text": "Oxime", "correct": true}, {"label": "C", "text": "BAL", "correct": false}, {"label": "D", "text": "Trientine", "correct": false}], "correct_answer": "B. Oxime", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PTH increases calcium in the blood. This is due to", "options": [{"label": "A", "text": "Rapid release of calcium by osteocytes", "correct": false}, {"label": "B", "text": "Rapid release of calcium by osteoclast", "correct": false}, {"label": "C", "text": "Rapid release of calcium from bone and calcium reabsorption from kidney", "correct": true}, {"label": "D", "text": "Increased calcium reabsorption by kidney", "correct": false}], "correct_answer": "C. Rapid release of calcium from bone and calcium reabsorption from kidney", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Glycogen phosphorylase is activated by", "options": [{"label": "A", "text": "Phosphatase", "correct": false}, {"label": "B", "text": "Calcium", "correct": false}, {"label": "C", "text": "CAMP protein kinase Glucose", "correct": true}, {"label": "D", "text": "6 phosphate", "correct": false}], "correct_answer": "C. CAMP protein kinase Glucose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is not considered in the diagnosis of metabolic syndrome?", "options": [{"label": "A", "text": "Hip circumference", "correct": true}, {"label": "B", "text": "HDL", "correct": false}, {"label": "C", "text": "Glucose", "correct": false}, {"label": "D", "text": "Hypertension", "correct": false}], "correct_answer": "A. Hip circumference", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "\"Which of the following is used in Diagnosing aneuploidy? 1. FISH 2. Conventional Cytogenetics 3. Sangers 4. PCR\"", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "2,3", "correct": false}, {"label": "D", "text": "1,2,3,4", "correct": true}], "correct_answer": "D. 1,2,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Deficiency of copper which is necessary of lysyl oxidase is seen in", "options": [{"label": "A", "text": "Scurvy", "correct": false}, {"label": "B", "text": "Scoliosis", "correct": false}, {"label": "C", "text": "Ehler Danlos Syndrome", "correct": false}, {"label": "D", "text": "Menke's disease", "correct": true}], "correct_answer": "D. Menke's disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following doesn’t inhibit Cytochrome?", "options": [{"label": "A", "text": "Nitric oxide", "correct": true}, {"label": "B", "text": "C0", "correct": false}, {"label": "C", "text": "H 2 S", "correct": false}, {"label": "D", "text": "Cyanide", "correct": false}], "correct_answer": "A. Nitric oxide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "“Enzymes not used in recombinant DNA technology are: 1. Isomerase 2. Phosphatase 3. Terminal transferase 4. CRISPR", "options": [{"label": "A", "text": "1,2,3,4", "correct": false}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "2,3,4", "correct": true}, {"label": "D", "text": "1, 4", "correct": false}], "correct_answer": "C. 2,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which aminoacid donates nitrogen to sodium benzoate when given for urea cycle disorders", "options": [{"label": "A", "text": "Glutamine", "correct": false}, {"label": "B", "text": "Glutamate", "correct": false}, {"label": "C", "text": "Glycine", "correct": true}, {"label": "D", "text": "Arginine", "correct": false}], "correct_answer": "C. Glycine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A diabetic patient presents with high VLOL is due to combination of which of the following?", "options": [{"label": "A", "text": "High HSL, low LPL", "correct": true}, {"label": "B", "text": "High LPL, low HSL", "correct": false}, {"label": "C", "text": "High HSL, High LPL", "correct": false}, {"label": "D", "text": "Low LPL, Low HSL", "correct": false}], "correct_answer": "A. High HSL, low LPL", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Properties of HMP pathway are all of these except:", "options": [{"label": "A", "text": "NADPH production", "correct": false}, {"label": "B", "text": "Ribose utilization", "correct": false}, {"label": "C", "text": "Ribose production", "correct": false}, {"label": "D", "text": "Acetyl CoA production", "correct": true}], "correct_answer": "D. Acetyl CoA production", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Glycogen Phosphorylase is activated directly or indirectly by:", "options": [{"label": "A", "text": "Calcium", "correct": true}, {"label": "B", "text": "Glucose-6-Phosphate", "correct": false}, {"label": "C", "text": "Insulin", "correct": false}, {"label": "D", "text": "Glucose", "correct": false}], "correct_answer": "A. Calcium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Refsum disease is due to deficiency of which enzymes:", "options": [{"label": "A", "text": "Alpha oxidation in peroxisome", "correct": true}, {"label": "B", "text": "Alpha oxidation in mitochondria and ER", "correct": false}, {"label": "C", "text": "Omega oxidation", "correct": false}, {"label": "D", "text": "Beta oxidation", "correct": false}], "correct_answer": "A. Alpha oxidation in peroxisome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A young male with history of dyslipidemia having ABCA1 mutation shows the following condition in the image given below. Diagnosis:", "options": [{"label": "A", "text": "Tangier's", "correct": true}, {"label": "B", "text": "Quincy", "correct": false}, {"label": "C", "text": "NORUM", "correct": false}, {"label": "D", "text": "Fish eye disease Egurukul", "correct": false}], "correct_answer": "A. Tangier's", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-1(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the image given below:", "options": [{"label": "A", "text": "Gaucher's disease", "correct": true}, {"label": "B", "text": "Tay Sach's", "correct": false}, {"label": "C", "text": "Fabrys", "correct": false}, {"label": "D", "text": "Niemann Pick", "correct": false}], "correct_answer": "A. Gaucher's disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-2(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion: mousey order is seen in phenylketonuria Reason: decrease in tyrosine, dopamine, nor adrenaline Assertion and reasoning", "options": [{"label": "A", "text": "Assertion is correct and reason is also correct", "correct": false}, {"label": "B", "text": "Assertion is correct but reason is wrong", "correct": true}, {"label": "C", "text": "Assertion is wrong but Reason is correct", "correct": false}, {"label": "D", "text": "Both Assertion and Reason is wrong", "correct": false}], "correct_answer": "B. Assertion is correct but reason is wrong", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the type of enzyme inhibition shown below ?", "options": [{"label": "A", "text": "Competetive", "correct": true}, {"label": "B", "text": "Non –competitive", "correct": false}, {"label": "C", "text": "Uncompetetive", "correct": false}, {"label": "D", "text": "Suicide enzymer inhibition", "correct": false}], "correct_answer": "A. Competetive", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-3(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which diagnostic tool is preferred for metabolic disease screening in children?", "options": [{"label": "A", "text": "Tandem mass spectrometry", "correct": true}, {"label": "B", "text": "Complete blood count (CBC)", "correct": false}, {"label": "C", "text": "Urinalysis", "correct": false}, {"label": "D", "text": "Genetic testing", "correct": false}], "correct_answer": "A. Tandem mass spectrometry", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which one of the following enzymes characteristically contains selenocysteine at its active site?", "options": [{"label": "A", "text": "Glutathione Peroxidase-", "correct": true}, {"label": "B", "text": "Thioredoxin Reductase", "correct": false}, {"label": "C", "text": "Deiodinase", "correct": false}, {"label": "D", "text": "Glutathione Synthase", "correct": false}], "correct_answer": "A. Glutathione Peroxidase-", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Burnt Sugar smell of Urine is because of defect of ?", "options": [{"label": "A", "text": "Phenylalanine Hydroxylase", "correct": false}, {"label": "B", "text": "Fumarylacetoacetate Hydrolase", "correct": false}, {"label": "C", "text": "Isovaleryl CoA dehydrogenase", "correct": false}, {"label": "D", "text": "Branched chain keto acid dehydrogenase", "correct": true}], "correct_answer": "D. Branched chain keto acid dehydrogenase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cystic Fibrosis is caused by which of the following deletion?", "options": [{"label": "A", "text": "Tyrosine at 508", "correct": false}, {"label": "B", "text": "Phenylalanine at 508", "correct": true}, {"label": "C", "text": "Tryptophan at 508", "correct": false}, {"label": "D", "text": "Lysine at 805", "correct": false}], "correct_answer": "B. Phenylalanine at 508", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fructosamine is the glycosylated product of which of the following?", "options": [{"label": "A", "text": "Albumin", "correct": true}, {"label": "B", "text": "Glycosaminoglycan", "correct": false}, {"label": "C", "text": "Tyrosine", "correct": false}, {"label": "D", "text": "Fructose", "correct": false}], "correct_answer": "A. Albumin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following vitamin deficiency will prevent thymine insertion in DNA ?", "options": [{"label": "A", "text": "Vitamin E", "correct": false}, {"label": "B", "text": "B6", "correct": false}, {"label": "C", "text": "Folate", "correct": true}, {"label": "D", "text": "B12", "correct": false}], "correct_answer": "C. Folate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IGF 1 & 2 structurally similar to :", "options": [{"label": "A", "text": "Insulin", "correct": true}, {"label": "B", "text": "Proinsulin", "correct": false}, {"label": "C", "text": "Preproinsulin", "correct": false}, {"label": "D", "text": "C Peptide", "correct": false}], "correct_answer": "A. Insulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 4 year old child with normal startle reflex develops Hepatosplenomegaly, Red area at the centre of macula surrounded by pale halo resulting in blindness. Which of the following enzyme deficiency is seen in this case:", "options": [{"label": "A", "text": "Hexosaminidase A", "correct": false}, {"label": "B", "text": "Sphingomyelinase", "correct": true}, {"label": "C", "text": "Glucocerebrosidase", "correct": false}, {"label": "D", "text": "Arylsulfatase", "correct": false}], "correct_answer": "B. Sphingomyelinase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Ques: pH of the Zwitter ion as shown in the given diagram:", "options": [{"label": "A", "text": "6", "correct": true}, {"label": "B", "text": "4.4", "correct": false}, {"label": "C", "text": "2", "correct": false}, {"label": "D", "text": "9", "correct": false}], "correct_answer": "A. 6", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/35614681.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following Tissue will not be able to take glucose in insulin resistance /insulin absence /Diabetes mellitus:", "options": [{"label": "A", "text": "Skeletal muscle", "correct": true}, {"label": "B", "text": "RBC", "correct": false}, {"label": "C", "text": "Brain", "correct": false}, {"label": "D", "text": "Kidney", "correct": false}], "correct_answer": "A. Skeletal muscle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Two different specimens from two patients are received.Which of the following techniques can confirm they are from different individuals :", "options": [{"label": "A", "text": "RFLP", "correct": true}, {"label": "B", "text": "Mutation Analysis", "correct": false}, {"label": "C", "text": "Pyrosequencing", "correct": false}], "correct_answer": "A. RFLP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "90 kg obese man is taking carbohydrate rich diet.which of these Enzyme/Intermediates will be elevated in him? 1. Malonyl CoA 2. Acetyl Coa Carboxylase 3. PDH 4. Citrate Lyase", "options": [{"label": "A", "text": "1,2,3", "correct": true}, {"label": "B", "text": "2,3,4", "correct": false}, {"label": "C", "text": "1,3,4", "correct": false}, {"label": "D", "text": "1,2,3,4", "correct": false}], "correct_answer": "A. 1,2,3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "CO & H2S inhibit the ETC by which of the following enzyme inhibition", "options": [{"label": "A", "text": "NADH Dehydrogenase", "correct": false}, {"label": "B", "text": "Succinate Dehydrogenase", "correct": false}, {"label": "C", "text": "Cytochrome C", "correct": false}, {"label": "D", "text": "Cytochrome oxidase", "correct": true}], "correct_answer": "D. Cytochrome oxidase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child was normal till 6 weeks after which he develops muscle weakness at the time of presentation he develops vomiting, diarrhoea in addition hepatomegaly with more than 8% glycogen content is found & on further investigations: Hypoglycaemia was present. Upon glucagon administration there is improvement in blood glucose levels after a meal. However, there is no improvement in blood glucose levels after an overnight fast followed by glucagon administration. His AST, ALT was found to be elevated. Ketosis was present. which of the following is the enzyme defect:", "options": [{"label": "A", "text": "Debranching enzyme", "correct": false}, {"label": "B", "text": "Hepatic Glycogen Phosphorylase", "correct": false}, {"label": "C", "text": "Glucose 6 Phosphatase", "correct": true}, {"label": "D", "text": "Muscle glycogen phosphorylase", "correct": false}], "correct_answer": "C. Glucose 6 Phosphatase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following combination is correct:", "options": [{"label": "A", "text": "Southern-DNA, Northern -RNA, Western-Protein", "correct": true}, {"label": "B", "text": "Southern-RNA, Northern -Protein, Western-DNA", "correct": false}, {"label": "C", "text": "Southern-DNA, Northern -DNA, Western-Protein", "correct": false}, {"label": "D", "text": "Southern-Protein, Northern -RNA, Western-DNA", "correct": false}], "correct_answer": "A. Southern-DNA, Northern -RNA, Western-Protein", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true for glucose 6 Phosphate Dehdrogenase deficiency:", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": true}], "correct_answer": "D. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/26702471.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Gene pool refers to the amount of gene present in :", "options": [{"label": "A", "text": "DNA", "correct": false}, {"label": "B", "text": "Population", "correct": true}, {"label": "C", "text": "Individual", "correct": false}, {"label": "D", "text": "Family", "correct": false}], "correct_answer": "B. Population", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the number of cycles that produce half the DNA amount of the 26 cycles in qPCR:", "options": [{"label": "A", "text": "12", "correct": false}, {"label": "B", "text": "13", "correct": false}, {"label": "C", "text": "25", "correct": true}, {"label": "D", "text": "24", "correct": false}], "correct_answer": "C. 25", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 166 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Dermatology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 93</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 93 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "A patient comes with itching in the groin since 2 months. All can cause this except", "options": [{"label": "A", "text": "Aspergillus", "correct": true}, {"label": "B", "text": "Trichophyton", "correct": false}, {"label": "C", "text": "Microsporum", "correct": false}, {"label": "D", "text": "Epidermophyton", "correct": false}], "correct_answer": "A. Aspergillus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74058641704712056/74058641704712056.m3u8"}, {"text": "A patient presented with rashes in >30 percentage skin with hemorrhagic crusting on lips. The cause would be", "options": [{"label": "A", "text": "Drugs", "correct": true}, {"label": "B", "text": "Virus", "correct": false}, {"label": "C", "text": "Malignancy", "correct": false}, {"label": "D", "text": "Bacterial infection", "correct": false}], "correct_answer": "A. Drugs", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34601031704712080/34601031704712080.m3u8"}, {"text": "A child presents with dome shaped, pearly lesions on forehead. Mother also having similar lesions. The likely diagnosis is", "options": [{"label": "A", "text": "Scabies", "correct": false}, {"label": "B", "text": "Pox", "correct": true}, {"label": "C", "text": "Herpes", "correct": false}, {"label": "D", "text": "HPV", "correct": false}], "correct_answer": "B. Pox", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(773).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13149401704712094/13149401704712094.m3u8"}, {"text": "A patient presented with blisters. His histology is as shown. The diagnosis is", "options": [{"label": "A", "text": "Pemphigus vulgaris", "correct": true}, {"label": "B", "text": "Leprosy", "correct": false}, {"label": "C", "text": "Mycosis fungoides", "correct": false}, {"label": "D", "text": "Psoriasis", "correct": false}], "correct_answer": "A. Pemphigus vulgaris", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(737).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14667611704712109/14667611704712109.m3u8"}, {"text": "A young male with painful nodulocystic lesions over face and forehead. The best management would be", "options": [{"label": "A", "text": "Oral Isotretinoin", "correct": true}, {"label": "B", "text": "Topical Clindamycin", "correct": false}, {"label": "C", "text": "Topical Adapalene", "correct": false}, {"label": "D", "text": "Oral Doxycycline", "correct": false}], "correct_answer": "A. Oral Isotretinoin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(680).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55793161704712151/55793161704712151.m3u8"}, {"text": "Meissner’s corpuscles are found in", "options": [{"label": "A", "text": "Startum lucidum", "correct": false}, {"label": "B", "text": "Stratum basale", "correct": false}, {"label": "C", "text": "Papillary dermis", "correct": true}, {"label": "D", "text": "Reticular dermis", "correct": false}], "correct_answer": "C. Papillary dermis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63461571704712164/63461571704712164.m3u8"}, {"text": "The packet as shown in image is used for", "options": [{"label": "A", "text": "Option A", "correct": false}, {"label": "B", "text": "Leprosy", "correct": true}, {"label": "C", "text": "TB", "correct": false}, {"label": "D", "text": "STD", "correct": false}], "correct_answer": "B. Leprosy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(515).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1447371704712178/1447371704712178.m3u8"}, {"text": "Arrange the following blisters in order from superficial to deep: 1. Pemphigus foliaceous 2. Epidermolysis bullosa dystrophica 3. Pemphigus vulgaris 4. Bullous pemphigoid", "options": [{"label": "A", "text": "1432", "correct": false}, {"label": "B", "text": "1342", "correct": true}, {"label": "C", "text": "1243", "correct": false}, {"label": "D", "text": "1234", "correct": false}], "correct_answer": "B. 1342", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8_1(106).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25107351704712190/25107351704712190.m3u8"}, {"text": "A child presents with the following palmar skin lesions. He also has lip lesions. Which of the following organism is the causative agent:", "options": [{"label": "A", "text": "HSV type 1", "correct": true}, {"label": "B", "text": "Variant of picornavirus", "correct": false}, {"label": "C", "text": "Varicella Zoster virus", "correct": false}, {"label": "D", "text": "Mycoplasma", "correct": false}], "correct_answer": "A. HSV type 1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(476).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15442791704712200/15442791704712200.m3u8"}, {"text": "Patient presenting with joint pain and mild fever. NSAIDs were prescribed by the doctor. later,he Developed pigmentation after 1 week on the tip of the nose. What may be the condition?", "options": [{"label": "A", "text": "Melasma", "correct": false}, {"label": "B", "text": "Dengue", "correct": false}, {"label": "C", "text": "Chikungunya", "correct": true}, {"label": "D", "text": "Fixed drug eruption", "correct": false}], "correct_answer": "C. Chikungunya", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10_1(92)(1).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38315121704712212/38315121704712212.m3u8"}, {"text": "Patch test reading is done after how many days:", "options": [{"label": "A", "text": "48 hours and 72 hours", "correct": false}, {"label": "B", "text": "48 hours and 96 hours", "correct": true}, {"label": "C", "text": "72 hours and 96 hours", "correct": false}, {"label": "D", "text": "24 hours and 72 hours", "correct": false}], "correct_answer": "B. 48 hours and 96 hours", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66636651704712224/66636651704712224.m3u8"}, {"text": "Topical steroids are most effective in:", "options": [{"label": "A", "text": "Dermal atrophy", "correct": false}, {"label": "B", "text": "Eczematous dermatitis", "correct": true}, {"label": "C", "text": "Bullous lesions due to HSV", "correct": false}, {"label": "D", "text": "Rosacea", "correct": false}], "correct_answer": "B. Eczematous dermatitis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19951771704712235/19951771704712235.m3u8"}, {"text": "Maximum Desmosomes are seen in which layer ?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(360).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32423361704712252/32423361704712252.m3u8"}, {"text": "A patient presents with lesions as shown after a thorn prick. The likely diagnosis is", "options": [{"label": "A", "text": "Chromoblastomycosis", "correct": true}, {"label": "B", "text": "Rhinosporidiosis", "correct": false}, {"label": "C", "text": "Mycetoma", "correct": false}, {"label": "D", "text": "TB", "correct": false}], "correct_answer": "A. Chromoblastomycosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(344).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/165821704712266/165821704712266.m3u8"}, {"text": "A female comes with unilateral lesions as shown in the image. She also has Leucotrichia. The diagnosis is likely to be", "options": [{"label": "A", "text": "Segmental vitiligo", "correct": true}, {"label": "B", "text": "Focal vitiligo", "correct": false}, {"label": "C", "text": "Piebaldism", "correct": false}, {"label": "D", "text": "Nevus depigmentosus", "correct": false}], "correct_answer": "A. Segmental vitiligo", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(325).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2013401704712278/2013401704712278.m3u8"}, {"text": "A patient presents with lesions as shown. The diagnosis is:", "options": [{"label": "A", "text": "Borderline leprosy", "correct": true}, {"label": "B", "text": "Borderline lepromatous leprosy", "correct": false}, {"label": "C", "text": "Lepromatous leprosy", "correct": false}, {"label": "D", "text": "Histoid leprosy", "correct": false}], "correct_answer": "A. Borderline leprosy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17(307).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/450101704712293/450101704712293.m3u8"}, {"text": "An adult presents with itchy hyperpigmented plaque with exudation on the flexure of the elbow and back of knee as shown. The diagnosis is:", "options": [{"label": "A", "text": "Psoriasis", "correct": false}, {"label": "B", "text": "Atopic dermatitis", "correct": true}, {"label": "C", "text": "Dermatitis herpetiformis", "correct": false}, {"label": "D", "text": "Pemphigus", "correct": false}], "correct_answer": "B. Atopic dermatitis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(289).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19261891704712308/19261891704712308.m3u8"}, {"text": "A child comes with patchy hair loss, itching and scaling on the scalp as shown. The next best step is", "options": [{"label": "A", "text": "KOH mount", "correct": true}, {"label": "B", "text": "Giemsa staining", "correct": false}, {"label": "C", "text": "Biopsy", "correct": false}, {"label": "D", "text": "Tzanck smear", "correct": false}], "correct_answer": "A. KOH mount", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/19(267).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56954271704712321/56954271704712321.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "1-b, 2-c, 3-a, 4-f", "correct": true}, {"label": "B", "text": "1-f, 2-a, 3-b, 4-c", "correct": false}, {"label": "C", "text": "1-c, 2-f, 3-a, 4-b", "correct": false}, {"label": "D", "text": "1-a, 2-c, 3-b, 4-f", "correct": false}], "correct_answer": "A. 1-b, 2-c, 3-a, 4-f", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(266).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20_1(85).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72325191704712335/72325191704712335.m3u8"}, {"text": "A patient comes with painful vesicles on genitals. The histopathology finding will be:", "options": [{"label": "A", "text": "Tzanck cells", "correct": true}, {"label": "B", "text": "Pund cells", "correct": false}, {"label": "C", "text": "Henderson Peterson bodies", "correct": false}, {"label": "D", "text": "Koilocytes", "correct": false}], "correct_answer": "A. Tzanck cells", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-27%20at%201_20_44%20AM.jpeg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11311351704712347/11311351704712347.m3u8"}, {"text": "A patient was treated with steroids for Psoriasis. On stopping the treatment, he develops fever, malaise, and lesion as seen in the image below. What is the most probable diagnosis?", "options": [{"label": "A", "text": "Staphylococcal infection", "correct": false}, {"label": "B", "text": "Folliculitis", "correct": false}, {"label": "C", "text": "Subcorneal pustular dermatosis", "correct": false}, {"label": "D", "text": "Acute generalized pustular psoriasis", "correct": true}], "correct_answer": "D. Acute generalized pustular psoriasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22(222).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21243311704712360/21243311704712360.m3u8"}, {"text": "All the following infections present with maculopapular rash except:", "options": [{"label": "A", "text": "Dengue (during febrile phase)", "correct": false}, {"label": "B", "text": "Rubella", "correct": false}, {"label": "C", "text": "Shingles", "correct": true}, {"label": "D", "text": "Measles", "correct": false}], "correct_answer": "C. Shingles", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3019981704712387/3019981704712387.m3u8"}, {"text": "A patient presents with flaccid bullous lesions involving the oral cavity and the skin. He has lesion as shown in the below picture. Acantholytic cells are seen on Tzanck smear. What is the most probable diagnosis?", "options": [{"label": "A", "text": "Pemphigus vulgaris", "correct": true}, {"label": "B", "text": "Pemphigus foliaceous", "correct": false}, {"label": "C", "text": "Bullous pemphigoid", "correct": false}, {"label": "D", "text": "Dermatitis herpetiformis", "correct": false}], "correct_answer": "A. Pemphigus vulgaris", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24(218).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20030811704712401/20030811704712401.m3u8"}, {"text": "Which of the following is a true association", "options": [{"label": "A", "text": "Lichen planus and malignant melanoma", "correct": false}, {"label": "B", "text": "Melasma and malignant melanoma", "correct": false}, {"label": "C", "text": "Psoriasis and metabolic syndrome", "correct": true}, {"label": "D", "text": "Vitiligo and metabolic syndrome", "correct": false}], "correct_answer": "C. Psoriasis and metabolic syndrome", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28456371704712413/28456371704712413.m3u8"}, {"text": "Treatment of multibacillary leprosy is", "options": [{"label": "A", "text": "2 drugs in 12 months", "correct": false}, {"label": "B", "text": "3 drugs in 12 months", "correct": true}, {"label": "C", "text": "2 drugs in 6 months", "correct": false}, {"label": "D", "text": "4 drugs in 12 months", "correct": false}], "correct_answer": "B. 3 drugs in 12 months", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5270491704712428/5270491704712428.m3u8"}, {"text": "A female came with foul smelling grey white discharge and on examination, one of these will be seen on slides:-", "options": [{"label": "A", "text": "Epithelial cells present with bacteria on margins", "correct": true}, {"label": "B", "text": "Bacteria engulfed by macrophages", "correct": false}, {"label": "C", "text": "Neutrophils engulf bacteria", "correct": false}, {"label": "D", "text": "Budding yeasts", "correct": false}], "correct_answer": "A. Epithelial cells present with bacteria on margins", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24815371704712440/24815371704712440.m3u8"}, {"text": "A patient presents with a bald patch on the scalp with easy pluckability of hair. Physician noticed black spots on the area. Treatment to be given will be-", "options": [{"label": "A", "text": "Amphotericin B", "correct": false}, {"label": "B", "text": "Fluconazole", "correct": false}, {"label": "C", "text": "Griseofulvin", "correct": true}, {"label": "D", "text": "Ciclopirox olamine", "correct": false}], "correct_answer": "C. Griseofulvin", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62596001704712452/62596001704712452.m3u8"}, {"text": "An alcoholic patient presents with lesions as shown. He also has diarrhea. Deficiency of which of the following is associated with it.", "options": [{"label": "A", "text": "Tryptophan", "correct": true}, {"label": "B", "text": "Serine", "correct": false}, {"label": "C", "text": "Proline", "correct": false}, {"label": "D", "text": "Lysine", "correct": false}], "correct_answer": "A. Tryptophan", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/29(171).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16427101704712468/16427101704712468.m3u8"}, {"text": "Which nerve biopsy is taken to diagnose neuritic leprosy?", "options": [{"label": "A", "text": "Median nerve", "correct": false}, {"label": "B", "text": "Radial cutaneous nerve", "correct": true}, {"label": "C", "text": "Ulnar nerve", "correct": false}, {"label": "D", "text": "Sural nerve", "correct": false}], "correct_answer": "B. Radial cutaneous nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61561671704712479/61561671704712479.m3u8"}, {"text": "Which component of cement causes allergic contact dermatitis?", "options": [{"label": "A", "text": "Cobalt", "correct": false}, {"label": "B", "text": "Nickel", "correct": false}, {"label": "C", "text": "Iron", "correct": false}, {"label": "D", "text": "Chromium", "correct": true}], "correct_answer": "D. Chromium", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72818621704712495/72818621704712495.m3u8"}, {"text": "A young patient presents with fever with rash as shown. The diagnosis would be?", "options": [{"label": "A", "text": "Dengue hemorrhagic fever", "correct": false}, {"label": "B", "text": "Meningococcemia", "correct": true}, {"label": "C", "text": "Leptospirosis", "correct": false}, {"label": "D", "text": "Scrub typhus", "correct": false}], "correct_answer": "B. Meningococcemia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/33(146).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39206491704712509/39206491704712509.m3u8"}, {"text": "There is a history of prick with vegetative matter in a person after which he developed these linear lesions over his hand. What is the causative agent?", "options": [{"label": "A", "text": "M. Scrofuloderma", "correct": false}, {"label": "B", "text": "M. Ulcerans", "correct": false}, {"label": "C", "text": "Sporothrix schenckii", "correct": true}, {"label": "D", "text": "Phialophora species", "correct": false}], "correct_answer": "C. Sporothrix schenckii", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34(148).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4752611704712522/4752611704712522.m3u8"}, {"text": "Which of the following treatment is not useful in middle aged female with the given picture?", "options": [{"label": "A", "text": "Topical Flucinolone", "correct": true}, {"label": "B", "text": "Topical tazarotene", "correct": false}, {"label": "C", "text": "Benzoyl peroxide", "correct": false}, {"label": "D", "text": "Topical antibiotic", "correct": false}], "correct_answer": "A. Topical Flucinolone", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/35(147).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52640271704712536/52640271704712536.m3u8"}, {"text": "A child with asymptomatic lesion at dorsum of arm and forearm, shaft of penis. Diagnosis?", "options": [{"label": "A", "text": "Lichen planus", "correct": false}, {"label": "B", "text": "Lichen nitidus", "correct": true}, {"label": "C", "text": "Scabies", "correct": false}, {"label": "D", "text": "Molluscum", "correct": false}], "correct_answer": "B. Lichen nitidus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36(140).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65001821704712549/65001821704712549.m3u8"}, {"text": "A 60 year old male came with tense bullae on urticarial base associated with severe itching as shown in image. After some time the roof of the bullae got settled. What is the diagnosis?", "options": [{"label": "A", "text": "Dermatitis herpetiformis", "correct": false}, {"label": "B", "text": "Bullous pemphigoid", "correct": true}, {"label": "C", "text": "Pemphigus vulgaris", "correct": false}, {"label": "D", "text": "IgA pemphigus", "correct": false}], "correct_answer": "B. Bullous pemphigoid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/37(120).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50384041704712564/50384041704712564.m3u8"}, {"text": "A patient came with vesicular lesions over single dermatome over the chest, he also complaints of pain. diagnosis?", "options": [{"label": "A", "text": "Herpes zoster", "correct": true}, {"label": "B", "text": "Lichen planus", "correct": false}, {"label": "C", "text": "Varicella", "correct": false}, {"label": "D", "text": "PKDL", "correct": false}], "correct_answer": "A. Herpes zoster", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture3(21).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A man from Bihar with childhood history of prolonged fever with nodular lesions on face and neck. There was no hypoesthesia & nerve thickening. Diagnosis?", "options": [{"label": "A", "text": "PKDL", "correct": true}, {"label": "B", "text": "Silver poisoning", "correct": false}, {"label": "C", "text": "Tuberculoid leprosy", "correct": false}], "correct_answer": "A. PKDL", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/39(122).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Itching with vaginal discharge is seen in ?", "options": [{"label": "A", "text": "Trichomoniasis", "correct": false}, {"label": "B", "text": "Gardenella", "correct": false}, {"label": "C", "text": "Dordelein bacilli", "correct": false}, {"label": "D", "text": "Candida", "correct": true}], "correct_answer": "D. Candida", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5482481704712577/5482481704712577.m3u8"}, {"text": "Incorrect about leprosy?", "options": [{"label": "A", "text": "Half of the new cases shows remission each year", "correct": true}, {"label": "B", "text": "Children remission more than in adult", "correct": false}, {"label": "C", "text": "Leprosy patient have spontaneous remission", "correct": false}, {"label": "D", "text": "Indeterminate leprosy shows remission more than tuberculoid leprosy", "correct": false}], "correct_answer": "A. Half of the new cases shows remission each year", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9154421704712594/9154421704712594.m3u8"}, {"text": "A pregnant lady on leprosy treatment presented with type 2 lepra reaction. What will be the line of management.", "options": [{"label": "A", "text": "Stop MDT & add steroids", "correct": false}, {"label": "B", "text": "Thalidomide", "correct": false}, {"label": "C", "text": "Continue MDT & add steroids", "correct": true}, {"label": "D", "text": "Azathioprine", "correct": false}], "correct_answer": "C. Continue MDT & add steroids", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12245421704712605/12245421704712605.m3u8"}, {"text": "What is the treatment of a male with hypopigmented patch having thickened nerve & satellite lesions?", "options": [{"label": "A", "text": "Kit A 6 months", "correct": false}, {"label": "B", "text": "Kit A 12 months", "correct": false}, {"label": "C", "text": "Kit B 6 months", "correct": false}, {"label": "D", "text": "Kit B 12 months", "correct": true}], "correct_answer": "D. Kit B 12 months", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/44(115).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61382621704712619/61382621704712619.m3u8"}, {"text": "Kassowitz law is related to?", "options": [{"label": "A", "text": "Congenital syphilis", "correct": true}, {"label": "B", "text": "Tertiary syphilis", "correct": false}, {"label": "C", "text": "Primary/Latent syphilis", "correct": false}, {"label": "D", "text": "Secondary syphilis", "correct": false}], "correct_answer": "A. Congenital syphilis", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/45_1(23).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24872841704712634/24872841704712634.m3u8"}, {"text": "An old man presented with polymorphic lesions in Dermatomal distribution. He complaints of spider crawling sensation at night on the affected area", "options": [{"label": "A", "text": "ACD", "correct": false}, {"label": "B", "text": "ICD", "correct": false}, {"label": "C", "text": "Chicken pox", "correct": false}, {"label": "D", "text": "HZ", "correct": true}], "correct_answer": "D. HZ", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46(95).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44893471704712648/44893471704712648.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "1)-d, 2)-c, 3)-b, 4)-a", "correct": true}, {"label": "B", "text": "1)-c, 2)-d, 3)-b, 4)-a", "correct": false}, {"label": "C", "text": "1)-b, 2)-c, 3)-d, 4)-a", "correct": false}, {"label": "D", "text": "1)-b, 2)-c, 3)-a, 4)-d", "correct": false}], "correct_answer": "A. 1)-d, 2)-c, 3)-b, 4)-a", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47(114).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47_1(22).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35180601704712660/35180601704712660.m3u8"}, {"text": "A young boy/10 year old complaints of arthritis, papules and rash as shown. Diagnosis?", "options": [{"label": "A", "text": "Juvenile Rheumatoid arthritis", "correct": false}, {"label": "B", "text": "Juvenile dermatomyositis", "correct": true}, {"label": "C", "text": "Sclerodactyly", "correct": false}, {"label": "D", "text": "SLE", "correct": false}], "correct_answer": "B. Juvenile dermatomyositis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/48(99).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69944031704712673/69944031704712673.m3u8"}, {"text": "A Farmer with history of wart/cauliflower lesion on foot. Histology as shown is s/o?", "options": [{"label": "A", "text": "Sclerotic bodies", "correct": true}, {"label": "B", "text": "Budding yeast", "correct": false}, {"label": "C", "text": "Broad base non capsulated", "correct": false}, {"label": "D", "text": "Splendore hoeppli phenomenon", "correct": false}], "correct_answer": "A. Sclerotic bodies", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49(99).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For starting chemotherapy in leprosy which of the following should be met?", "options": [{"label": "A", "text": "Age should be > 2yrs", "correct": false}, {"label": "B", "text": "Living with the patient for >6 months", "correct": true}, {"label": "C", "text": "Close contact for > 20 hrs per week", "correct": false}, {"label": "D", "text": "Sharing same towels", "correct": false}], "correct_answer": "B. Living with the patient for >6 months", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52821291704712688/52821291704712688.m3u8"}, {"text": "A 24 year old diabetic female with bilateral brown pigmentation in axilla and groin. which of the following is the correct match:", "options": [{"label": "A", "text": "Wood lamp examination showing green fluorescence", "correct": false}, {"label": "B", "text": "Wood lamp examination showing yellow fluorescence", "correct": false}, {"label": "C", "text": "Wood lamp examination showing blue fluorescence", "correct": false}, {"label": "D", "text": "Wood lamp examination showing coral pink fluorescence", "correct": true}], "correct_answer": "D. Wood lamp examination showing coral pink fluorescence", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/51(90).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/648941704712703/648941704712703.m3u8"}, {"text": "Identify the image given below:", "options": [{"label": "A", "text": "Scrub Typhus", "correct": true}, {"label": "B", "text": "Rocky mountain spotted fever", "correct": false}, {"label": "C", "text": "Rickettsia rickettsii", "correct": false}, {"label": "D", "text": "Rickettsia conorii", "correct": false}], "correct_answer": "A. Scrub Typhus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52(94).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17738791704712714/17738791704712714.m3u8"}, {"text": "The patient presented with progressive proximal muscle weakness and facial rash. What is the image given below indicates?", "options": [{"label": "A", "text": "Gottron’s papule", "correct": true}, {"label": "B", "text": "Heliotrope rash", "correct": false}, {"label": "C", "text": "Mechanics hand", "correct": false}, {"label": "D", "text": "Shawl sign", "correct": false}], "correct_answer": "A. Gottron’s papule", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/53(99).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28696601704712729/28696601704712729.m3u8"}, {"text": "A patient presented with multiple dome shapped lesions. The classical histopathology finding", "options": [{"label": "A", "text": "Handerson Peterson bodies", "correct": true}, {"label": "B", "text": "LD bodies", "correct": false}, {"label": "C", "text": "Safety pin bodies", "correct": false}, {"label": "D", "text": "Copper penny bodies", "correct": false}], "correct_answer": "A. Handerson Peterson bodies", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/54(90).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78913151704712746/78913151704712746.m3u8"}, {"text": "Drug of choice for type 2 lepra reaction in pregnancy is?", "options": [{"label": "A", "text": "Steroid", "correct": true}, {"label": "B", "text": "Thalidomide", "correct": false}, {"label": "C", "text": "Chloroquine", "correct": false}, {"label": "D", "text": "Dapsone", "correct": false}], "correct_answer": "A. Steroid", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46983151704712760/46983151704712760.m3u8"}, {"text": "A patient presents with lymphatic dissemination of his disease as shown in the picture. All the following can cause this, except?", "options": [{"label": "A", "text": "Nocardia infection", "correct": false}, {"label": "B", "text": "Staphylococcal infections", "correct": true}, {"label": "C", "text": "Sporothrix infection", "correct": false}, {"label": "D", "text": "Mycobacterium marinum infection", "correct": false}], "correct_answer": "B. Staphylococcal infections", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/56(85).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58232101704712773/58232101704712773.m3u8"}, {"text": "Causes of Non-scarring Alopecia are all except?", "options": [{"label": "A", "text": "Alopecia areata", "correct": false}, {"label": "B", "text": "Telogen effluvium", "correct": false}, {"label": "C", "text": "Anagen effluvium", "correct": false}, {"label": "D", "text": "Frontal fibrosing Alopecia", "correct": true}], "correct_answer": "D. Frontal fibrosing Alopecia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46777261704712787/46777261704712787.m3u8"}, {"text": "Vesicular rash as shown in image. Diagnosis is?", "options": [{"label": "A", "text": "Hand foot and mouth disease", "correct": true}, {"label": "B", "text": "Roseola", "correct": false}, {"label": "C", "text": "Dengue", "correct": false}, {"label": "D", "text": "Zika", "correct": false}], "correct_answer": "A. Hand foot and mouth disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/58(105).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47822071704712802/47822071704712802.m3u8"}, {"text": "A Young HIV patient with lesions over genitals with h/o contact with CSW. What is the microscopic finding shown in the given below image?", "options": [{"label": "A", "text": "Intracytoplasmic inclusion body", "correct": true}, {"label": "B", "text": "Intranuclear inclusion body", "correct": false}, {"label": "C", "text": "Bacteria with bipolar staining", "correct": false}, {"label": "D", "text": "Multinucleate giant cells", "correct": false}], "correct_answer": "A. Intracytoplasmic inclusion body", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/60(88).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the following lines in dermatology:", "options": [{"label": "A", "text": "Blaschko lines", "correct": false}, {"label": "B", "text": "Langer line", "correct": true}, {"label": "C", "text": "Dermatomal", "correct": false}, {"label": "D", "text": "Embryonal", "correct": false}], "correct_answer": "B. Langer line", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(79).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the finding of column A with best alternative in column B", "options": [{"label": "A", "text": "1-b, 2-a, 3-d, 4-e", "correct": true}, {"label": "B", "text": "1-b, 2-d, 3-a, 4-c", "correct": false}, {"label": "C", "text": "1-d. 2-a, 3-c, 4-e", "correct": false}, {"label": "D", "text": "1-a, 2-c, 3-e, 4-d", "correct": false}], "correct_answer": "A. 1-b, 2-a, 3-d, 4-e", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(39).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Statement 1- Histopathological examination of a patient with flaccid bulla and painful erosions showing suprabasal blister and inflammatory infiltrate in the blister cleft is seen in pemphigus vulgaris. Statement 2- Row of tombstones appearance is diagnostic of Pemphigus vulgaris.", "options": [{"label": "A", "text": "Statement 1 is true and Statement 2 is false", "correct": false}, {"label": "B", "text": "Statement 1 is false and Statement 2 is true", "correct": false}, {"label": "C", "text": "Both the statements are true and 2 is the correct explanation of 1", "correct": false}, {"label": "D", "text": "Both the statements are true but 2 is not the correct explanation of 1", "correct": true}], "correct_answer": "D. Both the statements are true but 2 is not the correct explanation of 1", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient on Anti PD1 immunotherapy (Nivolumab) comes with pruritis, eczema, and urticarial rashes. Histopathological examination reveals subepidermal blister and direct immunofluorescence of the lesions showed Linear C3 and IgG on basement membrane. What is the diagnosis?", "options": [{"label": "A", "text": "Dermatitis herpetiformis", "correct": false}, {"label": "B", "text": "Bullous Pemphigoid", "correct": true}, {"label": "C", "text": "Pemphigus vulgaris", "correct": false}, {"label": "D", "text": "Pemphigus foliaceous", "correct": false}], "correct_answer": "B. Bullous Pemphigoid", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with following itchy scaly skin lesion. what is the diagnosis?", "options": [{"label": "A", "text": "Christmas tree appearance of Pityriasis rosea", "correct": true}, {"label": "B", "text": "Lichen planus with whickam’s straie", "correct": false}, {"label": "C", "text": "Psoriasis with woronoff’s ring", "correct": false}, {"label": "D", "text": "Seborrheic dermatitis", "correct": false}], "correct_answer": "A. Christmas tree appearance of Pityriasis rosea", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(29).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following, we have non scarring alopecia a) Alopecia areata b) Frontal fibrosing alopecia C) Androgenic alopecia d) Telogen effluvium", "options": [{"label": "A", "text": "A-C-D", "correct": true}, {"label": "B", "text": "A-B-C-D", "correct": false}, {"label": "C", "text": "A-B-D", "correct": false}, {"label": "D", "text": "A-D", "correct": false}], "correct_answer": "A. A-C-D", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 60 year old patient presented with the following lesions, Diagnosis is?", "options": [{"label": "A", "text": "Basal cell carcinoma", "correct": true}, {"label": "B", "text": "Squamous cell carcinoma", "correct": false}, {"label": "C", "text": "Malignat melanoma", "correct": false}, {"label": "D", "text": "Bowen's Disease", "correct": false}], "correct_answer": "A. Basal cell carcinoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1423).JPG"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A young male presented with itchy rash on the trunk as shown in the image, Diagnosis is?", "options": [{"label": "A", "text": "Christmas tree appearance- Pityriasis Rosea", "correct": true}, {"label": "B", "text": "Wickham's striae- Lichen planus", "correct": false}, {"label": "C", "text": "Woronoff's ring- Psoriasis", "correct": false}, {"label": "D", "text": "Dermatomal distribution- Shingles", "correct": false}], "correct_answer": "A. Christmas tree appearance- Pityriasis Rosea", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1424).JPG"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 13 year old Obese girl presented with velvety plaque on the neck as shown, Diagnosis is?", "options": [{"label": "A", "text": "Acanthosis Nigricans", "correct": true}, {"label": "B", "text": "Cushing's syndrome", "correct": false}], "correct_answer": "A. Acanthosis Nigricans", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1425).JPG"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Row of tomb stone appearance is seen in?", "options": [{"label": "A", "text": "Pemphigus Vulgaris", "correct": true}, {"label": "B", "text": "Bullous pemphigoid", "correct": false}, {"label": "C", "text": "Dermatitis herpetiformis", "correct": false}, {"label": "D", "text": "Herpes Labialis", "correct": false}], "correct_answer": "A. Pemphigus Vulgaris", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1426).JPG"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Apocrine sweat glands are present on which part of the body?", "options": [{"label": "A", "text": "Scalp", "correct": false}, {"label": "B", "text": "Palm and sole", "correct": false}, {"label": "C", "text": "Axilla", "correct": true}, {"label": "D", "text": "Face", "correct": false}], "correct_answer": "C. Axilla", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following presents as annular plaque except?", "options": [{"label": "A", "text": "Pityriasis Rosea", "correct": false}, {"label": "B", "text": "Urticaria", "correct": true}, {"label": "C", "text": "Porokeratosis", "correct": false}, {"label": "D", "text": "Tinea corporis", "correct": false}], "correct_answer": "B. Urticaria", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(378).png"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/548311721393732/548311721393732.m3u8"}, {"text": "Which antileprosy medicine causes pigmentation?", "options": [{"label": "A", "text": "Rifampicin", "correct": false}, {"label": "B", "text": "Clofazimine", "correct": true}, {"label": "C", "text": "Dapsone", "correct": false}, {"label": "D", "text": "Ofloxacin", "correct": false}], "correct_answer": "B. Clofazimine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(340).png"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31220431721393751/31220431721393751.m3u8"}, {"text": "Which type of vitiligo is stable?", "options": [{"label": "A", "text": "Acrofacial", "correct": false}, {"label": "B", "text": "Segmental", "correct": true}, {"label": "C", "text": "Focal", "correct": false}, {"label": "D", "text": "Mixed", "correct": false}], "correct_answer": "B. Segmental", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47353021721393779/47353021721393779.m3u8"}, {"text": "Which STI has developed drug resistance?", "options": [{"label": "A", "text": "Syphilis", "correct": false}, {"label": "B", "text": "Gonorrhea", "correct": true}, {"label": "C", "text": "Chancroid", "correct": false}, {"label": "D", "text": "Donovanosis", "correct": false}], "correct_answer": "B. Gonorrhea", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7311531721393800/7311531721393800.m3u8"}, {"text": "Match the following?", "options": [{"label": "A", "text": "1:b, 2:a, 3:c, 4: d", "correct": false}, {"label": "B", "text": "1: a, 2: b, 3:d, 4:c", "correct": true}, {"label": "C", "text": "1:a, 2:c, 4, 3:b, 4:d", "correct": false}, {"label": "D", "text": "1: d, 2: b, 3: c, 4: a", "correct": false}], "correct_answer": "B. 1: a, 2: b, 3:d, 4:c", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(300).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68428991721393822/68428991721393822.m3u8"}, {"text": "A pregnant female with foul smelling vaginal discharge. Whiff test was found positive, Diagnosis?", "options": [{"label": "A", "text": "Bacterial vaginosis", "correct": true}, {"label": "B", "text": "Candidiasis", "correct": false}, {"label": "C", "text": "Trichomoniasis", "correct": false}, {"label": "D", "text": "Physiological", "correct": false}], "correct_answer": "A. Bacterial vaginosis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75387581731497206/75387581731497206.m3u8"}, {"text": "Urethritis in male can be due to all except", "options": [{"label": "A", "text": "Neisseria", "correct": false}, {"label": "B", "text": "Trichomonas", "correct": false}, {"label": "C", "text": "Gardenella", "correct": true}, {"label": "D", "text": "Mycoplasma", "correct": false}], "correct_answer": "C. Gardenella", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77175141731497227/77175141731497227.m3u8"}, {"text": "Which of the following does not differentiate psoriasis from other arthropathies", "options": [{"label": "A", "text": "Pitting", "correct": false}, {"label": "B", "text": "Enthesitis", "correct": false}, {"label": "C", "text": "Dactylitis", "correct": false}, {"label": "D", "text": "Diarrhoea", "correct": true}], "correct_answer": "D. Diarrhoea", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2263801731497258/2263801731497258.m3u8"}, {"text": "Which of the following causes infection due to bare foot walking?", "options": [{"label": "A", "text": "Madurella Mycetoma", "correct": true}, {"label": "B", "text": "Nocardia", "correct": false}, {"label": "C", "text": "Aspergillus", "correct": false}, {"label": "D", "text": "Curvularia", "correct": false}], "correct_answer": "A. Madurella Mycetoma", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23911051731497274/23911051731497274.m3u8"}, {"text": "Topical Antifungal used in treatment of Fungal infection?", "options": [{"label": "A", "text": "Griseofulvin", "correct": false}, {"label": "B", "text": "Tavabarole", "correct": true}, {"label": "C", "text": "Caspofungin", "correct": false}, {"label": "D", "text": "Itraconazole", "correct": false}], "correct_answer": "B. Tavabarole", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34001471731497292/34001471731497292.m3u8"}, {"text": "A Gardner who resides in sub-Himalayan area came with nodules on the forearm. What is the causative agent.", "options": [{"label": "A", "text": "Sporothrix schenckii", "correct": true}, {"label": "B", "text": "Cryptococcosis", "correct": false}, {"label": "C", "text": "Staphylococcus", "correct": false}, {"label": "D", "text": "Blastomycosis", "correct": false}], "correct_answer": "A. Sporothrix schenckii", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(682).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54910891731497311/54910891731497311.m3u8"}, {"text": "Non scarring alopecia is a feature of all except? 1. Androgenic alopecia 2. Tinea capitis 3. Frontal fibrosing alopecia 4. Alopecia areata 5. Telogen effluvium", "options": [{"label": "A", "text": "ALL", "correct": false}, {"label": "B", "text": "1,2,4", "correct": false}, {"label": "C", "text": "1,2", "correct": false}, {"label": "D", "text": "3", "correct": true}], "correct_answer": "D. 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with pruritic urticarial skin lesions presented with Linear deposits of IgG/c3 on direct immunofluorescence. What is the diagnosis?", "options": [{"label": "A", "text": "Pemphigus vulgaris", "correct": false}, {"label": "B", "text": "Dermatitis herpetiformis", "correct": false}, {"label": "C", "text": "Pemphigus foliaceous", "correct": false}, {"label": "D", "text": "Bullous pemphigoid", "correct": true}], "correct_answer": "D. Bullous pemphigoid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(28).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion: A patient with flaccid bulla and suprabasal acantholysis • Reason: Row of tomb stone appearance seen in pemphigus vulgarus", "options": [{"label": "A", "text": "Both assertion and reason are true and reason is correct explanation of assertion", "correct": false}, {"label": "B", "text": "Both assertion and reason are true and reason is not a correct explanation of assertion", "correct": true}, {"label": "C", "text": "Assertion is true and reason is false", "correct": false}, {"label": "D", "text": "Assertion is false and reason is true", "correct": false}, {"label": "E", "text": "Both assertion and reason are false", "correct": false}], "correct_answer": "B. Both assertion and reason are true and reason is not a correct explanation of assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What are clue cells?", "options": [{"label": "A", "text": "Epithelial cell with bacteria at the border", "correct": true}, {"label": "B", "text": "Macrophage engulfed dordelin bacillus", "correct": false}, {"label": "C", "text": "Neutrophil infiltration in cervical mucosa.", "correct": false}, {"label": "D", "text": "Epithelial cells with bacteria inside the cells", "correct": false}], "correct_answer": "A. Epithelial cell with bacteria at the border", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with hypopigmented plaque and loss of sensation, thickened nerves, which is true about this condition", "options": [{"label": "A", "text": "Split skin shows bacilli", "correct": false}, {"label": "B", "text": "Thickening of peripheral nerves", "correct": false}, {"label": "C", "text": "Hypopigmented or red lesions with loss of sensation", "correct": false}, {"label": "D", "text": "All of the above", "correct": true}], "correct_answer": "D. All of the above", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify this picture?", "options": [{"label": "A", "text": "Direct immunofluorescence", "correct": true}, {"label": "B", "text": "Dark field microscopy", "correct": false}, {"label": "C", "text": "Electron microscopy", "correct": false}, {"label": "D", "text": "Enzyme immunoassay", "correct": false}], "correct_answer": "A. Direct immunofluorescence", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture4(19).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with pus on the tip of the penile shaft, history of unprotected sexual intercourse. On doing gram staining, gram negative diplococci seen. Patient is resistant to penicillin, what to use next?", "options": [{"label": "A", "text": "Vancomycin", "correct": false}, {"label": "B", "text": "Ceftriaxone", "correct": true}, {"label": "C", "text": "Amoxycillin", "correct": false}, {"label": "D", "text": "Tetracycline", "correct": false}], "correct_answer": "B. Ceftriaxone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with vesicular lesions and painful erosions on the genitals. The bedside investigation as shown in the image. What to do next?", "options": [{"label": "A", "text": "Acyclovir", "correct": true}, {"label": "B", "text": "Penicillin", "correct": false}, {"label": "C", "text": "Azithromycin", "correct": false}, {"label": "D", "text": "Corticosteroids", "correct": false}], "correct_answer": "A. Acyclovir", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_2(8).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with lesions as shown. He had a history of having genital lesions 3 weeks back. What is the investigation required to confirm the diagnosis?", "options": [{"label": "A", "text": "Serology", "correct": true}, {"label": "B", "text": "KOH mount", "correct": false}, {"label": "C", "text": "Tzanck smear", "correct": false}, {"label": "D", "text": "Gram staining", "correct": false}], "correct_answer": "A. Serology", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_3(5).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common manifestation in a SLE patient?", "options": [{"label": "A", "text": "Photosensitivity", "correct": false}, {"label": "B", "text": "Arthralgia and Myalgia", "correct": true}, {"label": "C", "text": "Nephrotic features", "correct": false}, {"label": "D", "text": "CNS features/seizures", "correct": false}], "correct_answer": "B. Arthralgia and Myalgia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Scabies treatment in Infant? (multiple choice) A. 5% permethrin B. 25% benzoyl benzoate C. Ivermectin D. 10%Crotamiton", "options": [{"label": "A", "text": "A,B", "correct": true}, {"label": "B", "text": "C,D", "correct": false}, {"label": "C", "text": "A,C", "correct": false}, {"label": "D", "text": "B,D", "correct": false}], "correct_answer": "A. A,B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with asymptomatic plaque on the sides of the neck. There is no systemic involvement. What test needed in management?", "options": [{"label": "A", "text": "Chest X ray", "correct": false}, {"label": "B", "text": "HIV test", "correct": false}, {"label": "C", "text": "KOH mount/Tzanck", "correct": false}, {"label": "D", "text": "Skin Biopsy", "correct": true}], "correct_answer": "D. Skin Biopsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is correct? A. Epidermis can regenerate from bulb and sebaceous glands B. Stratum corneum is the outermost cellular layer C. Epidermis is derived from outer ectoderm D. Dermis and hypodermis is from endoderm", "options": [{"label": "A", "text": "A,B,C", "correct": true}, {"label": "B", "text": "D,C,A", "correct": false}, {"label": "C", "text": "A,C,D", "correct": false}, {"label": "D", "text": "D,A,C", "correct": false}], "correct_answer": "A. A,B,C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Topical corticosteroids, what are the side effects? A. Hypertrichosis B. Atrophy C. Bluish grey discolouration D. Acne", "options": [{"label": "A", "text": "A,B,D", "correct": true}, {"label": "B", "text": "C,D,B", "correct": false}, {"label": "C", "text": "A,B,C", "correct": false}, {"label": "D", "text": "B,C,D", "correct": false}], "correct_answer": "A. A,B,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Tight junctions are present in which side of the cell?", "options": [{"label": "A", "text": "Apicolateral", "correct": true}, {"label": "B", "text": "Basal", "correct": false}, {"label": "C", "text": "Apical", "correct": false}, {"label": "D", "text": "basolateral", "correct": false}], "correct_answer": "A. Apicolateral", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_7(8).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 103 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Ent Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 79</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 79 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Identify the structure marked as A?", "options": [{"label": "A", "text": "Incus", "correct": false}, {"label": "B", "text": "Stapes footplate", "correct": false}, {"label": "C", "text": "Lateral semic circular canal", "correct": false}, {"label": "D", "text": "Malleus", "correct": true}], "correct_answer": "D. Malleus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(968).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56972591701149735/56972591701149735.m3u8"}, {"text": "Gelles test is done in?", "options": [{"label": "A", "text": "Otosclerosis", "correct": true}, {"label": "B", "text": "Serous otitis media", "correct": false}, {"label": "C", "text": "Traumatic hearing loss", "correct": false}, {"label": "D", "text": "Age related hearing loss", "correct": false}], "correct_answer": "A. Otosclerosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50294801701149758/50294801701149758.m3u8"}, {"text": "Best surgery to relieve intractable vertigo in a menieres disease patient is?", "options": [{"label": "A", "text": "Labyrinthectomy", "correct": true}, {"label": "B", "text": "Cochlear Neurectomy", "correct": false}, {"label": "C", "text": "Endolymphatic sac decompression", "correct": false}, {"label": "D", "text": "Cochleosacculotomy", "correct": false}], "correct_answer": "A. Labyrinthectomy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38540441701149860/38540441701149860.m3u8"}, {"text": "A 12 years adolescent male presents with unilateral mass in nose with recurrent spontaneous bleeding. On examination a pink mass covered with mucosa is found in the nasopharynx. Which of the following is not to be done?", "options": [{"label": "A", "text": "Biopsy is done for diagnosis", "correct": true}, {"label": "B", "text": "CECT is done", "correct": false}, {"label": "C", "text": "Endoscopy surgery can be done", "correct": false}, {"label": "D", "text": "Angioembolization can be performed", "correct": false}], "correct_answer": "A. Biopsy is done for diagnosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67244081701149817/67244081701149817.m3u8"}, {"text": "Caloric test was done on right side with cold water. Eyes moved to the opposite side. Which of the following corresponds to correct interpretation of nystagmus in this test?", "options": [{"label": "A", "text": "Eyes move slowly to right", "correct": false}, {"label": "B", "text": "Eyes move slowly to left", "correct": false}, {"label": "C", "text": "Eyes move rapidly to left", "correct": true}, {"label": "D", "text": "Eyes move rapidly to right", "correct": false}], "correct_answer": "C. Eyes move rapidly to left", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45131801701149882/45131801701149882.m3u8"}, {"text": "A boy having unilateral nasal obstruction with epistaxis for several months. ON CT PNS it is found to have enhancing lesion with minimal extension to sphenoid sinus & no lateral extension. what is stage?", "options": [{"label": "A", "text": "1a", "correct": false}, {"label": "B", "text": "1b", "correct": true}, {"label": "C", "text": "2a", "correct": false}, {"label": "D", "text": "2b", "correct": false}], "correct_answer": "B. 1b", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47050941701149924/47050941701149924.m3u8"}, {"text": "Which of the following is a pure motor nerve ?", "options": [{"label": "A", "text": "Hypoglossal nerve", "correct": true}, {"label": "B", "text": "Glossopharyngeal nerve", "correct": false}, {"label": "C", "text": "Trigeminal nerve", "correct": false}, {"label": "D", "text": "Vagus nerve", "correct": false}], "correct_answer": "A. Hypoglossal nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8804681701149977/8804681701149977.m3u8"}, {"text": "A middle aged while turning on side of his bed has a sensation of severe vertigo. Most probable diagnosis is ?", "options": [{"label": "A", "text": "Bppv", "correct": true}, {"label": "B", "text": "Vestibular neuronitis", "correct": false}, {"label": "C", "text": "Labyrinthitis", "correct": false}, {"label": "D", "text": "Meniere disease", "correct": false}], "correct_answer": "A. Bppv", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is correct regarding the cervical lymph node A. Level 2 between myelohyoid base to cricoid B. Level 3 between cricoid to clavicle C. level 5 between base of skull to clavicle D. Level 6 between cricoid to clavicle", "options": [{"label": "A", "text": "C, D", "correct": true}, {"label": "B", "text": "B, D", "correct": false}, {"label": "C", "text": "A, C", "correct": false}, {"label": "D", "text": "A, B", "correct": false}], "correct_answer": "A. C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77371021701150021/77371021701150021.m3u8"}, {"text": "A woman has tinnitus and hearing loss with episodic vertigo that WCARES hours each. PTA is shown below. Choose the most appropriate diagnosis?", "options": [{"label": "A", "text": "Endolymphatic hydrops", "correct": true}, {"label": "B", "text": "Acoustic neuroma", "correct": false}, {"label": "C", "text": "Cochlear Otosclerosis", "correct": false}, {"label": "D", "text": "Noise induced HL", "correct": false}], "correct_answer": "A. Endolymphatic hydrops", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(5).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48209611701150046/48209611701150046.m3u8"}, {"text": "Which of the following is not an etiologicla vector for head and neck malignancies?", "options": [{"label": "A", "text": "EBV infection", "correct": false}, {"label": "B", "text": "HPV infection", "correct": false}, {"label": "C", "text": "Betal nut", "correct": false}, {"label": "D", "text": "Vitamin A deficiency", "correct": true}], "correct_answer": "D. Vitamin A deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63749821701150066/63749821701150066.m3u8"}, {"text": "Which of the following structures are not removed in radical neck dissection?", "options": [{"label": "A", "text": "Tail of parotid", "correct": false}, {"label": "B", "text": "Sublingual gland", "correct": true}, {"label": "C", "text": "Submandibular gland", "correct": false}, {"label": "D", "text": "Level 2b lymph nodes", "correct": false}], "correct_answer": "B. Sublingual gland", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39166361701150096/39166361701150096.m3u8"}, {"text": "Superior semicircular canal dehiscence syndrome is associated will all except:", "options": [{"label": "A", "text": "Nystagmus", "correct": false}, {"label": "B", "text": "Positive Tullio phenomenon", "correct": false}, {"label": "C", "text": "Positive fistula test", "correct": false}, {"label": "D", "text": "Sensori-neural Hearing loss", "correct": true}], "correct_answer": "D. Sensori-neural Hearing loss", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71385201701150113/71385201701150113.m3u8"}, {"text": "Structure not removed in radical neck dissection:", "options": [{"label": "A", "text": "SCM", "correct": false}, {"label": "B", "text": "Digastrics muscle", "correct": true}, {"label": "C", "text": "Spinal accessory nerve", "correct": false}, {"label": "D", "text": "Level 1-5 lymph nodes", "correct": false}], "correct_answer": "B. Digastrics muscle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26655281701150124/26655281701150124.m3u8"}, {"text": "40 yrs old diabetic patient complaining of foul smelling scanty ear discharge All are seen due to complications of given otoscopic findings except:", "options": [{"label": "A", "text": "Delta sign", "correct": false}, {"label": "B", "text": "Griesinger's sign", "correct": false}, {"label": "C", "text": "Battle Sign", "correct": true}, {"label": "D", "text": "Bezold's sign", "correct": false}], "correct_answer": "C. Battle Sign", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(970).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51111011701150151/51111011701150151.m3u8"}, {"text": "Which of the following is true sequence of auditory pathway:", "options": [{"label": "A", "text": "Superior olivary nucleus ,Cochlear nuclei pathway ,Lateral lemniscus,Inferior colliculus", "correct": false}, {"label": "B", "text": "Cochlear nuclei pathway ,Superior olivary nucleus,Lateral lemniscus,Inferior colliculus", "correct": true}, {"label": "C", "text": "Inferior colliculus ,Cochlear nuclei pathway ,Superior olivary nucleus,Lateral lemniscus", "correct": false}, {"label": "D", "text": "Lateral lemniscus,Cochlear nuclei pathway ,Superior olivary nucleus ,Inferior colliculus", "correct": false}], "correct_answer": "B. Cochlear nuclei pathway ,Superior olivary nucleus,Lateral lemniscus,Inferior colliculus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73493401701150171/73493401701150171.m3u8"}, {"text": "Which of the following is not an objective test:", "options": [{"label": "A", "text": "Impedance Audiometry", "correct": false}, {"label": "B", "text": "BERA", "correct": false}, {"label": "C", "text": "OAE", "correct": false}, {"label": "D", "text": "PTA", "correct": true}], "correct_answer": "D. PTA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7003791701150300/7003791701150300.m3u8"}, {"text": "Study the given endoscopic view of nasal cavity and identify the marked area", "options": [{"label": "A", "text": "Inferior Turbinate", "correct": true}, {"label": "B", "text": "Middle Turbinate", "correct": false}, {"label": "C", "text": "Superior Turbinate", "correct": false}, {"label": "D", "text": "Septal cartilage", "correct": false}], "correct_answer": "A. Inferior Turbinate", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(750).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15206261701150556/15206261701150556.m3u8"}, {"text": "X-Ray View given below is best used for Frontal sinus is known as", "options": [{"label": "A", "text": "Water’s View", "correct": false}, {"label": "B", "text": "Caldwell’s view", "correct": true}, {"label": "C", "text": "Lateral View", "correct": false}, {"label": "D", "text": "Pierre’s View", "correct": false}], "correct_answer": "B. Caldwell’s view", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(696).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51182591701150583/51182591701150583.m3u8"}, {"text": "Study the given specimen of larynx and comment which is correctly shown on the skeleton A. Epiglottis B. Arytenoid C. Cricoid D. Hyoid bone", "options": [{"label": "A", "text": "If A, B, C are correct", "correct": false}, {"label": "B", "text": "If A and B are correct", "correct": false}, {"label": "C", "text": "If B, C and D are correct", "correct": false}, {"label": "D", "text": "If all four are correct", "correct": true}], "correct_answer": "D. If all four are correct", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(579).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "6 years old male patient with recurrent attacks of tonsilitis underwent surgery, his post operative period was uneventful. On next day during morning round he had mild bleeding from oral cavity, study the given slide and comment on source of bleeding:", "options": [{"label": "A", "text": "Facial artery", "correct": false}, {"label": "B", "text": "Tonsilar artery", "correct": false}, {"label": "C", "text": "Peri tonsillar vein", "correct": true}, {"label": "D", "text": "Ascending Pharyngeal artery", "correct": false}], "correct_answer": "C. Peri tonsillar vein", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(580).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16447261701150665/16447261701150665.m3u8"}, {"text": "Which is not a major criteria for the diagnosis of allergic fungal sinusitis.", "options": [{"label": "A", "text": "Fungal culture positivity", "correct": true}, {"label": "B", "text": "Nasal polyposis", "correct": false}, {"label": "C", "text": "Characteristic CT findings without invasion", "correct": false}, {"label": "D", "text": "Mucin containing fungal elements", "correct": false}], "correct_answer": "A. Fungal culture positivity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26881011701150730/26881011701150730.m3u8"}, {"text": "A man 50 years of age present with tinnitus, ear fullness and hearing loss in his right ear. Seven years later, he began to experience vertigo, headache, and progressive loss of balance. After 2 years, audiometry showed moderate sensorineural hearing loss in the right ear that has not been investigated./Study the given slide and comment on diagnosis:", "options": [{"label": "A", "text": "Vestibular schwannoma", "correct": true}, {"label": "B", "text": "Menieres disease", "correct": false}, {"label": "C", "text": "Otosclerosis", "correct": false}, {"label": "D", "text": "Pagets disease", "correct": false}], "correct_answer": "A. Vestibular schwannoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(787).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4360291701150750/4360291701150750.m3u8"}, {"text": "Crowded teeth and apparently mouth breather AGE?", "options": [{"label": "A", "text": "Horse facies", "correct": false}, {"label": "B", "text": "Adenoid", "correct": true}, {"label": "C", "text": "Frog face", "correct": false}, {"label": "D", "text": "Goldenhar", "correct": false}], "correct_answer": "B. Adenoid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38086371701150779/38086371701150779.m3u8"}, {"text": "IDENTIFY THE BLOCK", "options": [{"label": "A", "text": "Frontal Sinus trephination", "correct": false}, {"label": "B", "text": "Anterior ethmoidal block", "correct": true}, {"label": "C", "text": "Nasolacrimal duct patency", "correct": false}, {"label": "D", "text": "inferior orbital block", "correct": false}], "correct_answer": "B. Anterior ethmoidal block", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(697).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not done after total laryngectomy?", "options": [{"label": "A", "text": "Polite yawning", "correct": false}, {"label": "B", "text": "Super-Supraglottic Swallow", "correct": true}, {"label": "C", "text": "Tracheoesophageal fistula", "correct": false}, {"label": "D", "text": "Esophageal Voice", "correct": false}], "correct_answer": "B. Super-Supraglottic Swallow", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53959401701150844/53959401701150844.m3u8"}, {"text": "A six-month-old child born with bilateral bony atresia is seen for an audiological evaluation and treatment recommendation. Radiological evidence indicates the probable presence of an intact middle ear and cochlea.Of the following, the most appropriate course of action for this child at this time would be to:", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": true}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "B. B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(863).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2096011701150863/2096011701150863.m3u8"}, {"text": "75-year-old female patient presents with right-sided nasal obstruction with bloody muco-purulent nasal discharge. The following image demonstrates an endoscopic view of the nasal cavity with mass coming from lateral wall. The contralateral nasal cavity is normal. Most appropriate Diagnosis", "options": [{"label": "A", "text": "Squamous cell carcinoma", "correct": false}, {"label": "B", "text": "Esthesioneuroblastoma", "correct": false}, {"label": "C", "text": "Inverted Papilloma", "correct": true}, {"label": "D", "text": "Juvenile nasopharyngeal carcinoma", "correct": false}], "correct_answer": "C. Inverted Papilloma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(788).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22453671701150911/22453671701150911.m3u8"}, {"text": "50 yrs old male patient suffering from tubotympanic ear underwent surgery following which he developed tinnitus, vertigo, aural fullness, and disequilibrium .Choose the most appropriate disgnosis:", "options": [{"label": "A", "text": "Labyrinthitis", "correct": false}, {"label": "B", "text": "Lateral sinus thrombophlebitis", "correct": false}, {"label": "C", "text": "Perilymphatic fistula", "correct": true}, {"label": "D", "text": "Paget Disease", "correct": false}], "correct_answer": "C. Perilymphatic fistula", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7388161701151498/7388161701151498.m3u8"}, {"text": "Identify the pathology in given image?'", "options": [{"label": "A", "text": "Pneumatization of superior turbinate.", "correct": true}, {"label": "B", "text": "Concha bullosa", "correct": false}, {"label": "C", "text": "Agger nasi", "correct": false}, {"label": "D", "text": "Onodi cell", "correct": false}], "correct_answer": "A. Pneumatization of superior turbinate.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(698).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14472351701151512/14472351701151512.m3u8"}, {"text": "Study the given image and comment on the TNM staging of the patient :", "options": [{"label": "A", "text": "T2NOMO", "correct": false}, {"label": "B", "text": "T2N1MO", "correct": false}, {"label": "C", "text": "T3N1MO", "correct": false}, {"label": "D", "text": "T4N1MO", "correct": true}], "correct_answer": "D. T4N1MO", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(864).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30433521701151527/30433521701151527.m3u8"}, {"text": "Comment on the grade of retracted tympanic membrane shown in the image :.", "options": [{"label": "A", "text": "Grade I", "correct": true}, {"label": "B", "text": "Grade II", "correct": false}, {"label": "C", "text": "Grade III", "correct": false}, {"label": "D", "text": "Grade IV", "correct": false}], "correct_answer": "A. Grade I", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(789).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74858931701151544/74858931701151544.m3u8"}, {"text": "A 40 yrs old patient presented in emergency with vertigo, dizziness with horizontal nystagmus. Slow component of nystagmus was towards left side. Comment on the most appropriate diagnosis. :", "options": [{"label": "A", "text": "Superior canal BPPV", "correct": false}, {"label": "B", "text": "Posterior canal BPPV", "correct": false}, {"label": "C", "text": "Right hypoactive labyrinth", "correct": false}, {"label": "D", "text": "Left hypoactive labyrinth", "correct": true}], "correct_answer": "D. Left hypoactive labyrinth", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40069301701151564/40069301701151564.m3u8"}, {"text": "Enlarged orange tonsils as shown in image is found in:-", "options": [{"label": "A", "text": "Diptheria", "correct": false}, {"label": "B", "text": "Vincent angina", "correct": false}, {"label": "C", "text": "Tangier disease", "correct": true}, {"label": "D", "text": "Hunter syndrome", "correct": false}], "correct_answer": "C. Tangier disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(971).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54328441701151577/54328441701151577.m3u8"}, {"text": "Which of the following is not an olfactory test", "options": [{"label": "A", "text": "Arnold stick", "correct": true}, {"label": "B", "text": "CC-SIT", "correct": false}, {"label": "C", "text": "UP-SIT", "correct": false}, {"label": "D", "text": "Smell diskette", "correct": false}], "correct_answer": "A. Arnold stick", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46348321701151592/46348321701151592.m3u8"}, {"text": "Aspirations in the respiratory tract prevented by supraglottic and cough reflex, these reflexes are sluggish in alcohol patient, which of the following nerve is coomon injured:", "options": [{"label": "A", "text": "Glossopharyngeal nerve", "correct": false}, {"label": "B", "text": "Internal laryngeal nerve", "correct": true}, {"label": "C", "text": "External laryngeal nerve", "correct": false}, {"label": "D", "text": "Recurrent Laryngeal", "correct": false}], "correct_answer": "B. Internal laryngeal nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46970721701151606/46970721701151606.m3u8"}, {"text": "Study the given pure tone audiogram and comment on the best possible findings", "options": [{"label": "A", "text": "Right Rinne’s Positive and weber lateralized to left ear", "correct": true}, {"label": "B", "text": "Right Rinne’s Negative and weber lateralized to right ear", "correct": false}, {"label": "C", "text": "Left Rinne’s Positive and weber lateralized to right ear", "correct": false}, {"label": "D", "text": "Left Rinne’s Negative and weber lateralized to left ear", "correct": false}], "correct_answer": "A. Right Rinne’s Positive and weber lateralized to left ear", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(541).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24180291701151624/24180291701151624.m3u8"}, {"text": "If OAE is negative in one of the patient, next step will be:", "options": [{"label": "A", "text": "Free Field Audiometry", "correct": false}, {"label": "B", "text": "Tympanometry", "correct": true}, {"label": "C", "text": "Speech Audiometry", "correct": false}, {"label": "D", "text": "Pure Tone Audiometry", "correct": false}], "correct_answer": "B. Tympanometry", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36163621701151636/36163621701151636.m3u8"}, {"text": "Match the following:", "options": [{"label": "A", "text": "1C 2B 3A 4D", "correct": false}, {"label": "B", "text": "1B 2C 3A 4D", "correct": false}, {"label": "C", "text": "1C 2B 3D 4A", "correct": false}, {"label": "D", "text": "1B 2A 3C 4D", "correct": true}], "correct_answer": "D. 1B 2A 3C 4D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(526).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3700761701151649/3700761701151649.m3u8"}, {"text": "Study the given slide and comment where the given structure drains:", "options": [{"label": "A", "text": "Inferior meatus", "correct": false}, {"label": "B", "text": "Middle meatus", "correct": false}, {"label": "C", "text": "Superior meatus", "correct": false}, {"label": "D", "text": "Sphenoethmoidal recess", "correct": true}], "correct_answer": "D. Sphenoethmoidal recess", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(426).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72828761701151662/72828761701151662.m3u8"}, {"text": "Child with recurrent URTI, high arched palate, learning difficulty present with hearing loss. Tympanometry was done and findings are given in given tympanogram, choose the most appropriate treatment options 1. Myringotomy 2. Grommet insertion 3. Adenoidectomy 4. Tympanoplasty", "options": [{"label": "A", "text": "Only 1", "correct": false}, {"label": "B", "text": "1 & 2", "correct": false}, {"label": "C", "text": "2,3,4", "correct": false}, {"label": "D", "text": "1,2,3", "correct": true}], "correct_answer": "D. 1,2,3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(432).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41415661701151673/41415661701151673.m3u8"}, {"text": "What is the likely diagnosis of the image given below?", "options": [{"label": "A", "text": "Ranula", "correct": true}, {"label": "B", "text": "Mucocele", "correct": false}, {"label": "C", "text": "Ludwig angina", "correct": false}, {"label": "D", "text": "Dermoid cyst", "correct": false}], "correct_answer": "A. Ranula", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(75).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Comment on the block shown in the given image:", "options": [{"label": "A", "text": "Infratrochlear block", "correct": false}, {"label": "B", "text": "Nasociliary block", "correct": true}, {"label": "C", "text": "Supraorbital block", "correct": false}, {"label": "D", "text": "Anterior ethmoidal block", "correct": false}], "correct_answer": "B. Nasociliary block", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1183).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 14-year-old patient presents to the ENT OPD with complaints that she can understand the language and hear the sound, but is unable to understand the meaning. Her Pure tone audiometry is normal and Auditory brainstem response was abnormal. What is the likely diagnosis in this patient?", "options": [{"label": "A", "text": "Malingering", "correct": false}, {"label": "B", "text": "Otosclerosis", "correct": false}, {"label": "C", "text": "Auditory neuropathy", "correct": true}, {"label": "D", "text": "Michael’s aplasia", "correct": false}], "correct_answer": "C. Auditory neuropathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following:", "options": [{"label": "A", "text": "A-2, B-3, C-4, D-1", "correct": true}, {"label": "B", "text": "A-2, B-4, C-1, D-3", "correct": false}, {"label": "C", "text": "A-1, B-2, C-3, D-4", "correct": false}, {"label": "D", "text": "A-3, B-1, C-2, D-4", "correct": false}], "correct_answer": "A. A-2, B-3, C-4, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1111122.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 13 year old boy presented with nasal obstruction and recurrent epistaxis for last 6 month .Choose the most appropriate diagnosis:", "options": [{"label": "A", "text": "Antro choanal polyp", "correct": false}, {"label": "B", "text": "JNA", "correct": true}, {"label": "C", "text": "Allergic rhinitis", "correct": false}, {"label": "D", "text": "Nasopharyngeal carcinoma", "correct": false}], "correct_answer": "B. JNA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52768821721393957/52768821721393957.m3u8"}, {"text": "Which of the following structure is passing between superior constrictor and middle constrictor?", "options": [{"label": "A", "text": "Stylopharyngeus muscle and the glossopharyngeal nerve", "correct": true}, {"label": "B", "text": "Internal laryngeal nerve and the superior laryngeal artery", "correct": false}, {"label": "C", "text": "Recurrent laryngeal and the glossopharyngeal nerve", "correct": false}, {"label": "D", "text": "Eustachian tube and the glossopharyngeal nerve", "correct": false}], "correct_answer": "A. Stylopharyngeus muscle and the glossopharyngeal nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42419631721393990/42419631721393990.m3u8"}, {"text": "Which of the following is not a typical feature of allergic rhinitis?", "options": [{"label": "A", "text": "Otto Veraguth sign", "correct": true}, {"label": "B", "text": "Dennie-Morgan (DM) line", "correct": false}, {"label": "C", "text": "Allergic shiners", "correct": false}, {"label": "D", "text": "Allergic salute", "correct": false}], "correct_answer": "A. Otto Veraguth sign", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59093351721394012/59093351721394012.m3u8"}, {"text": "Which of the following is not associated with serous otitis media?", "options": [{"label": "A", "text": "Resolve of its own", "correct": false}, {"label": "B", "text": "Bilateral", "correct": false}, {"label": "C", "text": "Most commonly seen after common cold", "correct": false}, {"label": "D", "text": "Ad tympanogram on impedance audiometry", "correct": true}], "correct_answer": "D. Ad tympanogram on impedance audiometry", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73698711721394031/73698711721394031.m3u8"}, {"text": "A 7 year old child presented on hard of hearing, was suspected of having sensorineural deafness. Which of the following would not be the part of management?", "options": [{"label": "A", "text": "Grommet insertion with adenoidectomy", "correct": true}, {"label": "B", "text": "Hearing aids", "correct": false}, {"label": "C", "text": "Cochlear implant", "correct": false}, {"label": "D", "text": "Classroom accommodations", "correct": false}], "correct_answer": "A. Grommet insertion with adenoidectomy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34045141721394052/34045141721394052.m3u8"}, {"text": "30 yr old female patient presents in the OPP mr wearing loss in both ears since last 1 year. Investigations confirm the diagnosis of otosclerosivith more deafness on right side.Patient was advised stapetectomy. Which of the following will be the tuning forks finding.", "options": [{"label": "A", "text": "Right Rinne's Positive and weber lateralized to left ear.", "correct": false}, {"label": "B", "text": "Right Rinne's Negative and weber lateralized to right ear.", "correct": true}, {"label": "C", "text": "Left Rinne's Positive and weber lateralized to right ear.", "correct": false}, {"label": "D", "text": "Left Rinne's Negative and weber lateralized to left ear", "correct": false}], "correct_answer": "B. Right Rinne's Negative and weber lateralized to right ear.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 50-year-old diabetio male patien was admitted with a diagnosis st cOVir based on positive RT-PCR. Due to sever (ung involvemen he- treated with methylprednisolore. The patient was re-admitted to hospital, due to nasal obstruction and left side facial and orbital swelling, several days after discharge. In situs endoscopic surgery, debridement was performed and the specimens were sent to pathology. A nasal biopsy showed wide hyphae without septa as shown in the given slide. Choose the most appropriate diagnosis", "options": [{"label": "A", "text": "Candida", "correct": false}, {"label": "B", "text": "Mucor", "correct": true}, {"label": "C", "text": "Aspergillosis", "correct": false}], "correct_answer": "B. Mucor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "60 yr old patient with a recurrent nasal lesion as shown in the image, choose the most appropriate diagnosis:", "options": [{"label": "A", "text": "SCC", "correct": false}, {"label": "B", "text": "Basal cell carcinoma", "correct": true}, {"label": "C", "text": "Malignant Melanomas", "correct": false}, {"label": "D", "text": "Inverted pappiloma", "correct": false}], "correct_answer": "B. Basal cell carcinoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(736).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 65 year old man came for the check up in OPD and on assessment he was only able to hear louder sounds like shouts and amplified sound. What is the grade of hearing loss you group into ?", "options": [{"label": "A", "text": "Profound <40%", "correct": false}, {"label": "B", "text": "Severe hearing loss >70%", "correct": true}, {"label": "C", "text": "Moderately severe hearing loss <70%", "correct": false}, {"label": "D", "text": "Moderate <50%", "correct": false}], "correct_answer": "B. Severe hearing loss >70%", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "45 yrs old male presents with sudden onset vertigo with moderate sensorineural hearing loss and tinnitus. Study the audiometry finding given below and choose the most appropraite diagosis.", "options": [{"label": "A", "text": "Meniere Disease", "correct": true}, {"label": "B", "text": "BPPV", "correct": false}, {"label": "C", "text": "Acosutic Neuroma", "correct": false}, {"label": "D", "text": "Labyrinthitis", "correct": false}], "correct_answer": "A. Meniere Disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202024-07-19%20at%204_42_26%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What type of joint is arrow marked in this image", "options": [{"label": "A", "text": "Pivot", "correct": false}, {"label": "B", "text": "Ball and socket", "correct": false}, {"label": "C", "text": "Saddle", "correct": true}, {"label": "D", "text": "Fibrous", "correct": false}], "correct_answer": "C. Saddle", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202024-07-19%20at%204_39_37%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the most appropraite sttement regarding sensory cells of inner ear 1. Inner hair cells and outer hair cells present in the ratio of 1:3 2. Inner hair cells are only responsible to transmit auditory impulses. 3. Outer hair cells are responsible for tectorial membrane movement. 4. Inner Hair cells are in a single row and transmit auditory inpulses.", "options": [{"label": "A", "text": "1,2 and 3", "correct": false}, {"label": "B", "text": "1 and 3", "correct": false}, {"label": "C", "text": "1 and 4", "correct": true}, {"label": "D", "text": "2,3 and 4", "correct": false}], "correct_answer": "C. 1 and 4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "30 yrs old pregnant female complaining of hearing loss was operated as shown in the image, choose the most appropriate surgical procedure ?", "options": [{"label": "A", "text": "Tympanoplasty", "correct": false}, {"label": "B", "text": "Myringoplasty", "correct": false}, {"label": "C", "text": "Stapedotomy", "correct": true}, {"label": "D", "text": "Ossiculoplasty", "correct": false}], "correct_answer": "C. Stapedotomy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(692).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28118671731675772/28118671731675772.m3u8"}, {"text": "Which of the following will have the maximum hearing loss?", "options": [{"label": "A", "text": "Ossicular discontinuity with intact tympanic membrane", "correct": true}, {"label": "B", "text": "Malleus Incus disruption with tympanic membrane perforation.", "correct": false}, {"label": "C", "text": "Otitis Media with effusion", "correct": false}, {"label": "D", "text": "Partial fixation of shapes", "correct": false}], "correct_answer": "A. Ossicular discontinuity with intact tympanic membrane", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identfy the fracture", "options": [{"label": "A", "text": "Chevallet fracture", "correct": true}, {"label": "B", "text": "Jarjavay fracture", "correct": false}, {"label": "C", "text": "Lecfort 1 Fracture", "correct": false}, {"label": "D", "text": "Leefort Il Fracture", "correct": false}], "correct_answer": "A. Chevallet fracture", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(539).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50526651731676597/50526651731676597.m3u8"}, {"text": "Audiogram shown in the image is seen in?", "options": [{"label": "A", "text": "Noise induced trauma", "correct": false}, {"label": "B", "text": "Conductive hearing loss", "correct": false}, {"label": "C", "text": "Mixed Hearing loss", "correct": true}, {"label": "D", "text": "Sensorineural Deafness", "correct": false}], "correct_answer": "C. Mixed Hearing loss", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(492).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1840931731676731/1840931731676731.m3u8"}, {"text": "Which of the following condition will have very poor prognosis ?", "options": [{"label": "A", "text": "Unilateral Partial RLNP", "correct": false}, {"label": "B", "text": "Unilateral Complete RLNP", "correct": false}, {"label": "C", "text": "Bilateral Partial RLNP", "correct": false}, {"label": "D", "text": "Bilateral Complete RLNP", "correct": true}], "correct_answer": "D. Bilateral Complete RLNP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58129951731676875/58129951731676875.m3u8"}, {"text": "Which of the following is most common organism of CROUP ?", "options": [{"label": "A", "text": "H. influenzae", "correct": false}, {"label": "B", "text": "Streptococcus pneumonia", "correct": false}, {"label": "C", "text": "Influenza virus", "correct": true}, {"label": "D", "text": "Diphtheria", "correct": false}], "correct_answer": "C. Influenza virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71682571731677004/71682571731677004.m3u8"}, {"text": "Which of the following test is used as screening procedure in newborn?", "options": [{"label": "A", "text": "OAE", "correct": true}, {"label": "B", "text": "BERA", "correct": false}, {"label": "C", "text": "PTA", "correct": false}, {"label": "D", "text": "Hand and Clap", "correct": false}], "correct_answer": "A. OAE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69159511731677096/69159511731677096.m3u8"}, {"text": "Audiogram shown in the image is seen in?", "options": [{"label": "A", "text": "Noise induced trauma", "correct": false}, {"label": "B", "text": "Menieres", "correct": false}, {"label": "C", "text": "Otosclerosis", "correct": true}, {"label": "D", "text": "Sensorineural Deafness", "correct": false}], "correct_answer": "C. Otosclerosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(320).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41985151731677397/41985151731677397.m3u8"}, {"text": "A woman was has hearing loss In right ear and she was offered right ear stapedotomy. What is the Rinne and Weber's finding?", "options": [{"label": "A", "text": "B/I rinne positive Weber lateralised to right", "correct": false}, {"label": "B", "text": "B/I rinne negative Weber lateralised to right", "correct": true}, {"label": "C", "text": "B/I rinne positive Weber lateralised to left", "correct": false}, {"label": "D", "text": "B/I rinne negative Weber lateralised to left", "correct": false}], "correct_answer": "B. B/I rinne negative Weber lateralised to right", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A South Indian male cattle breeder comes with complaints of frank intermittent epistaxis. The examination of the nose is given below. A biopsy was taken and HPE appears as shown below. What is the likely diagnosis?", "options": [{"label": "A", "text": "Nasal polyp", "correct": false}, {"label": "B", "text": "Rhinosporidiosis", "correct": true}, {"label": "C", "text": "Hemangioma", "correct": false}, {"label": "D", "text": "Rhinopyma", "correct": false}], "correct_answer": "B. Rhinosporidiosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(5).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Comment on the block shown in the image:", "options": [{"label": "A", "text": "Infra Trochlear block", "correct": false}, {"label": "B", "text": "Naso-Ciliary Block", "correct": true}, {"label": "C", "text": "Sphenopalatine block", "correct": false}, {"label": "D", "text": "Inferior orbital block", "correct": false}], "correct_answer": "B. Naso-Ciliary Block", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/images.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MATCH THE FOLLOWING", "options": [{"label": "A", "text": "1b 2c 3d 4a", "correct": true}, {"label": "B", "text": "1c 2b 3d 4a", "correct": false}, {"label": "C", "text": "1b 2c 3a 4d", "correct": false}, {"label": "D", "text": "1b 2d 3c 4a", "correct": false}], "correct_answer": "A. 1b 2c 3d 4a", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture3(4).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A girl is having difficult to understand speech and language problems complaining of hearing loss but when assessed she can hear voice and her PTA results are deferred fro OAE which is positive. BERA/CERA shows loss of cortical spike and medial geniculate spike. Which of the fonowing is most probable Diagnosis;", "options": [{"label": "A", "text": "Auditory neuropathy", "correct": true}, {"label": "B", "text": "Malingering", "correct": false}, {"label": "C", "text": "Michel Aplasia", "correct": false}, {"label": "D", "text": "Cochlear otosclerosis", "correct": false}], "correct_answer": "A. Auditory neuropathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the auditory pathway in order from periphery to centre A. Eight nerve B.Inferior colliculus C. Medial geniculate body D. Ventral / dorsal cochlear nucleus E. Superior Olivary nucleus F. Lateral lemniscus G. Auditory cortex", "options": [{"label": "A", "text": "a,d,e,f,b,c,g", "correct": true}, {"label": "B", "text": "b,c,g,a,d,e,f", "correct": false}, {"label": "C", "text": "e,f,b,a,d,c,g", "correct": false}, {"label": "D", "text": "a,d,e,f,c,g,b", "correct": false}], "correct_answer": "A. a,d,e,f,b,c,g", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 48-year-old man presented with complaints of aforeign body sensation in nose and frequent spitting of blood-tinged saliva for 6 months duration. On examination, a reddish pedunculated mass studded with whitish spots was seen hanging in nasal cavity. On nasal endoscopy, mass was seen attached along the under surface of left inferior turbinate, which bled on contact. The patient also gave history of taking frequent baths in local ponds. After a clinical diagnosis of rhinosporidisis, he underwent complete excision of the mass after ipolar cauterisation of the base under local anaesthesis.Postoperative histopathology revealed multiple sporangia in various stages of maturation with dense inflammation.Choose the most appropriate diagnosis", "options": [{"label": "A", "text": "Rhinoscleroma", "correct": false}, {"label": "B", "text": "Rhinosporodiosis", "correct": true}, {"label": "C", "text": "Angiofibroma", "correct": false}, {"label": "D", "text": "Nasal polyp", "correct": false}], "correct_answer": "B. Rhinosporodiosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture4(5).png"], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Key Diagnostic Clues in the Case:</li><li>• Presentation: Nasal mass with recurrent epistaxis and foreign body sensation</li><li>• Exposure: History of bathing in stagnant pond water (a known source of infection)</li><li>• Appearance: Reddish, vascular pedunculated mass with white spots (mature sporangia)</li><li>• Bleeds on touch: Common in rhinosporidial lesions</li><li>• Histology: Large thick-walled sporangia containing numerous endospores in various stages of development</li><li>• Management: Complete surgical excision with cauterization of base to prevent recurrence</li><li>• Incorrect Options:</li><li>• Incorrect Options:</li><li>• Option A: Rhinoscleroma Caused by Klebsiella rhinoscleromatis</li><li>• Chronic, slowly progressive infection of nose and upper airway</li><li>• Histology shows Mikulicz cells (foamy macrophages), not sporangia</li><li>• Not associated with white dots or pond exposure</li><li>• Option C: Angiofibroma Seen in adolescent males</li><li>• Highly vascular tumor presenting with profuse epistaxis</li><li>• Usually arises from sphenopalatine foramen, not inferior turbinate</li><li>• No sporangia seen on histology</li><li>• Option D: Nasal Polyp Soft, painless, edematous mucosal outgrowth</li><li>• Associated with allergies, asthma</li><li>• Does not bleed easily on touch</li><li>• No white spots or sporangia</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Study the given slide and comment where the given structure drains:", "options": [{"label": "A", "text": "Inferior meatus", "correct": false}, {"label": "B", "text": "Middle meatus", "correct": false}, {"label": "C", "text": "superior meatus", "correct": false}, {"label": "D", "text": "Sphenoethmoidal recess", "correct": true}], "correct_answer": "D. Sphenoethmoidal recess", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/images%206.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "50 yrs old female complaining of foreign body sensation, change in voice with a history of eating fish. On examination there was a fish bone in the pyriform fossa (pyriform fossa was inflamed). Choose the nerve responsible", "options": [{"label": "A", "text": "Recurrent laryngeal nerve", "correct": false}, {"label": "B", "text": "Internal branch of superior laryngeal", "correct": true}, {"label": "C", "text": "External branch of superior laryngeal", "correct": false}, {"label": "D", "text": "Glossopharyngeal nerve", "correct": false}], "correct_answer": "B. Internal branch of superior laryngeal", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 7 yrs old child with a history of ear infection complaining of lock jaw and limbs spasm/fever/neck rigidity. Choose the most appropriate diagnosis", "options": [{"label": "A", "text": "Meningitis", "correct": false}, {"label": "B", "text": "Tetany", "correct": false}, {"label": "C", "text": "Bezold abscess", "correct": true}, {"label": "D", "text": "Sinus Thrombosis", "correct": false}], "correct_answer": "C. Bezold abscess", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is incorrect regarding Juvenile Nasopharyngeal Carcinoma?", "options": [{"label": "A", "text": "Unilateral cervical lymph nodes", "correct": false}, {"label": "B", "text": "Epistaxis", "correct": false}, {"label": "C", "text": "Only seen in young boys", "correct": true}, {"label": "D", "text": "Biopsy", "correct": false}], "correct_answer": "C. Only seen in young boys", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 50 yrs old female compaling episode of acute vertigo with vomiting unsteadiness and light-headedness, which was triggered by changing her head position in morning. She denied hearing loss, recent viral illness, medication use, head injury or trauma. Choose the most appropriate diagnosis", "options": [{"label": "A", "text": "Meniere disease", "correct": false}, {"label": "B", "text": "BPPV", "correct": true}, {"label": "C", "text": "Vestibular neuritis", "correct": false}, {"label": "D", "text": "Acoustic neuroma", "correct": false}], "correct_answer": "B. BPPV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the most appropriate candidates for Cochlear Implants 1. Ototoxicity 2. Congenital hearing loss 3. Ossicular fixation 4. Otosclerosis", "options": [{"label": "A", "text": "1 and 2", "correct": true}, {"label": "B", "text": "2 and 3", "correct": false}, {"label": "C", "text": "3 and 4", "correct": false}, {"label": "D", "text": "1 and 4", "correct": false}], "correct_answer": "A. 1 and 2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following diagnosis can cause stridor in infants 1. Laryngomalacia 2. Congenital Hemangioma V/S Polyp 3. Subglottic stenosis 4. Recurrent respiratory papillomatosis (RRP)", "options": [{"label": "A", "text": "1,2 and 3", "correct": false}, {"label": "B", "text": "2 and 3", "correct": false}, {"label": "C", "text": "1,3 and 4", "correct": true}, {"label": "D", "text": "1 and 4", "correct": false}], "correct_answer": "C. 1,3 and 4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 89 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Fmt Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 139</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 139 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Which of the following is not a cardiac poison", "options": [{"label": "A", "text": "Atropa belladonna", "correct": true}, {"label": "B", "text": "Aconitum naepellus", "correct": false}, {"label": "C", "text": "Cerebra thevetia", "correct": false}, {"label": "D", "text": "Digitalis Purpurea", "correct": false}], "correct_answer": "A. Atropa belladonna", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64566311701946775/64566311701946775.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-3, B-1, C-4, D-2", "correct": true}, {"label": "B", "text": "A-1, B-3, C-4, D-2", "correct": false}, {"label": "C", "text": "A-3, B-1, C-2, D-4", "correct": false}, {"label": "D", "text": "A-2, B-1, C-4, D-3", "correct": false}], "correct_answer": "A. A-3, B-1, C-4, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(834).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16862871701946789/16862871701946789.m3u8"}, {"text": "Match the following related to eruption of teeth in adults", "options": [{"label": "A", "text": "A-4, B-2, C-3, D-1", "correct": false}, {"label": "B", "text": "A-1, B-3, C-4, D-2", "correct": false}, {"label": "C", "text": "A-2, B-3, C-4, D-1", "correct": true}, {"label": "D", "text": "A-2, B-1, C-4, D-3", "correct": false}], "correct_answer": "C. A-2, B-3, C-4, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(761).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23090581701946823/23090581701946823.m3u8"}, {"text": "Child presents to casualty with froth from oral cavity which reappears on wiping. All of the following may be seen during autopsy except", "options": [{"label": "A", "text": "Ballooning of lungs", "correct": false}, {"label": "B", "text": "Cadaveric spasm with mud in the hands", "correct": false}, {"label": "C", "text": "Paltauf’s hemorrhages", "correct": false}, {"label": "D", "text": "Arsenic in hair root", "correct": true}], "correct_answer": "D. Arsenic in hair root", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66115221701946837/66115221701946837.m3u8"}, {"text": "Tattooing in case of firearm entry is due to", "options": [{"label": "A", "text": "Soot particles", "correct": false}, {"label": "B", "text": "Unburnt gunpowder particles", "correct": true}, {"label": "C", "text": "Muzzle imprint", "correct": false}, {"label": "D", "text": "Flame", "correct": false}], "correct_answer": "B. Unburnt gunpowder particles", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61993901701946850/61993901701946850.m3u8"}, {"text": "A patient with history of previous abdominal surgery presents to casualty with fever and abdominal pain. X ray abdomen was taken with the findings shown in the given image. These finding correspond to", "options": [{"label": "A", "text": "Res Ipsa Loquitor", "correct": true}, {"label": "B", "text": "Res Judicata", "correct": false}, {"label": "C", "text": "Novus Actus interveniens", "correct": false}, {"label": "D", "text": "Vicarious liability", "correct": false}], "correct_answer": "A. Res Ipsa Loquitor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(555).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15807981701946866/15807981701946866.m3u8"}, {"text": "Identify the injury in the given image", "options": [{"label": "A", "text": "Contusion", "correct": true}, {"label": "B", "text": "Laceration", "correct": false}, {"label": "C", "text": "Abrasion", "correct": false}, {"label": "D", "text": "Incised wound", "correct": false}], "correct_answer": "A. Contusion", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(505).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18069591701946894/18069591701946894.m3u8"}, {"text": "Spanish windlass technique, a type of mechanical asphyxia is also known as", "options": [{"label": "A", "text": "Strangulation", "correct": false}, {"label": "B", "text": "Garroting", "correct": true}, {"label": "C", "text": "Throttling", "correct": false}, {"label": "D", "text": "Mugging", "correct": false}], "correct_answer": "B. Garroting", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8_1(102).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14413401701946911/14413401701946911.m3u8"}, {"text": "A 76-year-old lady presents to emergency department with increasing somnolence and lethargy for one day. Her symptoms are associated with headache, mild nausea but no vomiting. There was a history of fall in washroom. A head CT without contrast demonstrates a crescent shaped hyperdensity that crosses suture lines. She dies after 4 days. Autopsy findings are given below. What could be the possible diagnosis.", "options": [{"label": "A", "text": "EDH", "correct": false}, {"label": "B", "text": "SDH", "correct": true}, {"label": "C", "text": "SAH", "correct": false}, {"label": "D", "text": "ICH", "correct": false}], "correct_answer": "B. SDH", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(467).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common cause of SDH bleed is", "options": [{"label": "A", "text": "Rupture of middle meningeal artery", "correct": false}, {"label": "B", "text": "Rupture of bridging veins", "correct": true}, {"label": "C", "text": "Rupture of Berry’s aneurysm", "correct": false}, {"label": "D", "text": "Rupture of Middle cerebral artery", "correct": false}], "correct_answer": "B. Rupture of bridging veins", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40451681701946940/40451681701946940.m3u8"}, {"text": "A scorpion sting case comes to casualty with features of pain, hypotension and basal crepts in lungs. Treatment of choice in this case is", "options": [{"label": "A", "text": "Prazosin", "correct": true}, {"label": "B", "text": "Furosemide", "correct": false}, {"label": "C", "text": "Dopamine", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "A. Prazosin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62555191701946953/62555191701946953.m3u8"}, {"text": "A 45 year old female with history of alcoholism for about 10 years develops liver cirrhosis. Now she suddenly leaves alcohol and within 2-3 days presents to casualty with withdrawal symptoms and in unconscious state. Preferred treatment of choice is", "options": [{"label": "A", "text": "Diazepam", "correct": false}, {"label": "B", "text": "Alprazolam", "correct": false}, {"label": "C", "text": "Lorazepam", "correct": true}, {"label": "D", "text": "Clonazepam", "correct": false}], "correct_answer": "C. Lorazepam", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26139291701946968/26139291701946968.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-1, B-3, C-4, D-2", "correct": false}, {"label": "B", "text": "A-3, B-1, C-2, D-4", "correct": false}, {"label": "C", "text": "A-2, B-1, C-4, D-3", "correct": false}, {"label": "D", "text": "A-4, B-3, C-2, D-1", "correct": true}], "correct_answer": "D. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(367).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34366131701946981/34366131701946981.m3u8"}, {"text": "Identify the findings given in the image", "options": [{"label": "A", "text": "Lividity", "correct": false}, {"label": "B", "text": "Marbling", "correct": true}, {"label": "C", "text": "Tattooing", "correct": false}, {"label": "D", "text": "Ecchymosis", "correct": false}], "correct_answer": "B. Marbling", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(350).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59872361701946996/59872361701946996.m3u8"}, {"text": "In a dead born fetus gas was noted in the aorta during USG of mother. True about this is?", "options": [{"label": "A", "text": "Roberts sign", "correct": true}, {"label": "B", "text": "Spalding sign", "correct": false}, {"label": "C", "text": "Ball sign", "correct": false}, {"label": "D", "text": "Deuel halo sign", "correct": false}], "correct_answer": "A. Roberts sign", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27555541701947101/27555541701947101.m3u8"}, {"text": "Most common cause of death due to drowning in cold water is", "options": [{"label": "A", "text": "Asphyxia", "correct": false}, {"label": "B", "text": "Vagal inhibition", "correct": true}, {"label": "C", "text": "Laryngospasm", "correct": false}, {"label": "D", "text": "Ventricular fibrillation", "correct": false}], "correct_answer": "B. Vagal inhibition", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25432131701947116/25432131701947116.m3u8"}, {"text": "The following are the laws related to insanity A. Durhams rule B. Currens rule C. Murphys rule D. Ashleys rule", "options": [{"label": "A", "text": "A, B", "correct": true}, {"label": "B", "text": "B, C", "correct": false}, {"label": "C", "text": "C, D", "correct": false}, {"label": "D", "text": "A, D", "correct": false}], "correct_answer": "A. A, B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71307771701947129/71307771701947129.m3u8"}, {"text": "Cry of fetus was heard by the doctor before the delivery of the head. What is true about this statement.", "options": [{"label": "A", "text": "Vagitus uterinus", "correct": true}, {"label": "B", "text": "Infection of vagina", "correct": false}, {"label": "C", "text": "Infection of uterus", "correct": false}, {"label": "D", "text": "Infection of vagina and uterus", "correct": false}], "correct_answer": "A. Vagitus uterinus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37494291701947338/37494291701947338.m3u8"}, {"text": "What is correct regarding the protocol of management of snake bite. (Multiple answers) A. Kill the snake B. ASV administration after admission C. Immobilization D. Debridement of wound E. Apply tourniquet F. Wash the wound", "options": [{"label": "A", "text": "B, C and F", "correct": true}, {"label": "B", "text": "A, B and D", "correct": false}, {"label": "C", "text": "B, D and E", "correct": false}, {"label": "D", "text": "A, E and F", "correct": false}], "correct_answer": "A. B, C and F", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15672481701947353/15672481701947353.m3u8"}, {"text": "Hooch tragedy is due to consumption of", "options": [{"label": "A", "text": "Ethanol", "correct": false}, {"label": "B", "text": "Methanol", "correct": true}, {"label": "C", "text": "Ethylene glycol", "correct": false}, {"label": "D", "text": "Ethyl oxide", "correct": false}], "correct_answer": "B. Methanol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75112661701947368/75112661701947368.m3u8"}, {"text": "A person working in matchbox industry, presents with multiple discharging sinuses of jaw. What could be the most likely poisoning", "options": [{"label": "A", "text": "Lead", "correct": false}, {"label": "B", "text": "Phosphorus", "correct": true}, {"label": "C", "text": "Arsenic", "correct": false}, {"label": "D", "text": "Cadmium", "correct": false}], "correct_answer": "B. Phosphorus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21(229).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15248771701947381/15248771701947381.m3u8"}, {"text": "Identify the injury in the image", "options": [{"label": "A", "text": "Ligature strangulation", "correct": true}, {"label": "B", "text": "Hanging", "correct": false}, {"label": "C", "text": "Throttling", "correct": false}, {"label": "D", "text": "Smothering", "correct": false}], "correct_answer": "A. Ligature strangulation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22(215).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70820801701947395/70820801701947395.m3u8"}, {"text": "Identify the injury in the image", "options": [{"label": "A", "text": "Incised looking lacerated wound", "correct": true}, {"label": "B", "text": "Incised wound", "correct": false}, {"label": "C", "text": "Stab wound", "correct": false}, {"label": "D", "text": "Abrasion", "correct": false}], "correct_answer": "A. Incised looking lacerated wound", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/23(211).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45338251701947409/45338251701947409.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4, B-3, C-2, D-1", "correct": true}, {"label": "B", "text": "A-1, B-3, C-4, D-2", "correct": false}, {"label": "C", "text": "A-3, B-1, C-2, D-4", "correct": false}, {"label": "D", "text": "A-2, B-1, C-4, D-1", "correct": false}], "correct_answer": "A. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24(210).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37992661701947423/37992661701947423.m3u8"}, {"text": "‘A’ kills ‘B’ with a knife. Another person ‘Z’ saw ‘A’ with knife in the park few minutes before murder. ‘Z’ give this statement in court of law. What kind of evidence is it?", "options": [{"label": "A", "text": "Direct", "correct": false}, {"label": "B", "text": "Indirect", "correct": true}, {"label": "C", "text": "Hostile", "correct": false}, {"label": "D", "text": "Hearsay", "correct": false}], "correct_answer": "B. Indirect", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78672331701947441/78672331701947441.m3u8"}, {"text": "Finger prints appears first at what gestational age?", "options": [{"label": "A", "text": "28-30 weeks of IUL", "correct": false}, {"label": "B", "text": "12-16 weeks of IUL", "correct": true}, {"label": "C", "text": "24-28 weeks of IUL", "correct": false}, {"label": "D", "text": "32-36 weeks of IUL", "correct": false}], "correct_answer": "B. 12-16 weeks of IUL", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22818481701947451/22818481701947451.m3u8"}, {"text": "Identify the mechanical injury shown in the picture?", "options": [{"label": "A", "text": "Grazed abrasion", "correct": false}, {"label": "B", "text": "Hesitation cuts", "correct": true}, {"label": "C", "text": "Six penny bruise", "correct": false}, {"label": "D", "text": "Patterned abrasion", "correct": false}], "correct_answer": "B. Hesitation cuts", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27(169).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73397731701947465/73397731701947465.m3u8"}, {"text": "Which test is done to identify presence of vaginal cells on penis in an accused of rape?", "options": [{"label": "A", "text": "Precipitin test", "correct": false}, {"label": "B", "text": "Florence test", "correct": false}, {"label": "C", "text": "Lugol’s Iodine test", "correct": true}, {"label": "D", "text": "Toludine blue test", "correct": false}], "correct_answer": "C. Lugol’s Iodine test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47409701701947478/47409701701947478.m3u8"}, {"text": "Identify the plant having yellow flowers where seeds are present in prickly capsules?", "options": [{"label": "A", "text": "Argemon Mexicana", "correct": true}, {"label": "B", "text": "Nerium odorum", "correct": false}, {"label": "C", "text": "Papavarous someniferum", "correct": false}, {"label": "D", "text": "Calotropis", "correct": false}], "correct_answer": "A. Argemon Mexicana", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28(152).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28_1(36).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58938521701947493/58938521701947493.m3u8"}, {"text": "Symptom seen in chronic arsenic poisoning are ? 1) Aldrich- Mee’s lines on nails 2) Rain drop pigmentation 3) Mixed neuropathy 4) Luminescent vomit 5) Bone marrow depression", "options": [{"label": "A", "text": "1,2,3,5", "correct": true}, {"label": "B", "text": "2,4,5", "correct": false}, {"label": "C", "text": "1,3,4,5", "correct": false}, {"label": "D", "text": "1,2,5", "correct": false}], "correct_answer": "A. 1,2,3,5", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68223231701947505/68223231701947505.m3u8"}, {"text": "Treatment of acute arsenic poisoning is?", "options": [{"label": "A", "text": "Dialysed iron", "correct": false}, {"label": "B", "text": "Ca EDTA", "correct": false}, {"label": "C", "text": "Dimercaprol", "correct": true}, {"label": "D", "text": "Desferoxamine", "correct": false}], "correct_answer": "C. Dimercaprol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57281231701947521/57281231701947521.m3u8"}, {"text": "The manifestations of organo-phosphorus poisoning are all except?", "options": [{"label": "A", "text": "Diuresis", "correct": false}, {"label": "B", "text": "Bradycardia", "correct": false}, {"label": "C", "text": "Mydriasis", "correct": true}, {"label": "D", "text": "Broncho-constriction", "correct": false}], "correct_answer": "C. Mydriasis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35948171701947670/35948171701947670.m3u8"}, {"text": "Which of the following is not the feature of cocaine intoxication?", "options": [{"label": "A", "text": "Tingling and numbness of hand and feet", "correct": false}, {"label": "B", "text": "Constricted pupil & Bradycardia", "correct": true}, {"label": "C", "text": "Hypertension", "correct": false}, {"label": "D", "text": "Hyperthermia", "correct": false}], "correct_answer": "B. Constricted pupil & Bradycardia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11206981701947683/11206981701947683.m3u8"}, {"text": "A patient comes to emergency with salivation , diarrhea, watery eyes & dysuria. What will be the first line of management?", "options": [{"label": "A", "text": "Calcium gluconate", "correct": false}, {"label": "B", "text": "Pralidoxime", "correct": false}, {"label": "C", "text": "Atropine", "correct": true}, {"label": "D", "text": "Obidoxime", "correct": false}], "correct_answer": "C. Atropine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55196411701947697/55196411701947697.m3u8"}, {"text": "Which poisoning will predominantly lead to hypertension?", "options": [{"label": "A", "text": "Cocaine", "correct": true}, {"label": "B", "text": "Acute alcohol intoxication", "correct": false}, {"label": "C", "text": "Some antidepressant", "correct": false}, {"label": "D", "text": "Organo-phosphorus poisoning", "correct": false}], "correct_answer": "A. Cocaine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31527321701947711/31527321701947711.m3u8"}, {"text": "Two friends after consuming alcohol, fought over a common girlfriend. One of them pushed the other on the floor and sat on his chest and closed his mouth and nostrils with his hand. This form of causing death is called as?", "options": [{"label": "A", "text": "Smothering", "correct": false}, {"label": "B", "text": "Burking", "correct": true}, {"label": "C", "text": "Overlaying", "correct": false}, {"label": "D", "text": "Suffocation", "correct": false}], "correct_answer": "B. Burking", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58054581701947730/58054581701947730.m3u8"}, {"text": "A body comes for autopsy with ligature mark on 1/3rd of the neck. On examination Rt eye is open left eye is closed with saliva dribbling from Rt angle of mouth. The cause of Rt side eye remaining open is?", "options": [{"label": "A", "text": "Compression on Rt carotid artery", "correct": false}, {"label": "B", "text": "Compression on Rt internal Jugular vein", "correct": false}, {"label": "C", "text": "Compression of Rt vagus nerve", "correct": false}, {"label": "D", "text": "Compression on cervical sympathetic chain", "correct": true}], "correct_answer": "D. Compression on cervical sympathetic chain", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35963071701947742/35963071701947742.m3u8"}, {"text": "A person is brought dead to casualty following an explosion. Multiple abrasions and lacerations are seen over his right chest region near nipple and left upper abdomen. These injuries are most likely due to?", "options": [{"label": "A", "text": "Flying missiles", "correct": true}, {"label": "B", "text": "Explosion burns", "correct": false}, {"label": "C", "text": "Air pressure changes due to blast", "correct": false}, {"label": "D", "text": "Collapse of building due to blast", "correct": false}], "correct_answer": "A. Flying missiles", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71041931701947755/71041931701947755.m3u8"}, {"text": "A patient is brought to OPD with injuries. A lacerated wound 3cmX 1cm X bone deep is noted on the scalp. Which of the following is the correct mechanism of the injury?", "options": [{"label": "A", "text": "Soft tissue crushed between hitting weapon and bone", "correct": true}, {"label": "B", "text": "Over stretching force", "correct": false}, {"label": "C", "text": "Shearing force", "correct": false}, {"label": "D", "text": "Hitting by semi-sharp object", "correct": false}], "correct_answer": "A. Soft tissue crushed between hitting weapon and bone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61277311701947771/61277311701947771.m3u8"}, {"text": "A person comes to OPD with injury to right thigh. O/E a soddened burn injury is noted along with erythema, blisters and line of demarcation which extends down the limb. Most likely cause ?", "options": [{"label": "A", "text": "Chemical burn", "correct": false}, {"label": "B", "text": "Moist burn", "correct": true}, {"label": "C", "text": "Dry heat", "correct": false}, {"label": "D", "text": "Electrical burn", "correct": false}], "correct_answer": "B. Moist burn", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64111841701947785/64111841701947785.m3u8"}, {"text": "A pelvis is brought for forensic examination. What characteristics will identify it as male pelvis? 1. Large obturator foramen 2. Large acetabulum 3. Large sacro-illiac joint surface 4. V- shaped sub-pubic angle 5. Prominent pre-auricular sulcus 6. Everted Ischial tuberosity 7. Wide and shallow greater sciatic notch", "options": [{"label": "A", "text": "1,2 & 4", "correct": true}, {"label": "B", "text": "2,3,4 & 5", "correct": false}, {"label": "C", "text": "1,2,3 & 4", "correct": false}, {"label": "D", "text": "5,6 & 7", "correct": false}], "correct_answer": "A. 1,2 & 4", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/30_1(43).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1254321701947799/1254321701947799.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-1, B-2, C-3, D-4, E-5", "correct": true}, {"label": "B", "text": "A-2, B-1, C-4, D-5, E-3", "correct": false}, {"label": "C", "text": "A-3, B-2, C-1, D-5, E-4", "correct": false}, {"label": "D", "text": "A-1, B-4, C-5, D-2, E-3", "correct": false}], "correct_answer": "A. A-1, B-2, C-3, D-4, E-5", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31(149).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23265191701947811/23265191701947811.m3u8"}, {"text": "A person working in dye industry presents with nausea, vomiting, conjunctivitis(?), dark bloody stools with pain in throat/mouth and abdomen. What is the most likely poisoning?", "options": [{"label": "A", "text": "Arsenic", "correct": true}, {"label": "B", "text": "Lead acetate", "correct": false}, {"label": "C", "text": "Thallium", "correct": false}, {"label": "D", "text": "KMnO4", "correct": false}], "correct_answer": "A. Arsenic", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(503).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4025861701947824/4025861701947824.m3u8"}, {"text": "Organo-phosphorus compounds act by inhibiting Ach-esterase enzyme by which mechanism?", "options": [{"label": "A", "text": "Competitive inhibition", "correct": false}, {"label": "B", "text": "Irreversible Competitive inhibition", "correct": true}, {"label": "C", "text": "Non- Competitive inhibition", "correct": false}, {"label": "D", "text": "Allosteric inhibition", "correct": false}], "correct_answer": "B. Irreversible Competitive inhibition", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45851451701947838/45851451701947838.m3u8"}, {"text": "Which of the following feature is associated with korsakoff’s psychosis?", "options": [{"label": "A", "text": "Global confusion", "correct": false}, {"label": "B", "text": "Ataxia", "correct": false}, {"label": "C", "text": "Amnesia", "correct": true}, {"label": "D", "text": "Peripheral neuropathy", "correct": false}], "correct_answer": "C. Amnesia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71542361701947853/71542361701947853.m3u8"}, {"text": "A 16-years-old girl comes to a doctor with fractured forearm. She told she tripped and fell but cigarette burns were observed on her forearm. What will be your next step?", "options": [{"label": "A", "text": "To inform higher authorities", "correct": false}, {"label": "B", "text": "To do a complete physical examination", "correct": true}, {"label": "C", "text": "To tell or discuss with colleagues that she is a case of abuse", "correct": false}, {"label": "D", "text": "To call local social worker for help", "correct": false}], "correct_answer": "B. To do a complete physical examination", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19476531701947879/19476531701947879.m3u8"}, {"text": "First-hand knowledge” refers to-", "options": [{"label": "A", "text": "Opinion of a doctor in court", "correct": false}, {"label": "B", "text": "Handwriting expert", "correct": false}, {"label": "C", "text": "Common witness", "correct": true}, {"label": "D", "text": "Fingerprint expert", "correct": false}], "correct_answer": "C. Common witness", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8042221701947989/8042221701947989.m3u8"}, {"text": "Choose the correct statement regarding the given image-", "options": [{"label": "A", "text": "Causes AV block", "correct": true}, {"label": "B", "text": "Neostigmine is the antidote", "correct": false}, {"label": "C", "text": "Only root is poisonous", "correct": false}, {"label": "D", "text": "First symptom is sweet taste", "correct": false}], "correct_answer": "A. Causes AV block", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(21).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67261401701948004/67261401701948004.m3u8"}, {"text": "Match the following columns-", "options": [{"label": "A", "text": "A-1 B-2 C-3 D-4", "correct": false}, {"label": "B", "text": "A-4 B-2 C-3 D-1", "correct": false}, {"label": "C", "text": "A-4 B-2 C-1 D-3", "correct": true}, {"label": "D", "text": "A-3 B-4 C-2 D-1", "correct": false}], "correct_answer": "C. A-4 B-2 C-1 D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1183).JPG"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23247541701948017/23247541701948017.m3u8"}, {"text": "Match the following columns-", "options": [{"label": "A", "text": "A-1 B-2 C-3 D-4", "correct": false}, {"label": "B", "text": "A-4 B-1 C-2 D-3", "correct": false}, {"label": "C", "text": "A-4 B-2 C-1 D-3", "correct": false}, {"label": "D", "text": "A-4 B-3 C-2 D-1", "correct": true}], "correct_answer": "D. A-4 B-3 C-2 D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture4(16).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29702741701948030/29702741701948030.m3u8"}, {"text": "Poisoning by which of these element causes blind staggers alkali disease in livestock?", "options": [{"label": "A", "text": "Magnesium", "correct": false}, {"label": "B", "text": "Manganese", "correct": false}, {"label": "C", "text": "Selenium", "correct": true}, {"label": "D", "text": "Molybdenum", "correct": false}], "correct_answer": "C. Selenium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27896011701948054/27896011701948054.m3u8"}, {"text": "All are true about Doctrine of borrowed servant except-", "options": [{"label": "A", "text": "Hospital administration is responsible for the actions of interns and trainees", "correct": false}, {"label": "B", "text": "A nurse assisting a surgery is a borrowed servant of the hospital", "correct": true}, {"label": "C", "text": "Doctor assisting a surgeon for fee in OT", "correct": false}, {"label": "D", "text": "Physician is responsible for the acts of the orderlies and nursing staff done by his orders", "correct": false}], "correct_answer": "B. A nurse assisting a surgery is a borrowed servant of the hospital", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70645531701948069/70645531701948069.m3u8"}, {"text": "Calculate the Age of fetus having CRL 23 cm, foot length 7 cm. Talus is present and testes are present at superficial inguinal ring?", "options": [{"label": "A", "text": "5 months", "correct": false}, {"label": "B", "text": "6 months", "correct": false}, {"label": "C", "text": "7 months", "correct": true}, {"label": "D", "text": "8 months", "correct": false}], "correct_answer": "C. 7 months", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1184).JPG"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49090231701948082/49090231701948082.m3u8"}, {"text": "All are the features present in male skull as compared to female skull except-", "options": [{"label": "A", "text": "Larger teeth", "correct": false}, {"label": "B", "text": "Larger foramen", "correct": false}, {"label": "C", "text": "Larger frontal sinuses", "correct": false}, {"label": "D", "text": "Larger parietal eminence", "correct": true}], "correct_answer": "D. Larger parietal eminence", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53592781701948094/53592781701948094.m3u8"}, {"text": "All of the following are features of female skull except", "options": [{"label": "A", "text": "Narrow mastoid tip", "correct": false}, {"label": "B", "text": "Prominent frontal and parietal bones", "correct": false}, {"label": "C", "text": "Heavy cheek bones", "correct": true}, {"label": "D", "text": "Round orbits", "correct": false}], "correct_answer": "C. Heavy cheek bones", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3210571701948106/3210571701948106.m3u8"}, {"text": "Most common route of absorbtion of lead in case of inorganic lead poisoning is", "options": [{"label": "A", "text": "Inhalational", "correct": true}, {"label": "B", "text": "Ingestion from contaminated hands", "correct": false}, {"label": "C", "text": "Food contamination", "correct": false}, {"label": "D", "text": "Skin absorbtion", "correct": false}], "correct_answer": "A. Inhalational", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/364401701948127/364401701948127.m3u8"}, {"text": "Barberio’s test detects", "options": [{"label": "A", "text": "Spermine", "correct": true}, {"label": "B", "text": "Choline", "correct": false}, {"label": "C", "text": "Fructose acid phosphatase", "correct": false}, {"label": "D", "text": "Creatinine Kinase", "correct": false}], "correct_answer": "A. Spermine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73639921701948142/73639921701948142.m3u8"}, {"text": "All of the following are causes of death in salt water drowning except", "options": [{"label": "A", "text": "Hemoconcentration", "correct": false}, {"label": "B", "text": "Hypernatremia", "correct": false}, {"label": "C", "text": "Cardiac anoxia", "correct": false}, {"label": "D", "text": "Hemodilution", "correct": true}], "correct_answer": "D. Hemodilution", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67567751701948155/67567751701948155.m3u8"}, {"text": "A murder suspect was under the police custody. He was put in prone position on a flat surface and his wrist and ankles were tied over the surface. What is this type of torture called?", "options": [{"label": "A", "text": "Hog tying", "correct": true}, {"label": "B", "text": "Arm bar", "correct": false}, {"label": "C", "text": "Chepuwa", "correct": false}, {"label": "D", "text": "Parrot perch", "correct": false}], "correct_answer": "A. Hog tying", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69456901701948177/69456901701948177.m3u8"}, {"text": "Match the following postmortem changes with the time of their appearances", "options": [{"label": "A", "text": "A-3, B-1, C-4, D-2", "correct": false}, {"label": "B", "text": "A-3, B-4, C-1, D-2", "correct": true}, {"label": "C", "text": "A-1, B-2, C-3, D-4", "correct": false}, {"label": "D", "text": "A-4, B-3, C-2, D-1", "correct": false}], "correct_answer": "B. A-3, B-4, C-1, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(852).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the given image", "options": [{"label": "A", "text": "Filigree burn", "correct": true}, {"label": "B", "text": "PM Lividity", "correct": false}, {"label": "C", "text": "Marbling", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "A. Filigree burn", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(504).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6506151701948202/6506151701948202.m3u8"}, {"text": "A 13-year-old girl has been brought to casualty department by her parents with an alleged history of sexual assault by a 22-year-old male. Parents refused for medical examination. What should be the doctor do in such situation? 1. Start treatment for STD and Pregnancy 2. Inform the police 3. Record refusal of consent 4. Take vaginal sample 5. Start medical examination", "options": [{"label": "A", "text": "1,2 and 3 are true", "correct": false}, {"label": "B", "text": "2,3 and 5 are true", "correct": false}, {"label": "C", "text": "1,4 and 5 are true", "correct": false}, {"label": "D", "text": "2 and 3 are true", "correct": true}], "correct_answer": "D. 2 and 3 are true", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13614751701948219/13614751701948219.m3u8"}, {"text": "Identify the condition shown in the image", "options": [{"label": "A", "text": "Postmortem lividity", "correct": false}, {"label": "B", "text": "Marbling", "correct": true}, {"label": "C", "text": "Filigree burns", "correct": false}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "B. Marbling", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(837).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12306901701948232/12306901701948232.m3u8"}, {"text": "Cause of death in freshwater drowning could be 1. Dilutional hyponatremia 2. Hemodilution 3. Decrease in K+ 4. Disruption of pulmonary surfactant 5. Arrythmiauld be", "options": [{"label": "A", "text": "1 and 2 are true", "correct": false}, {"label": "B", "text": "1,3 and 4 are true", "correct": false}, {"label": "C", "text": "3, 4 and 5 are true", "correct": false}, {"label": "D", "text": "1, 2, 4 and 5 are true", "correct": true}], "correct_answer": "D. 1, 2, 4 and 5 are true", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75143691701948244/75143691701948244.m3u8"}, {"text": "Match the following columns", "options": [{"label": "A", "text": "A-1 B-2 C-3 D-4", "correct": false}, {"label": "B", "text": "A-4 B-1 C-2 D-3", "correct": true}, {"label": "C", "text": "A-4 B-2 C-3 D-1", "correct": false}, {"label": "D", "text": "A-3 B-4 C-2 D-1", "correct": false}], "correct_answer": "B. A-4 B-1 C-2 D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(724).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72580761701948257/72580761701948257.m3u8"}, {"text": "Medial end of the clavicle is fused; all the parts of the body of the sternum are fused. The age of the individual is", "options": [{"label": "A", "text": "< 18 years", "correct": false}, {"label": "B", "text": "18-22 years", "correct": false}, {"label": "C", "text": "22-25 years", "correct": false}, {"label": "D", "text": "> 25 years", "correct": true}], "correct_answer": "D. > 25 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26216361701948270/26216361701948270.m3u8"}, {"text": "Match the following columns", "options": [{"label": "A", "text": "A-1 B-3 C-2 D-4", "correct": false}, {"label": "B", "text": "A-4 B-1 C-3 D-2", "correct": false}, {"label": "C", "text": "A-2 B-4 C-3 D-1", "correct": false}, {"label": "D", "text": "A-4 B-1 C-2 D-3", "correct": true}], "correct_answer": "D. A-4 B-1 C-2 D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(556).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73743391701948283/73743391701948283.m3u8"}, {"text": "What is the cause of this condition shown in the image", "options": [{"label": "A", "text": "Rifled firearm", "correct": false}, {"label": "B", "text": "Powder tattooing", "correct": false}, {"label": "C", "text": "Heated ice pick", "correct": false}, {"label": "D", "text": "Shotgun", "correct": true}], "correct_answer": "D. Shotgun", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(506).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/879191701948295/879191701948295.m3u8"}, {"text": "A 22 years old female was found dead in her house. The following are the images of the dead body on external and internal examination. What is the cause of death?", "options": [{"label": "A", "text": "Hanging", "correct": false}, {"label": "B", "text": "Strangulation", "correct": true}, {"label": "C", "text": "Drowning", "correct": false}, {"label": "D", "text": "Traumatic asphyxia", "correct": false}], "correct_answer": "B. Strangulation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(505).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76337081701948310/76337081701948310.m3u8"}, {"text": "What is true about bullet wipe?", "options": [{"label": "A", "text": "Blackening around the wound of entry", "correct": false}, {"label": "B", "text": "Derived from the residue from the barrel of the gun", "correct": true}, {"label": "C", "text": "Gutter fracture of the skull caused by a bullet", "correct": false}, {"label": "D", "text": "Tattooing around the wound of entry", "correct": false}], "correct_answer": "B. Derived from the residue from the barrel of the gun", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21818551701948322/21818551701948322.m3u8"}, {"text": "identify the plant", "options": [{"label": "A", "text": "Hyoscine", "correct": false}, {"label": "B", "text": "Cannabis", "correct": false}, {"label": "C", "text": "Datura", "correct": false}, {"label": "D", "text": "Erythroxylum coca", "correct": true}], "correct_answer": "D. Erythroxylum coca", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(838).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28843121701948334/28843121701948334.m3u8"}, {"text": "The postmortem change seen in the image below corresponds to which of the following", "options": [{"label": "A", "text": "Rigor mortis", "correct": false}, {"label": "B", "text": "Marbling", "correct": true}, {"label": "C", "text": "Algor mortis", "correct": false}, {"label": "D", "text": "Post mortem lividity", "correct": false}], "correct_answer": "B. Marbling", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(763).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26682241701948348/26682241701948348.m3u8"}, {"text": "Which of the following is correctly matched?", "options": [{"label": "A", "text": "Rokitansky’s - In situ", "correct": true}, {"label": "B", "text": "Virchow’s - En bloc", "correct": false}, {"label": "C", "text": "Ghon’s- En masse", "correct": false}, {"label": "D", "text": "Lettulle’s –Organ by organ", "correct": false}], "correct_answer": "A. Rokitansky’s - In situ", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60313871701948360/60313871701948360.m3u8"}, {"text": "An 11 years old girl was found to be quiet and shy in her classroom with intermittent crying since past few days. Later, the Principal has discovered that her uncle was touching her genitals inappropriately. The duty of the Principal is to", "options": [{"label": "A", "text": "Inform police", "correct": true}, {"label": "B", "text": "Inform magistrate", "correct": false}, {"label": "C", "text": "Inform Child welfare committee", "correct": false}, {"label": "D", "text": "Inform parents", "correct": false}], "correct_answer": "A. Inform police", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55115231701948373/55115231701948373.m3u8"}, {"text": "Sequentially arrange the following Clauses of 320IPC: 1. Destructionorpermanentimpairingof the powers of any member or joint. 2. Permanent disfiguration of the head or face 3. Emasculation 4. Fracture or dislocation of a bone or tooth", "options": [{"label": "A", "text": "1-2-4-3", "correct": false}, {"label": "B", "text": "3-2-1-4", "correct": false}, {"label": "C", "text": "3-1-2-4", "correct": true}, {"label": "D", "text": "1-4-2-3", "correct": false}], "correct_answer": "C. 3-1-2-4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify", "options": [{"label": "A", "text": "Rigor mortis", "correct": false}, {"label": "B", "text": "Algor mortis", "correct": false}, {"label": "C", "text": "Stiffening", "correct": false}, {"label": "D", "text": "Suggillation", "correct": true}], "correct_answer": "D. Suggillation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(764).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion: range of shot can be determined by the spread of pellets. Reason: shotgun cartridge contains pellets", "options": [{"label": "A", "text": "Both assertion and reason are correct and reason is correct explanation of assertion", "correct": false}, {"label": "B", "text": "Both assertion and reason are correct but reason is not a correct explanation of assertion", "correct": true}, {"label": "C", "text": "Assertion correct but reason wrong", "correct": false}, {"label": "D", "text": "Reason correct assertion wrong", "correct": false}, {"label": "E", "text": "Both assertion and reason are wrong", "correct": false}], "correct_answer": "B. Both assertion and reason are correct but reason is not a correct explanation of assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Paradoxical undressing cause of death occurs due to:", "options": [{"label": "A", "text": "Hypothermia", "correct": true}, {"label": "B", "text": "Dhaturapoisoning", "correct": false}, {"label": "C", "text": "Immersionsyndrome", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "A. Hypothermia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following poisons and tests", "options": [{"label": "A", "text": "1-e, 2-b,3-a,4-d", "correct": false}, {"label": "B", "text": "1-e, 2-c, 3-b,4-a", "correct": false}, {"label": "C", "text": "1-e,2-b,3-d,4-a", "correct": true}, {"label": "D", "text": "1-e, 2-c,3-b,4-d", "correct": false}], "correct_answer": "C. 1-e,2-b,3-d,4-a", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(557).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following drugs and antidotes.", "options": [{"label": "A", "text": "1-b,2-e,3-b,4-c", "correct": false}, {"label": "B", "text": "1-b,2-d,3-e,4-a", "correct": true}, {"label": "C", "text": "1-d,2-b,3-f,4-a", "correct": false}, {"label": "D", "text": "1-a,2-c,3-d,4-f", "correct": false}], "correct_answer": "B. 1-b,2-d,3-e,4-a", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(507).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Upto what time if a rape victim complaints, the examination is done?", "options": [{"label": "A", "text": "2 days", "correct": false}, {"label": "B", "text": "3 days", "correct": true}, {"label": "C", "text": "4 day", "correct": false}, {"label": "D", "text": "7 days", "correct": false}], "correct_answer": "B. 3 days", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30-year-old person presented to the OPD with the below finding. Which of the following conditions do you see them", "options": [{"label": "A", "text": "Chronic CuSO4 poisoning", "correct": false}, {"label": "B", "text": "Long term ingestion of arsenic water", "correct": true}, {"label": "C", "text": "Application of mercury ointment", "correct": false}, {"label": "D", "text": "Application of calotropis", "correct": false}], "correct_answer": "B. Long term ingestion of arsenic water", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(839).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "According to Indian medical council act, the hospital records must be returned within", "options": [{"label": "A", "text": "36 hours", "correct": false}, {"label": "B", "text": "48 hours", "correct": false}, {"label": "C", "text": "72 hours", "correct": true}, {"label": "D", "text": "7 days", "correct": false}], "correct_answer": "C. 72 hours", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the type of injury in the below image.", "options": [{"label": "A", "text": "Abrasion", "correct": true}, {"label": "B", "text": "Punctuate bleeding", "correct": false}, {"label": "C", "text": "Degloving injury", "correct": false}, {"label": "D", "text": "Laceration", "correct": false}], "correct_answer": "A. Abrasion", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(725).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Bullet fingerprinting, bullet is identified by?", "options": [{"label": "A", "text": "Primary character", "correct": false}, {"label": "B", "text": "Secondary marking", "correct": false}, {"label": "C", "text": "Range of firearm", "correct": false}, {"label": "D", "text": "Both primary and secondary markings", "correct": true}], "correct_answer": "D. Both primary and secondary markings", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Aggressive sexual assault in penetration in POSCO act are all except?", "options": [{"label": "A", "text": "By gang", "correct": false}, {"label": "B", "text": "By police", "correct": false}, {"label": "C", "text": "By threatening", "correct": true}, {"label": "D", "text": "In communal violence something", "correct": false}], "correct_answer": "C. By threatening", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the type of base of skull fracture in the below image", "options": [{"label": "A", "text": "Ring fracture", "correct": false}, {"label": "B", "text": "Hinge fracture", "correct": true}, {"label": "C", "text": "Diastatic fracture", "correct": false}, {"label": "D", "text": "Depressed fracture", "correct": false}], "correct_answer": "B. Hinge fracture", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(508).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "18 year old girl was brought to the OPD. On examination she had untorn hymen, flabby labia minora, labia majora separated, fourchette tear present and a roomy vaginal cavity is", "options": [{"label": "A", "text": "A true virgin", "correct": false}, {"label": "B", "text": "A false virgin", "correct": true}, {"label": "C", "text": "Pre menstrual stage", "correct": false}, {"label": "D", "text": "Sterile", "correct": false}], "correct_answer": "B. A false virgin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following does the below picture correspond to", "options": [{"label": "A", "text": "Suggilation", "correct": true}, {"label": "B", "text": "Tatooting", "correct": false}, {"label": "C", "text": "Bruise", "correct": false}, {"label": "D", "text": "Haemorrhage", "correct": false}], "correct_answer": "A. Suggilation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(469).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A female found dead in her bedroom, unlocked room. Investigations later showed her blood value of alcohol 350mg/dl. The image is as shown below. Your most probable diagnosis?", "options": [{"label": "A", "text": "Throttling", "correct": false}, {"label": "B", "text": "Cafe coronary", "correct": true}, {"label": "C", "text": "Smothering", "correct": false}, {"label": "D", "text": "Bandsola", "correct": false}], "correct_answer": "B. Cafe coronary", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(490).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Blackfoot disease is associated with which of the following poisons?", "options": [{"label": "A", "text": "Cadmium", "correct": false}, {"label": "B", "text": "Arsenic", "correct": true}, {"label": "C", "text": "Antimony", "correct": false}, {"label": "D", "text": "Bismuth", "correct": false}], "correct_answer": "B. Arsenic", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "16 year old rape victim comes to the casualty along with her mother. What is the first step to be taken", "options": [{"label": "A", "text": "Take detailed history from patient", "correct": true}, {"label": "B", "text": "Preserve clothes for examination", "correct": false}, {"label": "C", "text": "Take consent for genital examination", "correct": false}, {"label": "D", "text": "Examine the patient for injuries", "correct": false}], "correct_answer": "A. Take detailed history from patient", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Tactile hallucination of insects crawling on the skin caused by cocaine usage is called as?", "options": [{"label": "A", "text": "Fornication", "correct": true}, {"label": "B", "text": "Dipsomania", "correct": false}, {"label": "C", "text": "Narcolepsy", "correct": false}, {"label": "D", "text": "Erotomania", "correct": false}], "correct_answer": "A. Fornication", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "As per the guidelines of snakebite management, RIGHT approach is to be used. Which is not included in it?", "options": [{"label": "A", "text": "Re-assurance", "correct": false}, {"label": "B", "text": "Incision", "correct": true}, {"label": "C", "text": "Go to hospital", "correct": false}, {"label": "D", "text": "Tell the doctor your symptoms", "correct": false}], "correct_answer": "B. Incision", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A person was brought by the police and had alcohol smell coming from his airways with conjunctival redness. He was able to walk stably and had all motor functions normal. On examination, the opinion of the medical officer is-", "options": [{"label": "A", "text": "He did not consume alcohol", "correct": false}, {"label": "B", "text": "He consumed alcohol, but is not under the influence.", "correct": true}, {"label": "C", "text": "He consumed alcohol and is under its influence.", "correct": false}, {"label": "D", "text": "He consumed alcohol, is under its influence and is not a public nuisance", "correct": false}], "correct_answer": "B. He consumed alcohol, but is not under the influence.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A person with firearm injury has only abrasion collar present. Identify the range of the firearm.", "options": [{"label": "A", "text": "Close", "correct": false}, {"label": "B", "text": "Near", "correct": false}, {"label": "C", "text": "Contact", "correct": false}, {"label": "D", "text": "Distant", "correct": true}], "correct_answer": "D. Distant", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "During autopsy of a case of drowning, which of the following is not confirmative of antemortem findings-", "options": [{"label": "A", "text": "Washerwoman hands", "correct": true}, {"label": "B", "text": "Excessive frothing from nose and mouth", "correct": false}, {"label": "C", "text": "Cadaveric spasm in hand muscles", "correct": false}, {"label": "D", "text": "Positive diatoms test", "correct": false}], "correct_answer": "A. Washerwoman hands", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is incorrect in relation to postmortem findings?", "options": [{"label": "A", "text": "In case of drowning, postmortem staining is seen in limbs", "correct": true}, {"label": "B", "text": "Greenish discolouration can be seen in subhepatic space", "correct": false}, {"label": "C", "text": "Adipocere can be seen in drowning", "correct": false}, {"label": "D", "text": "Cadaveric spasm is seen in one group of muscles", "correct": false}], "correct_answer": "A. In case of drowning, postmortem staining is seen in limbs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A village kid got bit by something and started crying with burning sensation at the bite site. The child was brought to the hospital. His BP-150/90, HR was high, priapism, cold peripheries were present. What should be given next?", "options": [{"label": "A", "text": "Prazosin", "correct": true}, {"label": "B", "text": "Atropine", "correct": false}, {"label": "C", "text": "Adrenaline", "correct": false}, {"label": "D", "text": "Antisnake venom", "correct": false}], "correct_answer": "A. Prazosin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient in a coma is admitted in the ICU. He is given injection morphine. After he wakes from coma, he is again given morphine for pain relief. Since then, he presents with respiratory depression. Drug to be given must be-", "options": [{"label": "A", "text": "Naloxone", "correct": true}, {"label": "B", "text": "Buprenorphine", "correct": false}, {"label": "C", "text": "Atrophine", "correct": false}, {"label": "D", "text": "Pralidoxime", "correct": false}], "correct_answer": "A. Naloxone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A young male presents to casualty due to injuries sustained in road traffic accident with stable vitals. Which wound is not expected on examination?", "options": [{"label": "A", "text": "Multiple bruises", "correct": false}, {"label": "B", "text": "Graze abrasion", "correct": false}, {"label": "C", "text": "Chop wound", "correct": true}, {"label": "D", "text": "Laceration", "correct": false}], "correct_answer": "C. Chop wound", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Calculate the percentage of burns in a patient that presented to emergency with burns over whole anterior chest and abdomen, whole right upper limb and full circumference of right thigh", "options": [{"label": "A", "text": "27", "correct": false}, {"label": "B", "text": "36", "correct": true}, {"label": "C", "text": "45", "correct": false}, {"label": "D", "text": "53", "correct": false}], "correct_answer": "B. 36", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following poison and the site of their action", "options": [{"label": "A", "text": "A-3 B-1 C-4 D-2", "correct": true}, {"label": "B", "text": "A-2 B-3 C-4 D-2", "correct": false}, {"label": "C", "text": "A-3 B-1 C-2 D-4", "correct": false}, {"label": "D", "text": "A-1 B-2 C-3 D-4", "correct": false}], "correct_answer": "A. A-3 B-1 C-4 D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1427).JPG"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A Case of young male with suspected poisoning presents with pin point pupils. Which of the following is the suspected poison", "options": [{"label": "A", "text": "Opioid", "correct": true}, {"label": "B", "text": "Cocaine", "correct": false}, {"label": "C", "text": "Dhatura", "correct": false}, {"label": "D", "text": "OPC", "correct": false}], "correct_answer": "A. Opioid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are used for identification of a dead body except", "options": [{"label": "A", "text": "Muscle", "correct": false}, {"label": "B", "text": "Blood", "correct": false}, {"label": "C", "text": "Nail", "correct": true}, {"label": "D", "text": "Hair", "correct": false}], "correct_answer": "C. Nail", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In 18th century British East India company used to transport which substance of abuse from India to China", "options": [{"label": "A", "text": "Marijuana", "correct": false}, {"label": "B", "text": "Opium", "correct": true}, {"label": "C", "text": "Cocaine", "correct": false}, {"label": "D", "text": "Magic mushroom", "correct": false}], "correct_answer": "B. Opium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a gunshot case, blackening is noted surrounding a firearm entry wound. Blackening occurs mainly due to", "options": [{"label": "A", "text": "Heat fire effect", "correct": false}, {"label": "B", "text": "Muzzle of the firearm weapon", "correct": false}, {"label": "C", "text": "Unburnt gunpowder particles", "correct": false}, {"label": "D", "text": "Black smoke particles", "correct": true}], "correct_answer": "D. Black smoke particles", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cadaveric spasm seen in all except", "options": [{"label": "A", "text": "Suicidal firearm wounds", "correct": false}, {"label": "B", "text": "Traumatic asphyxia", "correct": true}, {"label": "C", "text": "Drowning", "correct": false}, {"label": "D", "text": "Electrocution", "correct": false}], "correct_answer": "B. Traumatic asphyxia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Autopsy was conducted on a male with history of drowning. However on autopsy, no water was found in his lungs and he was labelled as a case of dry drowning. What is the cause of death in this case.", "options": [{"label": "A", "text": "Asphyxia", "correct": false}, {"label": "B", "text": "Vagal inhibition", "correct": false}, {"label": "C", "text": "Laryngospasm", "correct": true}, {"label": "D", "text": "Ventricular fibrillation", "correct": false}], "correct_answer": "C. Laryngospasm", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not used in the chelation of heavy metals", "options": [{"label": "A", "text": "EDTA", "correct": false}, {"label": "B", "text": "BAL", "correct": false}, {"label": "C", "text": "Desferroxamine", "correct": false}, {"label": "D", "text": "Oximes", "correct": true}], "correct_answer": "D. Oximes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Grievous hurt under section 320 IPC includes all except", "options": [{"label": "A", "text": "Permanent privation of hearing", "correct": false}, {"label": "B", "text": "Fracture femur", "correct": false}, {"label": "C", "text": "7 days admission in hospital", "correct": true}, {"label": "D", "text": "Emasculation", "correct": false}], "correct_answer": "C. 7 days admission in hospital", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 13 year old girl and her mother comes with complaints of pain abdomen, 8 months amenorrhea. On examination UPT is positive. What will be the first step done by you as a medical officer", "options": [{"label": "A", "text": "Inform police", "correct": true}, {"label": "B", "text": "Start examining", "correct": false}, {"label": "C", "text": "Preserve clothing", "correct": false}, {"label": "D", "text": "Take consent from mother", "correct": false}], "correct_answer": "A. Inform police", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following (INICET MAY 24)", "options": [{"label": "A", "text": "A-1, B-3, C-2, D-4", "correct": false}, {"label": "B", "text": "A-4, B-3, C-2, D-1", "correct": true}, {"label": "C", "text": "A-1, B-2, C-4, D-3", "correct": false}, {"label": "D", "text": "A-1, B-2, C-3, D-4", "correct": false}], "correct_answer": "B. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(362).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68297881718884069/68297881718884069.m3u8"}, {"text": "Declaration of Oslo talks about:", "options": [{"label": "A", "text": "Therapeutic abortion", "correct": true}, {"label": "B", "text": "Torture", "correct": false}, {"label": "C", "text": "Human experimentation and clinical trials", "correct": false}, {"label": "D", "text": "Role of doctor in hunger strike", "correct": false}], "correct_answer": "A. Therapeutic abortion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35665121718884047/35665121718884047.m3u8"}, {"text": "During autopsy of fetal death case, which is the correct order of opening the cavities to ascertain whether the fetus was live born or not. A.Thorax B. Abdomen C. Cranium", "options": [{"label": "A", "text": "cab", "correct": false}, {"label": "B", "text": "bac", "correct": true}, {"label": "C", "text": "abc", "correct": false}, {"label": "D", "text": "cba", "correct": false}], "correct_answer": "B. bac", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36209691718884032/36209691718884032.m3u8"}, {"text": "A 40-year-old female consumed white colour rodenticide powder and presents with K+ levels as 2.5 meq. On examination irregular pulse present with muscle paralysis, ECG showed multiple ventricular ectopic. Suspected poison is:", "options": [{"label": "A", "text": "Aluminium phosphide", "correct": false}, {"label": "B", "text": "Zinc phosphide", "correct": false}, {"label": "C", "text": "Warfarin toxicity", "correct": false}, {"label": "D", "text": "Barium carbonate", "correct": true}], "correct_answer": "D. Barium carbonate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54894401718884015/54894401718884015.m3u8"}, {"text": "What is the antidote for cyanide toxicity A. Amyl nitrite B. Sodium nitrite C. Sodium thiosulfate D. Glyceryl trinitrite", "options": [{"label": "A", "text": "a,b", "correct": false}, {"label": "B", "text": "a,b,c", "correct": true}, {"label": "C", "text": "a,b,d", "correct": false}, {"label": "D", "text": "b,d", "correct": false}], "correct_answer": "B. a,b,c", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21367071718884000/21367071718884000.m3u8"}, {"text": "Which of the following is not associated with Korsakoff's psychosis?", "options": [{"label": "A", "text": "Confabulation", "correct": false}, {"label": "B", "text": "Polyneuropathy", "correct": false}, {"label": "C", "text": "Amnesia", "correct": false}, {"label": "D", "text": "Ophthalmoplegia", "correct": true}], "correct_answer": "D. Ophthalmoplegia", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(321).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60922061718883983/60922061718883983.m3u8"}, {"text": "A patient presents with paresthesia, tetany, muscle twitching, muscular cramps with urinary crystals as shown in the image. They are typical symptoms of poisoning with:", "options": [{"label": "A", "text": "Ethylene glycol", "correct": true}, {"label": "B", "text": "Methyl alcohol", "correct": false}, {"label": "C", "text": "Aconite", "correct": false}, {"label": "D", "text": "OP poisoning", "correct": false}], "correct_answer": "A. Ethylene glycol", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(281).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21591801718883964/21591801718883964.m3u8"}, {"text": "Marshall's triad of abrasion, bruise & punctate laceration is seen in which phase of bomb blast injury", "options": [{"label": "A", "text": "Primary", "correct": false}, {"label": "B", "text": "Secondary", "correct": true}, {"label": "C", "text": "Tertiary", "correct": false}, {"label": "D", "text": "Quaternary", "correct": false}], "correct_answer": "B. Secondary", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "This powder is used in treatment of which poisoning?", "options": [{"label": "A", "text": "Phosphorus", "correct": true}, {"label": "B", "text": "Arsenic", "correct": false}, {"label": "C", "text": "Mercury", "correct": false}, {"label": "D", "text": "Lead", "correct": false}], "correct_answer": "A. Phosphorus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(603).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following condition with the antidote", "options": [{"label": "A", "text": "A-i, B-ii, C-iii, D-iv", "correct": false}, {"label": "B", "text": "A-iv, B-i, C-ii, D-iii", "correct": true}, {"label": "C", "text": "A-ii, B-iii, C-iv, D-i", "correct": false}, {"label": "D", "text": "A-iii, B-iv, C-ii, D-i", "correct": false}], "correct_answer": "B. A-iv, B-i, C-ii, D-iii", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(454).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A boy who went to the school consumed some unknown substance & came to the emergency with pulmonary oedema, hypotension and on examination silver nitrate breath test is positive. what is the antidote?", "options": [{"label": "A", "text": "MgSO4", "correct": true}, {"label": "B", "text": "Prussian blue", "correct": false}, {"label": "C", "text": "BAL", "correct": false}, {"label": "D", "text": "Atropine", "correct": false}], "correct_answer": "A. MgSO4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is incorrect about heat exhaustion", "options": [{"label": "A", "text": "Loss of thermoregulatory mechanism", "correct": true}, {"label": "B", "text": "Orthostatic hypotension is seen", "correct": false}, {"label": "C", "text": "Altered consciousness is not seen", "correct": false}, {"label": "D", "text": "Core body temperature is < 1050C", "correct": false}], "correct_answer": "A. Loss of thermoregulatory mechanism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Methylene blue used as antidote fo?", "options": [{"label": "A", "text": "Phosphorus", "correct": false}, {"label": "B", "text": "Aluminum phosphide", "correct": false}, {"label": "C", "text": "Mercury", "correct": false}, {"label": "D", "text": "Nitrites", "correct": true}], "correct_answer": "D. Nitrites", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which does not inhibit Cytochrome C oxidase?", "options": [{"label": "A", "text": "Cyanide", "correct": false}, {"label": "B", "text": "H2S", "correct": false}, {"label": "C", "text": "Nitrous oxide", "correct": true}, {"label": "D", "text": "Carbon Monoxide", "correct": false}], "correct_answer": "C. Nitrous oxide", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(67).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not Grievous hurt as per Section 116 BNS?", "options": [{"label": "A", "text": "Fracture of dislocation of bone or tooth", "correct": false}, {"label": "B", "text": "Severe body pain for 5 days", "correct": true}, {"label": "C", "text": "Emasculation", "correct": false}, {"label": "D", "text": "Permanent privation of sight of either eye", "correct": false}], "correct_answer": "B. Severe body pain for 5 days", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In India, the minimum legal age for consent as per Medical Termination of Pregnancy Act is", "options": [{"label": "A", "text": "16 years", "correct": false}, {"label": "B", "text": "18 years", "correct": true}, {"label": "C", "text": "20 years", "correct": false}, {"label": "D", "text": "24 years", "correct": false}], "correct_answer": "B. 18 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A girl 18-year-old, is brought to casualty, with alleged history of sexual assault. The girl’s mother claims that the girl below 18 years old. Which X-ray shall be taken to prove the age of the girl.?", "options": [{"label": "A", "text": "Medial end of clavicle and wrist joint", "correct": true}, {"label": "B", "text": "Ischial tuberosity, lower end of humerus", "correct": false}, {"label": "C", "text": "Medial end of clavicle and sternum", "correct": false}, {"label": "D", "text": "Medial end of clavicle and skull", "correct": false}], "correct_answer": "A. Medial end of clavicle and wrist joint", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a suspected case of poisoning, gastric lavage fluid combined with silver nitrate solution gives rise of black color ?", "options": [{"label": "A", "text": "Alphos poisoning", "correct": true}, {"label": "B", "text": "Organophosphorous poisoning", "correct": false}, {"label": "C", "text": "Opium poisoning", "correct": false}, {"label": "D", "text": "Cocaine poisoning", "correct": false}], "correct_answer": "A. Alphos poisoning", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following", "options": [{"label": "A", "text": "A ii, B iii, C v, D iv, E i", "correct": false}, {"label": "B", "text": "A iii, B i, C iv, D v, E ii", "correct": false}, {"label": "C", "text": "A iii, B ii, C iv, D v, E i", "correct": true}, {"label": "D", "text": "A i, B iii, C iv, D ii, E v", "correct": false}], "correct_answer": "C. A iii, B ii, C iv, D v, E i", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%201.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "One of the following is not seen in a worker who is working in a thermometer manufacturing company", "options": [{"label": "A", "text": "Mad hatters shakes", "correct": false}, {"label": "B", "text": "Mee’s lines", "correct": true}, {"label": "C", "text": "Burtonian lines", "correct": false}, {"label": "D", "text": "Peripheral Neuropathy", "correct": false}], "correct_answer": "B. Mee’s lines", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Medical data security in India is covered under which law ?", "options": [{"label": "A", "text": "HIPPA", "correct": false}, {"label": "B", "text": "DPDP", "correct": true}, {"label": "C", "text": "PC-PNDT", "correct": false}, {"label": "D", "text": "THOTA", "correct": false}], "correct_answer": "B. DPDP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mechanism of cyanide and Carbon monoxide is inhibition of", "options": [{"label": "A", "text": "NADH dehydrogenase", "correct": false}, {"label": "B", "text": "Succinate dehydrogenase", "correct": false}, {"label": "C", "text": "Cytochrome c oxidoreductase", "correct": false}, {"label": "D", "text": "Cytochrome c oxidase", "correct": true}], "correct_answer": "D. Cytochrome c oxidase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Calculate the surface of burn injuries in below case of accidental burns while cooking involving front of chest, both upper limbs, face and eyebrows.", "options": [{"label": "A", "text": "27-33 %", "correct": true}, {"label": "B", "text": "33 -37 %", "correct": false}, {"label": "C", "text": "38 -42 %", "correct": false}, {"label": "D", "text": "45 – 48 %", "correct": false}], "correct_answer": "A. 27-33 %", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Triad of punctate laceration, bruise and abrasion is seen in ?", "options": [{"label": "A", "text": "Bomb Blast injuries", "correct": true}, {"label": "B", "text": "Fall from height", "correct": false}, {"label": "C", "text": "Firearm injuries", "correct": false}, {"label": "D", "text": "Road traffic accidents", "correct": false}], "correct_answer": "A. Bomb Blast injuries", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the dental charting system", "options": [{"label": "A", "text": "Haderup", "correct": false}, {"label": "B", "text": "Palmer notation", "correct": true}, {"label": "C", "text": "Universal", "correct": false}, {"label": "D", "text": "FDI Notation", "correct": false}], "correct_answer": "B. Palmer notation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%202(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "One of the following statements about venom is incorrect", "options": [{"label": "A", "text": "Common cobra - Neurotoxic", "correct": false}, {"label": "B", "text": "Common Krait - Neurotoxic", "correct": false}, {"label": "C", "text": "Elapidae - Myotoxic", "correct": true}, {"label": "D", "text": "Viperidae - hemotoxic", "correct": false}], "correct_answer": "C. Elapidae - Myotoxic", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Opinion of two doctors are required for MTP till gestational period of", "options": [{"label": "A", "text": "16-20 weeks", "correct": false}, {"label": "B", "text": "< 16 weeks", "correct": false}, {"label": "C", "text": "20 – 24 weeks", "correct": true}, {"label": "D", "text": "24 – 28 weeks", "correct": false}], "correct_answer": "C. 20 – 24 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 149 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Gynaecology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 133</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 133 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "All are LARC except", "options": [{"label": "A", "text": "Implants", "correct": false}, {"label": "B", "text": "IUD", "correct": false}, {"label": "C", "text": "Tubal ligation", "correct": true}, {"label": "D", "text": "Injectable contraception", "correct": false}], "correct_answer": "C. Tubal ligation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22825871704788437/22825871704788437.m3u8"}, {"text": "A girl presented with amenorrhea. Which of the following will be classified as primary amenorrhea", "options": [{"label": "A", "text": "14 year old with tanner stage 1 breast", "correct": true}, {"label": "B", "text": "13 year old with tanner stage 5 breast development", "correct": false}, {"label": "C", "text": "12 year old with tanner stage 4 breast development", "correct": false}, {"label": "D", "text": "11 year old with tanner stage 1 breast", "correct": false}], "correct_answer": "A. 14 year old with tanner stage 1 breast", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5776471704788449/5776471704788449.m3u8"}, {"text": "Cancer caused by DES", "options": [{"label": "A", "text": "Sarcoma botryoides", "correct": false}, {"label": "B", "text": "Squamous cell cancer of vagina", "correct": false}, {"label": "C", "text": "Pagets disease of vagina", "correct": false}, {"label": "D", "text": "Clear cell cancer vagina", "correct": true}], "correct_answer": "D. Clear cell cancer vagina", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3348391704788462/3348391704788462.m3u8"}, {"text": "Sequence of steps in D&C A. Assess uterus direction and size B. Uterine sound C. Serial dilatation D. Curettage", "options": [{"label": "A", "text": "A, B, C, D", "correct": true}, {"label": "B", "text": "B, A, C, D", "correct": false}, {"label": "C", "text": "B, C, A, D", "correct": false}, {"label": "D", "text": "C, D, A, B", "correct": false}], "correct_answer": "A. A, B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10132641704788495/10132641704788495.m3u8"}, {"text": "Which part of HPV virus is sued to make the vaccine", "options": [{"label": "A", "text": "E6", "correct": false}, {"label": "B", "text": "E7", "correct": false}, {"label": "C", "text": "L1", "correct": true}, {"label": "D", "text": "E1", "correct": false}], "correct_answer": "C. L1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36642791704788555/36642791704788555.m3u8"}, {"text": "Vulval cancer most common in age group", "options": [{"label": "A", "text": "65-85", "correct": true}, {"label": "B", "text": "35-55", "correct": false}, {"label": "C", "text": "Below 18", "correct": false}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "A. 65-85", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78350251704788570/78350251704788570.m3u8"}, {"text": "All are risk factors for vulvar cancer except", "options": [{"label": "A", "text": "Vulvar dystrophy", "correct": false}, {"label": "B", "text": "Smoking", "correct": false}, {"label": "C", "text": "Vulvar hamartoma", "correct": true}, {"label": "D", "text": "HPV", "correct": false}], "correct_answer": "C. Vulvar hamartoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53002751704788584/53002751704788584.m3u8"}, {"text": "All are additional benefits of oral contraceptives except", "options": [{"label": "A", "text": "HIV and std", "correct": true}, {"label": "B", "text": "Endometrial cancer", "correct": false}, {"label": "C", "text": "Ovarian cancer", "correct": false}, {"label": "D", "text": "Ectopic pregnancy", "correct": false}], "correct_answer": "A. HIV and std", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53949941704788682/53949941704788682.m3u8"}, {"text": "Identify type of ovarian tumour", "options": [{"label": "A", "text": "Immature teratoma", "correct": false}, {"label": "B", "text": "Mature teratoma", "correct": true}, {"label": "C", "text": "Serous cystadenoma", "correct": false}, {"label": "D", "text": "Mucionpus cystadenoma", "correct": false}], "correct_answer": "B. Mature teratoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21(244).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65994061704788772/65994061704788772.m3u8"}, {"text": "Webbed neck, amenorrhea, normal intelligence streak ovaries", "options": [{"label": "A", "text": "Turner syndrome", "correct": true}, {"label": "B", "text": "MRKH", "correct": false}, {"label": "C", "text": "AIS", "correct": false}, {"label": "D", "text": "Kallmann syndrome", "correct": false}], "correct_answer": "A. Turner syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77584301704788822/77584301704788822.m3u8"}, {"text": "What is the diagnosi", "options": [{"label": "A", "text": "Angioma of vulva", "correct": false}, {"label": "B", "text": "Lichen planus", "correct": false}, {"label": "C", "text": "Lichen sclerosis", "correct": true}], "correct_answer": "C. Lichen sclerosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(216).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71482001704788838/71482001704788838.m3u8"}, {"text": "All the following are risk factors for uterine dysfunction except", "options": [{"label": "A", "text": "Multiparity", "correct": true}, {"label": "B", "text": "High station at onset of labour", "correct": false}, {"label": "C", "text": "Chorioamnionitis", "correct": false}, {"label": "D", "text": "Epidural analgesia", "correct": false}], "correct_answer": "A. Multiparity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76786211704788968/76786211704788968.m3u8"}, {"text": "Regarding Ovarian cancer recurrence", "options": [{"label": "A", "text": "If recurs in >6 months then platinum sensitive", "correct": false}, {"label": "B", "text": "If recurs between 6-12 months then partially sensitive", "correct": false}, {"label": "C", "text": ">12 month sensitive relapse", "correct": false}, {"label": "D", "text": "All the above", "correct": true}], "correct_answer": "D. All the above", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75763101704789012/75763101704789012.m3u8"}, {"text": "On investing for infertility the mal partner was found to have hypogonadotropic hypogonadism: How many of the following are associated with this condition? A. Azoospermia/severe oligospermia B. Low LH, low FSH C. Low LH, high FSH D. Low testosterone E. Low prolactin level", "options": [{"label": "A", "text": "A, B and D", "correct": true}, {"label": "B", "text": "A, C and E", "correct": false}, {"label": "C", "text": "A, D and E", "correct": false}, {"label": "D", "text": "B, C and D", "correct": false}], "correct_answer": "A. A, B and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48253341704789025/48253341704789025.m3u8"}, {"text": "Which of the following is more commonly associated with Kallmans syndrome?", "options": [{"label": "A", "text": "Syndactyly in males", "correct": false}, {"label": "B", "text": "Anosmia", "correct": true}, {"label": "C", "text": "Precocious puberty in females", "correct": false}, {"label": "D", "text": "White forelock", "correct": false}], "correct_answer": "B. Anosmia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24431461704789072/24431461704789072.m3u8"}, {"text": "High risk hpv does not cause", "options": [{"label": "A", "text": "Anal carcinoma", "correct": false}, {"label": "B", "text": "Cervical carcinoma", "correct": false}, {"label": "C", "text": "Laryngeal papilomatosis", "correct": true}, {"label": "D", "text": "Oral carcinoma", "correct": false}], "correct_answer": "C. Laryngeal papilomatosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48522271704789117/48522271704789117.m3u8"}, {"text": "By giving 5 alpha reductase inhibtiors. Mark correct options", "options": [{"label": "A", "text": "Lh fsh will reduce", "correct": true}, {"label": "B", "text": "Lh reduce fsh high", "correct": false}, {"label": "C", "text": "Testosterone reduce", "correct": false}, {"label": "D", "text": "Prolactoin high", "correct": false}], "correct_answer": "A. Lh fsh will reduce", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17858921704789131/17858921704789131.m3u8"}, {"text": "HPV dosing for women less than 15 Years age group according to WHO, SAGE?", "options": [{"label": "A", "text": "1 or 2 doses", "correct": true}, {"label": "B", "text": "2 doses", "correct": false}, {"label": "C", "text": "2 or 3 doses", "correct": false}, {"label": "D", "text": "3 doses", "correct": false}], "correct_answer": "A. 1 or 2 doses", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21202171704789268/21202171704789268.m3u8"}, {"text": "37-year-old unmarried female, whose mother had breast CA at 50 years of age and sister had cancer at 40 years of age, comes for regular checkup. She is sexually active and taking OCPs for contraception. What will you advise as next step ?", "options": [{"label": "A", "text": "Stop taking OCP", "correct": false}, {"label": "B", "text": "Do mammography", "correct": false}, {"label": "C", "text": "Genetic counseling for BRCA testing", "correct": true}, {"label": "D", "text": "Immediate mastectomy", "correct": false}], "correct_answer": "C. Genetic counseling for BRCA testing", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8735031704789283/8735031704789283.m3u8"}, {"text": "Which of these is not long acting reversible contraception", "options": [{"label": "A", "text": "Implanon", "correct": false}, {"label": "B", "text": "Lng iud", "correct": false}, {"label": "C", "text": "Copper iud", "correct": false}, {"label": "D", "text": "Lap tubal ligation", "correct": true}], "correct_answer": "D. Lap tubal ligation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7453951704789411/7453951704789411.m3u8"}, {"text": "70 year old postmenopausal woman with bleeding she is nondiabetic and non hypertensive what is the next best step in her evaluation", "options": [{"label": "A", "text": "Endometrial sampling", "correct": true}, {"label": "B", "text": "VIA", "correct": false}, {"label": "C", "text": "PAP smear", "correct": false}, {"label": "D", "text": "Colposcopy", "correct": false}], "correct_answer": "A. Endometrial sampling", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26125801704789427/26125801704789427.m3u8"}, {"text": "Ashermans syndrome is most commonly associated with", "options": [{"label": "A", "text": "Hypomenorrhea", "correct": true}, {"label": "B", "text": "Oligomenorrhea", "correct": false}, {"label": "C", "text": "Dysmenorrhea", "correct": false}, {"label": "D", "text": "Menorrhagia", "correct": false}], "correct_answer": "A. Hypomenorrhea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62991431704789444/62991431704789444.m3u8"}, {"text": "Identify", "options": [{"label": "A", "text": "Cusco speculum", "correct": true}, {"label": "B", "text": "Sims speculum", "correct": false}], "correct_answer": "A. Cusco speculum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/35(149).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6639291704789490/6639291704789490.m3u8"}, {"text": "19 year old girl brought by mother as she has not attained menarche. Breast and pubic hair present, blind vagina and absent uterus", "options": [{"label": "A", "text": "Mullerian agenesis", "correct": true}, {"label": "B", "text": "AIS", "correct": false}, {"label": "C", "text": "Kallmann syndrome", "correct": false}, {"label": "D", "text": "Turner Syndrome", "correct": false}], "correct_answer": "A. Mullerian agenesis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63597811704789529/63597811704789529.m3u8"}, {"text": "Greenish discharge with pruritus with strawberry cervix Treatment", "options": [{"label": "A", "text": "Fluconazole", "correct": false}, {"label": "B", "text": "Metronidazole", "correct": true}, {"label": "C", "text": "Cefixime", "correct": false}, {"label": "D", "text": "Azithromycin", "correct": false}], "correct_answer": "B. Metronidazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34983601704789543/34983601704789543.m3u8"}, {"text": "Case of discharge with itching PAP smear image given. Diagnosis", "options": [{"label": "A", "text": "Bacterial vaginosis", "correct": false}, {"label": "B", "text": "Trichomonas vaginalis", "correct": true}, {"label": "C", "text": "Candidates", "correct": false}, {"label": "D", "text": "Physiological", "correct": false}], "correct_answer": "B. Trichomonas vaginalis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(352).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73019911704789557/73019911704789557.m3u8"}, {"text": "Clear cell carcinoma belongs to which class of ovarian tumour", "options": [{"label": "A", "text": "Epithelial", "correct": true}, {"label": "B", "text": "Germ cell", "correct": false}, {"label": "C", "text": "Sexcord", "correct": false}, {"label": "D", "text": "Mixed", "correct": false}], "correct_answer": "A. Epithelial", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23326201704789573/23326201704789573.m3u8"}, {"text": "A 17 year old girl with increased facial hair, her ovaries are bulky 30ml and 40 ml. First line in management are: A. Weight reduction B. OCP C. Spironolactone D. Laparoscopic ovarian drilling", "options": [{"label": "A", "text": "B, C, D", "correct": false}, {"label": "B", "text": "A, B, D", "correct": false}, {"label": "C", "text": "A. B, C", "correct": true}, {"label": "D", "text": "A, D, C", "correct": false}], "correct_answer": "C. A. B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63127001704789589/63127001704789589.m3u8"}, {"text": "Match tumour marker", "options": [{"label": "A", "text": "A-3 B-1 C-2 D-5 E-4", "correct": true}, {"label": "B", "text": "A-1 B-3 C-2 D-5 E-4", "correct": false}, {"label": "C", "text": "A-3 B-5 C-2 D-1 E-4", "correct": false}, {"label": "D", "text": "A-3 B-4 C-2 D-5 E-1", "correct": false}], "correct_answer": "A. A-3 B-1 C-2 D-5 E-4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(275).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4662821704789640/4662821704789640.m3u8"}, {"text": "Not true about clomiphene citrate", "options": [{"label": "A", "text": "Causes endometrial thinning", "correct": false}, {"label": "B", "text": "Cause monofollicular development", "correct": true}, {"label": "C", "text": "Inhibits negative feedback on GnRH", "correct": false}, {"label": "D", "text": "Can be used with gonadotropin", "correct": false}], "correct_answer": "B. Cause monofollicular development", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42722521704789653/42722521704789653.m3u8"}, {"text": "A couple comes for evaluation of infertility. The HSG was normal but semen analysis revealed azoospermia. What is next step to differentiate between testicular failure and vas obstruction?", "options": [{"label": "A", "text": "Serum LH", "correct": false}, {"label": "B", "text": "Serum FSH", "correct": true}, {"label": "C", "text": "Testosterone", "correct": false}, {"label": "D", "text": "Testicular FNAC", "correct": false}], "correct_answer": "B. Serum FSH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4661881704789669/4661881704789669.m3u8"}, {"text": "26 year old woman with 2 living children with complaints of pain lower abdomen has a 5cm clear ovarian cyst. What is the next step?", "options": [{"label": "A", "text": "CA125", "correct": false}, {"label": "B", "text": "Excision", "correct": false}, {"label": "C", "text": "Review after 2 months", "correct": true}, {"label": "D", "text": "CT scan", "correct": false}], "correct_answer": "C. Review after 2 months", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49868191704799820/49868191704799820.m3u8"}, {"text": "Symptoms of endometriosis (multiple correct type) A. Dysmenorrhea B. Infertility C. Irregular bleeding D. Vaginal discharge", "options": [{"label": "A", "text": "A and B", "correct": true}, {"label": "B", "text": "C and D", "correct": false}, {"label": "C", "text": "B and D", "correct": false}, {"label": "D", "text": "A and C", "correct": false}], "correct_answer": "A. A and B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77835561704799834/77835561704799834.m3u8"}, {"text": "Unicornuate uterus which investigation will help in diagnosis (multiple correct) A. HSG B. X ray C. Laparoscopy D. Falloscopy", "options": [{"label": "A", "text": "A and C", "correct": true}, {"label": "B", "text": "B and D", "correct": false}, {"label": "C", "text": "A and D", "correct": false}, {"label": "D", "text": "C and D", "correct": false}], "correct_answer": "A. A and C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47706941704799849/47706941704799849.m3u8"}, {"text": "Fixative used in PAP smear", "options": [{"label": "A", "text": "Formalin", "correct": false}, {"label": "B", "text": "Normal saline", "correct": false}, {"label": "C", "text": "Air drying", "correct": false}, {"label": "D", "text": "Ethyl alcohol", "correct": true}], "correct_answer": "D. Ethyl alcohol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38228891704799863/38228891704799863.m3u8"}, {"text": "Image of vulval pathology:", "options": [{"label": "A", "text": "Hematoma", "correct": false}, {"label": "B", "text": "Vulval cancer", "correct": true}, {"label": "C", "text": "Condylomata", "correct": false}, {"label": "D", "text": "Bartholins cyst", "correct": false}], "correct_answer": "B. Vulval cancer", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-19%20at%208_11_15%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32786951704799881/32786951704799881.m3u8"}, {"text": "Match the karyotype", "options": [{"label": "A", "text": "A-1, B-3, C-2, D-4", "correct": true}, {"label": "B", "text": "A-2, B-1, C-3, D-4", "correct": false}, {"label": "C", "text": "A-4, B-1, C-2, D-3", "correct": false}, {"label": "D", "text": "A-3, B-4, C-2, D-1", "correct": false}], "correct_answer": "A. A-1, B-3, C-2, D-4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(524).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43179571704799893/43179571704799893.m3u8"}, {"text": "Image of uterocervical prolapse as diagnosis (spotter)", "options": [{"label": "A", "text": "Cervicouterine prolapse", "correct": true}, {"label": "B", "text": "Inversion", "correct": false}, {"label": "C", "text": "Fibroid", "correct": false}, {"label": "D", "text": "Polyp", "correct": false}], "correct_answer": "A. Cervicouterine prolapse", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(521).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65358651704799906/65358651704799906.m3u8"}, {"text": "Morphology criteria for semen analysis", "options": [{"label": "A", "text": "10%", "correct": false}, {"label": "B", "text": "15%", "correct": false}, {"label": "C", "text": "4%", "correct": true}, {"label": "D", "text": "40%", "correct": false}], "correct_answer": "C. 4%", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77430941704799930/77430941704799930.m3u8"}, {"text": "Match The Hormone Levels", "options": [{"label": "A", "text": "A-2, B-3, C-4, D-1", "correct": true}, {"label": "B", "text": "A-1, B-2, C-4, D-3", "correct": false}, {"label": "C", "text": "A-4, B-1, C-3, D-2", "correct": false}, {"label": "D", "text": "A-1, B-3, C-2, D-4", "correct": false}], "correct_answer": "A. A-2, B-3, C-4, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(386).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74747761704799967/74747761704799967.m3u8"}, {"text": "5 alpha reductase deficiency", "options": [{"label": "A", "text": "Female Pseudohermaphrodite", "correct": false}, {"label": "B", "text": "Male Pseudohermaphrodite", "correct": true}, {"label": "C", "text": "True Hermaphrodite", "correct": false}, {"label": "D", "text": "Concealed Sex", "correct": false}], "correct_answer": "B. Male Pseudohermaphrodite", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32455921704799997/32455921704799997.m3u8"}, {"text": "Steps of taking PAP smear A. Vaginal retractor B. Scrape ectocervix C. Making thin smear D. Fxation", "options": [{"label": "A", "text": "A, B, C, D", "correct": true}, {"label": "B", "text": "B, C, A, D", "correct": false}, {"label": "C", "text": "C, A, D, B", "correct": false}, {"label": "D", "text": "D, B, C, A", "correct": false}], "correct_answer": "A. A, B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35946461704800034/35946461704800034.m3u8"}, {"text": "Which Is Not Used In A Woman With PCOS With Hirsutism And Infertility", "options": [{"label": "A", "text": "OCP", "correct": true}, {"label": "B", "text": "Metformin", "correct": false}, {"label": "C", "text": "Clomiphene", "correct": false}, {"label": "D", "text": "Tamoxifen", "correct": false}], "correct_answer": "A. OCP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9421271704800049/9421271704800049.m3u8"}, {"text": "Klinefelter syndrome karyotype what is seen", "options": [{"label": "A", "text": "Webbed Neck", "correct": false}, {"label": "B", "text": "Polydactyly", "correct": false}, {"label": "C", "text": "Gynaecomastia And Long Arms", "correct": true}], "correct_answer": "C. Gynaecomastia And Long Arms", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44460951704800062/44460951704800062.m3u8"}, {"text": "Match STD Kits", "options": [{"label": "A", "text": "A-1, B-3, C-2, D-4", "correct": false}, {"label": "B", "text": "A-2, B-1, C-3, D-4", "correct": false}, {"label": "C", "text": "A-4, B-1, C-2, D-3", "correct": false}, {"label": "D", "text": "A-3, B-4, C-1, D-2", "correct": true}], "correct_answer": "D. A-3, B-4, C-1, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21(246).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21_1(72).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68010541704800072/68010541704800072.m3u8"}, {"text": "HPV inhibits Rb gene acting through which of these", "options": [{"label": "A", "text": "E6", "correct": false}, {"label": "B", "text": "E7", "correct": true}, {"label": "C", "text": "E1", "correct": false}, {"label": "D", "text": "E2", "correct": false}], "correct_answer": "B. E7", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39078741704800124/39078741704800124.m3u8"}, {"text": "Recombinant HPV vaccine is made from", "options": [{"label": "A", "text": "E1, E2", "correct": false}, {"label": "B", "text": "E6, E7", "correct": false}, {"label": "C", "text": "L1", "correct": true}, {"label": "D", "text": "L2", "correct": false}], "correct_answer": "C. L1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62919601704800166/62919601704800166.m3u8"}, {"text": "A patient of recurrent trichomoniasis is asked to undergo PAP smear. What is the importance of doing PAP smear", "options": [{"label": "A", "text": "Diagnosis of cervical cancer", "correct": false}, {"label": "B", "text": "Screening of cervical cancer", "correct": true}, {"label": "C", "text": "Diagnosis of trichomoniasis", "correct": false}, {"label": "D", "text": "Screening of other cancer of female genital tract", "correct": false}], "correct_answer": "B. Screening of cervical cancer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15074251704800188/15074251704800188.m3u8"}, {"text": "Which of the following is not a mechanism of action of OCPs", "options": [{"label": "A", "text": "Suppression of ovulation", "correct": false}, {"label": "B", "text": "Cervical mucus thickening", "correct": false}, {"label": "C", "text": "Prevents implantation", "correct": false}, {"label": "D", "text": "Increases gonadotropins", "correct": true}], "correct_answer": "D. Increases gonadotropins", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36003631704800308/36003631704800308.m3u8"}, {"text": "50 year old lady presents with abnormal uterine bleeding for 2 months. What is the next step in management", "options": [{"label": "A", "text": "Progesterone", "correct": false}, {"label": "B", "text": "Hysterectomy", "correct": false}, {"label": "C", "text": "Endometrial aspiration cytology/endometrial biopsy", "correct": true}, {"label": "D", "text": "LNG IUD", "correct": false}], "correct_answer": "C. Endometrial aspiration cytology/endometrial biopsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/82261704800353/82261704800353.m3u8"}, {"text": "A 30 year old female was diagnosed with unilateral breast cancer, she was put on tamoxifen. Risk of which of the following will be increased", "options": [{"label": "A", "text": "Increased risk of ovarian cancer", "correct": false}, {"label": "B", "text": "Increased risk of endometrial cancer", "correct": true}, {"label": "C", "text": "CML", "correct": false}], "correct_answer": "B. Increased risk of endometrial cancer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2913371704800364/2913371704800364.m3u8"}, {"text": "Which of the following is done for cervical cancer screening", "options": [{"label": "A", "text": "< 21 years", "correct": false}, {"label": "B", "text": "> 30 years every 5 yearly", "correct": false}, {"label": "C", "text": "21-65 years", "correct": true}, {"label": "D", "text": "> 65 years", "correct": false}], "correct_answer": "C. 21-65 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16017841704800376/16017841704800376.m3u8"}, {"text": "38 year old lady presented to gynae OPD with cytology report showing HSIL , next step will be", "options": [{"label": "A", "text": "Repeat PAPS", "correct": false}, {"label": "B", "text": "Hysterctomy", "correct": false}, {"label": "C", "text": "Colposcopy", "correct": true}, {"label": "D", "text": "Cryosurgery", "correct": false}], "correct_answer": "C. Colposcopy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7162451704800427/7162451704800427.m3u8"}, {"text": "All are used in the treatment of PCOS except", "options": [{"label": "A", "text": "Clomiphene citrate", "correct": false}, {"label": "B", "text": "Ulipristal", "correct": true}, {"label": "C", "text": "Laparoscopic ovarian drilling", "correct": false}, {"label": "D", "text": "Letrozole", "correct": false}], "correct_answer": "B. Ulipristal", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70290571704800465/70290571704800465.m3u8"}, {"text": "A 32 year old lady presents to infertility clinic, she has regular cycles of 28 days. Ovulation ca be con?rmed with", "options": [{"label": "A", "text": "Progesterone levels on day 14", "correct": false}, {"label": "B", "text": "Progesterone levels on day 21", "correct": true}, {"label": "C", "text": "LH levels on 14 th day", "correct": false}, {"label": "D", "text": "Lh levels on day 21", "correct": false}], "correct_answer": "B. Progesterone levels on day 21", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/777391704800478/777391704800478.m3u8"}, {"text": "A 45 year old multiparous woman incidentally diagnosed clinically with 14 week size ?broid. What is the next line of management", "options": [{"label": "A", "text": "Myomectomy", "correct": false}, {"label": "B", "text": "Hysterctomy", "correct": false}, {"label": "C", "text": "Expectant management", "correct": true}, {"label": "D", "text": "Medical management", "correct": false}], "correct_answer": "C. Expectant management", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27104711704800489/27104711704800489.m3u8"}, {"text": "What is the procedure where these are used", "options": [{"label": "A", "text": "Pap smear", "correct": true}, {"label": "B", "text": "VIA", "correct": false}, {"label": "C", "text": "VILI", "correct": false}, {"label": "D", "text": "LBC", "correct": false}], "correct_answer": "A. Pap smear", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(694).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75907651704800515/75907651704800515.m3u8"}, {"text": "16 years unmarried girl came for vaccination against cervical cancer. Which vaccine to be given:", "options": [{"label": "A", "text": "Gardasil", "correct": true}, {"label": "B", "text": "Rabivac", "correct": false}, {"label": "C", "text": "Biovac", "correct": false}, {"label": "D", "text": "Tvac", "correct": false}], "correct_answer": "A. Gardasil", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12877471704789764/12877471704789764.m3u8"}, {"text": "DOC for Bacterial vaginosis in a pregnant female:", "options": [{"label": "A", "text": "Clindamycin", "correct": false}, {"label": "B", "text": "Metronidazole", "correct": true}, {"label": "C", "text": "Erythromycin", "correct": false}, {"label": "D", "text": "Fluconazole", "correct": false}], "correct_answer": "B. Metronidazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68623201704789778/68623201704789778.m3u8"}, {"text": "In GTN, lung metastasis belongs to which stage?", "options": [{"label": "A", "text": "Stage-1", "correct": false}, {"label": "B", "text": "Stage-2", "correct": false}, {"label": "C", "text": "Stage-3", "correct": true}, {"label": "D", "text": "Stage-4", "correct": false}], "correct_answer": "C. Stage-3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9226781704789792/9226781704789792.m3u8"}, {"text": "A 40-years patient c/o foul smelling grayish white discharge, diagnosed to be Gardenerella vaginalis infection. Microscopic findings are suggestive of:", "options": [{"label": "A", "text": "Group of bacilli arranged in chain forms", "correct": false}, {"label": "B", "text": "Bacteria found to be engulfed by macrophages", "correct": false}, {"label": "C", "text": "Bacteria adherent to lining vaginal epithelial cells", "correct": true}, {"label": "D", "text": "Bacteria arranged in cluster forms", "correct": false}], "correct_answer": "C. Bacteria adherent to lining vaginal epithelial cells", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(508).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43543141704789843/43543141704789843.m3u8"}, {"text": "Continuous GnRH is useful in all except:", "options": [{"label": "A", "text": "Precocious puberty", "correct": false}, {"label": "B", "text": "Prostate cancer", "correct": false}, {"label": "C", "text": "Male infertility", "correct": true}, {"label": "D", "text": "Endometriosis", "correct": false}], "correct_answer": "C. Male infertility", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19572531704789907/19572531704789907.m3u8"}, {"text": "Assertion: Menopause shows hot flashes Reason: Hot flashes are because of low estrogen or tisfluctuation", "options": [{"label": "A", "text": "Both Assertion and Reasons are true and the Reason is the correct explanation for the Assertion", "correct": true}, {"label": "B", "text": "Both Assertion and Reasons are true, but the Reason is not the correct explanation for the Assertion", "correct": false}, {"label": "C", "text": "Assertion is true, but the Reasons is false", "correct": false}, {"label": "D", "text": "Assertion is false, but the Reasons is true", "correct": false}, {"label": "E", "text": "Both Assertion and Reasons are false", "correct": false}], "correct_answer": "A. Both Assertion and Reasons are true and the Reason is the correct explanation for the Assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74267761704789992/74267761704789992.m3u8"}, {"text": "Hormone therapy is not indicated in:", "options": [{"label": "A", "text": "Hot flashes", "correct": false}, {"label": "B", "text": "CVD", "correct": true}, {"label": "C", "text": "Osteoporosis", "correct": false}, {"label": "D", "text": "Vaginal dryness", "correct": false}], "correct_answer": "B. CVD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58691191704790003/58691191704790003.m3u8"}, {"text": "A 35-years yound female multigravida presenting with post coital bleeding, O/E vagina-normal,cervix-hypertrophied bilateral adnexa normal. What is the Next line of management:", "options": [{"label": "A", "text": "Pap smear", "correct": false}, {"label": "B", "text": "Cone biopsy", "correct": false}, {"label": "C", "text": "Cryotherapy", "correct": false}, {"label": "D", "text": "4 quadrant biopsy", "correct": true}], "correct_answer": "D. 4 quadrant biopsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32794341704790016/32794341704790016.m3u8"}, {"text": "Themes & Focus: Infertility and Tubal disease: Answer option list Lead in question: For the case below, choose the single most appropriate diagnosis from the above option list Case- A 35 year-old nulliparous woman with oligomenorrhea and infertility. Image of diagnostic laparoscopy is given below. What is the most probable diagnosis?", "options": [{"label": "A", "text": "Endometriosis", "correct": false}, {"label": "B", "text": "PCOS", "correct": true}, {"label": "C", "text": "Ovarian Cyst", "correct": false}, {"label": "D", "text": "Tubeovarian mass", "correct": false}, {"label": "E", "text": "Endometrial polyp", "correct": false}, {"label": "F", "text": "Submucosal fibroid", "correct": false}], "correct_answer": "B. PCOS", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(333).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6461851704790125/6461851704790125.m3u8"}, {"text": "Themes & Focus: Infertility and Tubal disease: Lead in question: For each case below, choose the single most appropriate diagnosis from the above option list Case- A 32 years-old woman with a BMI of 34 complains with irregular vaginal bleeding. On examination her endometrial thickness was 13mm with unequal thickened part at one area. The hysteroscopic image given below for diagnosis.", "options": [{"label": "A", "text": "Endometriosis", "correct": false}, {"label": "B", "text": "PCOS", "correct": false}, {"label": "C", "text": "Ovarian Cyst", "correct": false}, {"label": "D", "text": "Tubeovarian mass", "correct": false}, {"label": "E", "text": "Endometrial polyp", "correct": false}, {"label": "F", "text": "Submucosal fibroid", "correct": true}], "correct_answer": "F. Submucosal fibroid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16_2.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56019331704790138/56019331704790138.m3u8"}, {"text": "A 55 years old lady presented with menorrhagia and biopsy finding was simple endometrial hyperplasia with atypia. What is the definitive management for this patient", "options": [{"label": "A", "text": "Hysterectomy", "correct": true}, {"label": "B", "text": "Mirena", "correct": false}, {"label": "C", "text": "Curettage", "correct": false}, {"label": "D", "text": "Hormones", "correct": false}], "correct_answer": "A. Hysterectomy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7838281704790151/7838281704790151.m3u8"}, {"text": "Sentinel lymphnode biopsy most useful for", "options": [{"label": "A", "text": "Vagina", "correct": false}, {"label": "B", "text": "Vulva", "correct": true}, {"label": "C", "text": "Endometrium", "correct": false}, {"label": "D", "text": "Cervix", "correct": false}], "correct_answer": "B. Vulva", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41075951704790164/41075951704790164.m3u8"}, {"text": "Next line of management for a women who had been reported as CIN 3 seen on Pap smear", "options": [{"label": "A", "text": "Conisation", "correct": false}, {"label": "B", "text": "Trachelectomy", "correct": false}, {"label": "C", "text": "Colposcopy and Leep", "correct": true}, {"label": "D", "text": "Hysterectomy", "correct": false}], "correct_answer": "C. Colposcopy and Leep", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39222181704790242/39222181704790242.m3u8"}, {"text": "Which of the following doesn't imply choriocarcinoma after hydatiform mole treatment?", "options": [{"label": "A", "text": "Plateau levels HCG", "correct": true}, {"label": "B", "text": "Persistent lutein cyst", "correct": false}, {"label": "C", "text": "Enlarged uterus", "correct": false}, {"label": "D", "text": "Suburethral nodule", "correct": false}], "correct_answer": "A. Plateau levels HCG", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9442961704790280/9442961704790280.m3u8"}, {"text": "Which of the following is the cause of male infertility with kartagener syndrome", "options": [{"label": "A", "text": "Oligospermia", "correct": false}, {"label": "B", "text": "Vas obstruction", "correct": false}, {"label": "C", "text": "Asthenospermia", "correct": true}, {"label": "D", "text": "Epididymis blockage", "correct": false}], "correct_answer": "C. Asthenospermia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60235271704790292/60235271704790292.m3u8"}, {"text": "Which hormone is responsible for growth of follicles in early follicular phase?", "options": [{"label": "A", "text": "Estrogen", "correct": false}, {"label": "B", "text": "Progesterone", "correct": false}, {"label": "C", "text": "FSH", "correct": true}, {"label": "D", "text": "LH", "correct": false}], "correct_answer": "C. FSH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14828281704790307/14828281704790307.m3u8"}, {"text": "Investigation of choice for vesicovaginal fistula", "options": [{"label": "A", "text": "Cystoscopy", "correct": false}, {"label": "B", "text": "Three swab", "correct": true}, {"label": "C", "text": "IVP", "correct": false}, {"label": "D", "text": "Urine culture", "correct": false}], "correct_answer": "B. Three swab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60328471704790336/60328471704790336.m3u8"}, {"text": "Which hormone has permissive role in puberty:", "options": [{"label": "A", "text": "Leptin", "correct": true}, {"label": "B", "text": "GnRH", "correct": false}, {"label": "C", "text": "LH", "correct": false}, {"label": "D", "text": "GH", "correct": false}], "correct_answer": "A. Leptin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7699961704790348/7699961704790348.m3u8"}, {"text": "Which of the following is primarily secreted fetal adrenal cortex", "options": [{"label": "A", "text": "Cortisol", "correct": false}, {"label": "B", "text": "Corticosterone", "correct": false}, {"label": "C", "text": "DHEAS", "correct": true}, {"label": "D", "text": "Progesterone", "correct": false}], "correct_answer": "C. DHEAS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57204601704790362/57204601704790362.m3u8"}, {"text": "A female is on Mala N for contraception. After the end of the first strip, there was no withdrawal bleeding. What should be done?", "options": [{"label": "A", "text": "Start next cycle of tablets from 5th day", "correct": false}, {"label": "B", "text": "Start next cycle from next day", "correct": false}, {"label": "C", "text": "Urgent visit to hospital and check for pregnancy", "correct": true}, {"label": "D", "text": "Take two pills after 12 hours", "correct": false}], "correct_answer": "C. Urgent visit to hospital and check for pregnancy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59757571704790376/59757571704790376.m3u8"}, {"text": "A 25-years-old lady with submucosal fibroid was undergoing myomectomy. The surgeon was using 1.5% glycine as irrigating fluid for the cavity. During the surgery the nurse informs the surgeon that there is a 500ml fluid deficit. What is the next step to be done?", "options": [{"label": "A", "text": "Stop the surgery", "correct": false}, {"label": "B", "text": "Change the fluid to normal saline", "correct": false}, {"label": "C", "text": "Continue the surgery with careful monitoring of fluid status", "correct": true}, {"label": "D", "text": "Give furosemide to the patient and continue surgery", "correct": false}], "correct_answer": "C. Continue the surgery with careful monitoring of fluid status", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25408291704790405/25408291704790405.m3u8"}, {"text": "While performing Burch operation there was signi?cant bleeding and pooling of blood in the space of Retzius. The source of bleeding cannot be visualized. What is the next step in the management?", "options": [{"label": "A", "text": "Call vascular surgeon", "correct": false}, {"label": "B", "text": "Give a generalized suture in bleeding area", "correct": false}, {"label": "C", "text": "Lift endopelvic fascia by putting ?ngers in vagina", "correct": true}, {"label": "D", "text": "Placing surgical drain", "correct": false}], "correct_answer": "C. Lift endopelvic fascia by putting ?ngers in vagina", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12286871704790417/12286871704790417.m3u8"}, {"text": "Which of the following is the important marker of male infertility in semen analysis", "options": [{"label": "A", "text": "Motility", "correct": true}, {"label": "B", "text": "Concentration", "correct": false}, {"label": "C", "text": "Volume", "correct": false}, {"label": "D", "text": "Sperm Count", "correct": false}], "correct_answer": "A. Motility", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26041871704790457/26041871704790457.m3u8"}, {"text": "When would you do endometrial biopsy in post-menopausal bleeding if endometrial thickness is?", "options": [{"label": "A", "text": "5mm", "correct": true}, {"label": "B", "text": "7mm", "correct": false}, {"label": "C", "text": "3mm", "correct": false}, {"label": "D", "text": "9mm", "correct": false}], "correct_answer": "A. 5mm", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3711704790485/3711704790485.m3u8"}, {"text": "A 76-years-old female presented with non-healing ulcer on labia majora for 6 months measuring 2x3 cm with no palpable lymphadenopathy. Biopsy shows squamous cell carcinoma. Management includes?", "options": [{"label": "A", "text": "Radical vulvectomy with unilateral LN dissection", "correct": false}, {"label": "B", "text": "Radical vulvectomy with bilateral LN dissection", "correct": true}, {"label": "C", "text": "Simple vulvectomy", "correct": false}, {"label": "D", "text": "Chemoradiation with resection", "correct": false}], "correct_answer": "B. Radical vulvectomy with bilateral LN dissection", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13599011704790500/13599011704790500.m3u8"}, {"text": "Absolute contraindication for CuT insertion?", "options": [{"label": "A", "text": "Unmotivated person", "correct": false}, {"label": "B", "text": "Menorrhagia", "correct": true}, {"label": "C", "text": "Previous ectopic", "correct": false}, {"label": "D", "text": "Previous history of abortion", "correct": false}], "correct_answer": "B. Menorrhagia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13337811704790525/13337811704790525.m3u8"}, {"text": "A 14-years-old girl presented with absent thelarche. On examination uterus was present. Investigations showed high FSH. Karyotype is XY. What is the probable diagnosis?", "options": [{"label": "A", "text": "Gonadal dysgenesis", "correct": true}, {"label": "B", "text": "Androgen insensitivity syndrome", "correct": false}, {"label": "C", "text": "Kallman syndrome", "correct": false}, {"label": "D", "text": "Adrenal hyperplasia", "correct": false}], "correct_answer": "A. Gonadal dysgenesis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3234491704790560/3234491704790560.m3u8"}, {"text": "SRY region is located in?", "options": [{"label": "A", "text": "Short arm of Y chromosome", "correct": true}, {"label": "B", "text": "Short arm of X chromosome", "correct": false}, {"label": "C", "text": "Long arm of Y chromosome", "correct": false}, {"label": "D", "text": "Long arm of X chromosome", "correct": false}], "correct_answer": "A. Short arm of Y chromosome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a 46XY female on doing amniocentesis complete gonadal dysgenesis was noted. Complete gonadal dysgenesis is caused by what in the SRY gene?", "options": [{"label": "A", "text": "Point mutation", "correct": true}, {"label": "B", "text": "Deletion of gene", "correct": false}, {"label": "C", "text": "Translocation", "correct": false}, {"label": "D", "text": "Inversion", "correct": false}], "correct_answer": "A. Point mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following statements will you suspect primary amenorrhea? A. Failure to attain menarche by 15 years of age B. Failure to attain menarche even after 3 years of thelarche C. High levels of TSH and short stature D. Failure of development of breasts by 13 years of age", "options": [{"label": "A", "text": "A, B, C", "correct": false}, {"label": "B", "text": "A, B, D", "correct": true}, {"label": "C", "text": "B, D", "correct": false}, {"label": "D", "text": "B, C, D", "correct": false}], "correct_answer": "B. A, B, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 15-year-old female presents with primary amenorrhea and signs of virilization. She has prepubertal development of breasts and pubic hair and is tanner stage 2. She has a blind-ended vagina and clitoromegaly. She has normal male testosterone levels. Her genotype is 46XY. What is the probable diagnosis?", "options": [{"label": "A", "text": "Complete AIS", "correct": false}, {"label": "B", "text": "Steroid 5-alpha reductase", "correct": true}, {"label": "C", "text": "Swyer’s syndrome", "correct": false}, {"label": "D", "text": "17-alpha hydroxylase deficiency", "correct": false}], "correct_answer": "B. Steroid 5-alpha reductase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not essential in the workup of a Turner Mosaic?", "options": [{"label": "A", "text": "Glucose tolerance test", "correct": false}, {"label": "B", "text": "Audiometry", "correct": false}, {"label": "C", "text": "Echocardiography", "correct": false}, {"label": "D", "text": "Anti-nuclear Antibodies", "correct": true}], "correct_answer": "D. Anti-nuclear Antibodies", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 38-year-old multigravida presents with 2 years of infertility and dyspareunia and dysmenorrhea. She has a retroverted uterus and tenderness in the pouch of douglas. Wht would be the next step of management?", "options": [{"label": "A", "text": "Laparotomy", "correct": false}, {"label": "B", "text": "Diagnostic laparoscopy", "correct": false}, {"label": "C", "text": "HSG", "correct": false}, {"label": "D", "text": "TVS", "correct": true}], "correct_answer": "D. TVS", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why the Other Options Are Incorrect as Next Step: • B) Diagnostic Laparoscopy • It is the investigation of choice (IOC) for diagnosing peritoneal endometriosis, but not the immediate next step. • Used after initial imaging suggests or con</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements about primary dysmenorrhea is true?", "options": [{"label": "A", "text": "Pain begins 3 days prior to the onset of periods and is present up to the second day of the period.", "correct": false}, {"label": "B", "text": "Pain begins after few hrs after onset of periods and can last upto 48 hrs.", "correct": true}, {"label": "C", "text": "It is dependent on psychological factors", "correct": false}, {"label": "D", "text": "GnRH antagonists are the first line of treatment", "correct": false}], "correct_answer": "B. Pain begins after few hrs after onset of periods and can last upto 48 hrs.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 23-year-old female with 6 years of infertility, has a BMI of 33 and facial hair. Investigations reveal she has PCOS and spill from bilateral tubes. She and her husband are trying to conceive, what would be the best plan of management for this lady?", "options": [{"label": "A", "text": "Weight loss + Metformin + Induction of ovulation with clomiphene", "correct": false}, {"label": "B", "text": "Weight loss + Metformin + Induction of ovulation with urinary gonadotropins", "correct": false}, {"label": "C", "text": "Weight loss + Finasteride + Induction of ovulation", "correct": false}, {"label": "D", "text": "Weight loss + Folic acid, Try for spontaneous induction, if failed move to induction of ovulation", "correct": true}], "correct_answer": "D. Weight loss + Folic acid, Try for spontaneous induction, if failed move to induction of ovulation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the most common cause of pubertal menorrhagia?", "options": [{"label": "A", "text": "Anovulation", "correct": true}, {"label": "B", "text": "Endometriosis", "correct": false}, {"label": "C", "text": "Malignancy", "correct": false}, {"label": "D", "text": "Bleeding disorder", "correct": false}], "correct_answer": "A. Anovulation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A lady on OCPs presents with white discharge with no itching or foul smell. It stains her underwear yellow in colour and on examination of the discharge, normal lactobacilli were present and pH was acidic. What is the most probable diagnosis?", "options": [{"label": "A", "text": "Vaginal candidiasis", "correct": false}, {"label": "B", "text": "Increased normal vaginal discharge", "correct": true}, {"label": "C", "text": "Bacterial vaginosis", "correct": false}, {"label": "D", "text": "Chlamydial infection", "correct": false}], "correct_answer": "B. Increased normal vaginal discharge", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 32 year old female presents with grey-white vaginal discharge and on gram stain of the discharge, clue cells are seen. Clue cells are", "options": [{"label": "A", "text": "Degranulated neutrophils (pus)", "correct": false}, {"label": "B", "text": "Gardenella vaginalis with Bicillin rods", "correct": false}, {"label": "C", "text": "Epithelial cells covered by bacteria", "correct": true}, {"label": "D", "text": "Doderlein bacilli in the macrophage", "correct": false}], "correct_answer": "C. Epithelial cells covered by bacteria", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the incorrectly matched option-", "options": [{"label": "A", "text": "Rectocele- Posterior colporrhaphy", "correct": false}, {"label": "B", "text": "Uterine prolapse- Vaginal hysterectomy", "correct": false}, {"label": "C", "text": "Vault prolapse- Sacrospinous ligament suspension", "correct": false}, {"label": "D", "text": "Cystocele- Colposuspension", "correct": true}], "correct_answer": "D. Cystocele- Colposuspension", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fructose is absent in the seminal fluid, which of the following statements is true regarding this:", "options": [{"label": "A", "text": "Congenital absence of seminal vesicles", "correct": false}, {"label": "B", "text": "Obstruction in the ejaculatory duct", "correct": false}, {"label": "C", "text": "Both", "correct": true}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "C. Both", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drugs is not given in endometriosis?", "options": [{"label": "A", "text": "Estradiol", "correct": true}, {"label": "B", "text": "Medroxy Progesterone acetate", "correct": false}, {"label": "C", "text": "Cabergoline", "correct": false}, {"label": "D", "text": "Letrozole", "correct": false}], "correct_answer": "A. Estradiol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An 18 year old female presents with primary amenorrhea with breast tanner 4 and normal secondary sexual characteristics,. FSH levels-5.3 IU nd LH 12 IU. Karyotype-46XX. What's the diagnosis", "options": [{"label": "A", "text": "Mullerian agenesis", "correct": true}, {"label": "B", "text": "Kallman syndrome", "correct": false}, {"label": "C", "text": "Androgen insensitivity syndrome", "correct": false}, {"label": "D", "text": "Gonadal dysgenesis", "correct": false}], "correct_answer": "A. Mullerian agenesis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21100331721045099/21100331721045099.m3u8"}, {"text": "Which micronutrient deficiency causes hypogonadism and delayed sexual maturity", "options": [{"label": "A", "text": "Zinc", "correct": true}, {"label": "B", "text": "Selenium", "correct": false}, {"label": "C", "text": "Iron", "correct": false}, {"label": "D", "text": "Copper", "correct": false}], "correct_answer": "A. Zinc", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49815711721045171/49815711721045171.m3u8"}, {"text": "A 14 year old female with acute retention of urine. She complains Of cyclical pain in abdomen. On examination, a tense blue swelling is seen on local examination. On PR examination- suprapubic bulge present. Her condition is most likely due to", "options": [{"label": "A", "text": "Imperforate hymen", "correct": true}, {"label": "B", "text": "Transverse vaginal septum", "correct": false}, {"label": "C", "text": "Longitudinal vaginal septum", "correct": false}, {"label": "D", "text": "Cervical agenesis", "correct": false}], "correct_answer": "A. Imperforate hymen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75133611721046976/75133611721046976.m3u8"}, {"text": "Recombinant HPV vaccine has which antigen", "options": [{"label": "A", "text": "E1+E2", "correct": false}, {"label": "B", "text": "E6+E7", "correct": false}, {"label": "C", "text": "L1", "correct": true}, {"label": "D", "text": "L2", "correct": false}], "correct_answer": "C. L1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12408751721306568/12408751721306568.m3u8"}, {"text": "Virilizing ovarian tumour is", "options": [{"label": "A", "text": "Thecoma", "correct": false}, {"label": "B", "text": "Brenner", "correct": false}, {"label": "C", "text": "Arrhenoblastomaa", "correct": true}, {"label": "D", "text": "Carcinoid", "correct": false}], "correct_answer": "C. Arrhenoblastomaa", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53706481721306701/53706481721306701.m3u8"}, {"text": "A woman was taking DMPA regularly as contraception. But now she has come 14days late with respect to due date. What is advise", "options": [{"label": "A", "text": "Give DMPA and advise her to use back up method for 7 days", "correct": false}, {"label": "B", "text": "Give DMPA and no back up needed", "correct": true}, {"label": "C", "text": "After doing UPT give DMPA", "correct": false}], "correct_answer": "B. Give DMPA and no back up needed", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38846291721307458/38846291721307458.m3u8"}, {"text": "Which of the following has risk of progression to borderline ovarian tumour", "options": [{"label": "A", "text": "OCP intake", "correct": false}, {"label": "B", "text": "Functional ovarian cyst", "correct": false}, {"label": "C", "text": "PCOS", "correct": false}, {"label": "D", "text": "Nulliparity", "correct": true}], "correct_answer": "D. Nulliparity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21766401721308387/21766401721308387.m3u8"}, {"text": "Image of reinkes crystal with history which tumour", "options": [{"label": "A", "text": "leydig cell tumour", "correct": true}, {"label": "B", "text": "Sertoli cell", "correct": false}, {"label": "C", "text": "Yolk sac", "correct": false}], "correct_answer": "A. leydig cell tumour", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/QID222712.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50032091721308229/50032091721308229.m3u8"}, {"text": "A obese girl comes with history of irregular cycles and hirsutism score 6. testosterone level 0.36ng/dl/her mother is diabetic and on medication. what should not be advised", "options": [{"label": "A", "text": "Ocp", "correct": false}, {"label": "B", "text": "Ocp plus antiandrogen", "correct": true}, {"label": "C", "text": "Lifestyle modification", "correct": false}, {"label": "D", "text": "Inform about metabolic syndrome risk", "correct": false}], "correct_answer": "B. Ocp plus antiandrogen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47408111721308755/47408111721308755.m3u8"}, {"text": "An IBQ on cervical smear and stain used (slide with blue background and very small blue cells)", "options": [{"label": "A", "text": "Toluidine blue", "correct": true}, {"label": "B", "text": "Giemsa", "correct": false}, {"label": "C", "text": "Papnicolau", "correct": false}, {"label": "D", "text": "H and E", "correct": false}], "correct_answer": "A. Toluidine blue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74129541721309433/74129541721309433.m3u8"}, {"text": "65 year old lady with ovarian cancer. CT scan Shows omental caking and ascites and peritoneal metastasis", "options": [{"label": "A", "text": "Chemo followed by debulking surgery", "correct": true}, {"label": "B", "text": "Debulking surgery followed by chemo", "correct": false}, {"label": "C", "text": "Chemo", "correct": false}], "correct_answer": "A. Chemo followed by debulking surgery", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35006981721309694/35006981721309694.m3u8"}, {"text": "A 14 year old came with complaints of acute urinary retention. She has not attended menarche and has cyclic abdominal pain. On genital examination bluish bulge is seen. What is the probable diagnosis?", "options": [{"label": "A", "text": "Transverse vaginal septum", "correct": false}, {"label": "B", "text": "Imperforate hymen", "correct": true}, {"label": "C", "text": "MRKH", "correct": false}, {"label": "D", "text": "OHVIRA", "correct": false}], "correct_answer": "B. Imperforate hymen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 35-year-old P2L2 woman presents with malodorous vaginal discharge and normal cervix. The whiff test is positive. What is this condition?", "options": [{"label": "A", "text": "Candida", "correct": false}, {"label": "B", "text": "Chlamydia", "correct": false}, {"label": "C", "text": "Bacterial Vaginosis", "correct": true}, {"label": "D", "text": "Pelvic inflammatory disease", "correct": false}], "correct_answer": "C. Bacterial Vaginosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "26 year old P1L1 presents with abdominal pain. She has a past history of rheumatic heart disease for which she has undergone mitral valve replacement surgery and is on oral tablet Warfarin 3mg OD. On examination 14 weeks abdominal mass was felt. On USG, 8*6 cm unilocular cyst with reticular pattern was observed in left ovary. What is the next line of management?", "options": [{"label": "A", "text": "Measure CA-125", "correct": false}, {"label": "B", "text": "Repeat ultrasound after 6-12 weeks", "correct": true}, {"label": "C", "text": "Surgical intervention", "correct": false}, {"label": "D", "text": "MRI pelvis", "correct": false}], "correct_answer": "B. Repeat ultrasound after 6-12 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An athlete with a BMI of 17.5 kg/m2 presents with secondary amenorrhea and primary infertility. Her laboratory investigations reveal FSH 2; LH 0.3; TSH 1.2. Prolactin 2Ong/ml. What is the underlying cause of this condition?", "options": [{"label": "A", "text": "Primary ovarian failure", "correct": false}, {"label": "B", "text": "Hypogonadotropic hypogonadism", "correct": true}, {"label": "C", "text": "Hypergonadotropic hypogonadism", "correct": false}, {"label": "D", "text": "Normogonadotropic normogonadism", "correct": false}], "correct_answer": "B. Hypogonadotropic hypogonadism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A couple presents with infertility even with 2 years of unprotected intercourse. The seminal analysis reveals volume of 2 ml, concentration of 4 million/ml,progressive motility of 55%, and morphology 45 %. The wife's hormone levels were normal with bilateral spillage of dye from both fallopian tubes on HSG. What percentage of couples can be attributed to unexplained infertility?", "options": [{"label": "A", "text": "5%", "correct": false}, {"label": "B", "text": "25%", "correct": false}, {"label": "C", "text": "15%", "correct": false}, {"label": "D", "text": "30%", "correct": true}], "correct_answer": "D. 30%", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1016).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the ovarian structure is responsible for the following finding?", "options": [{"label": "A", "text": "Secondary follicle", "correct": false}, {"label": "B", "text": "Theca interna", "correct": false}, {"label": "C", "text": "Granulosa cell", "correct": false}, {"label": "D", "text": "Corpus luteum", "correct": true}], "correct_answer": "D. Corpus luteum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1145).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Dr. Priya is conducting a talk on the screening of cervical cancer with Pap smear. She works in a clinic in a low resource setting and she was planning to screen a woman in her 20s. Which of the following is true regarding cervical cancer screening guidelines in her workplace?", "options": [{"label": "A", "text": "Co-testing (pap and Hr HPV) every 5 years starting at 25 years", "correct": false}, {"label": "B", "text": "Pap smear every 3 years, starting at 21 yrs", "correct": true}, {"label": "C", "text": "HPV testing every 5 years starting at 30 yrs", "correct": false}, {"label": "D", "text": "Pap smear every 5 years starting at 21 years", "correct": false}], "correct_answer": "B. Pap smear every 3 years, starting at 21 yrs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mitochondrial sheath are found in which part of the sperm?", "options": [{"label": "A", "text": "Tail", "correct": false}, {"label": "B", "text": "Middle piece", "correct": true}, {"label": "C", "text": "Principal piece", "correct": false}, {"label": "D", "text": "Connecting piece", "correct": false}], "correct_answer": "B. Middle piece", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following does not constitute as a germ cell tumor?", "options": [{"label": "A", "text": "Yolk cell tumour", "correct": false}, {"label": "B", "text": "Dysgerminoma", "correct": false}, {"label": "C", "text": "Juvenile Granulosa cell tumor", "correct": true}, {"label": "D", "text": "Non gestational choriocarcinoma", "correct": false}], "correct_answer": "C. Juvenile Granulosa cell tumor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Primary oocyte is arrested in", "options": [{"label": "A", "text": "Pachytone", "correct": false}, {"label": "B", "text": "Prophase", "correct": false}, {"label": "C", "text": "Leptotene", "correct": false}, {"label": "D", "text": "Diplotene", "correct": true}], "correct_answer": "D. Diplotene", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is most potent natural estrogen", "options": [{"label": "A", "text": "Estrone", "correct": false}, {"label": "B", "text": "Estriol", "correct": false}, {"label": "C", "text": "Estradiol", "correct": true}, {"label": "D", "text": "Conjugated estrogen", "correct": false}], "correct_answer": "C. Estradiol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is a true association with HRT:", "options": [{"label": "A", "text": "Decreased risk of colon cancer", "correct": true}, {"label": "B", "text": "Decreased risk of breast cancer", "correct": false}, {"label": "C", "text": "Decreased risk of endometrial cancer", "correct": false}, {"label": "D", "text": "Increased risk of osteoporosis", "correct": false}], "correct_answer": "A. Decreased risk of colon cancer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Lady with breast removed and after giving tamoxifen. How much time couple should take contraceptive before planning preg.", "options": [{"label": "A", "text": "1 month", "correct": false}, {"label": "B", "text": "3 months", "correct": true}, {"label": "C", "text": "No need of contraceptive", "correct": false}, {"label": "D", "text": "Tamoxifen should be continued", "correct": false}], "correct_answer": "B. 3 months", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "From 'Adluminal to luminal, arrange the following series of events in spermatogenesis ? A. Myoepithelial cells B. Spermatogonia C. Primary spermatocyte D. Spermatid E. Secondary spermatocyte", "options": [{"label": "A", "text": "A, B, C, E, D", "correct": true}, {"label": "B", "text": "A, B, D, C, E", "correct": false}, {"label": "C", "text": "A, D, B, C, E", "correct": false}, {"label": "D", "text": "A, C, B, E, D", "correct": false}], "correct_answer": "A. A, B, C, E, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the half-life of letrozole?", "options": [{"label": "A", "text": "20 hours", "correct": false}, {"label": "B", "text": "48 hour", "correct": true}, {"label": "C", "text": "96 hours", "correct": false}, {"label": "D", "text": "120 hours", "correct": false}], "correct_answer": "B. 48 hour", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with ascites and omental caking. Imaging shows solid components and cystic components within an adnexal mass. Additionally, CA-125 levels are elevated. What is the most likely diagnosis?", "options": [{"label": "A", "text": "Serous ovarian tumor", "correct": true}, {"label": "B", "text": "Mucinous ovarian tumor", "correct": false}, {"label": "C", "text": "Fibrothecoma", "correct": false}, {"label": "D", "text": "Brenner", "correct": false}], "correct_answer": "A. Serous ovarian tumor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following Is included Rotterdam criteria? A. Obesity B. Hirsutism C. Delayed cycles D. insulin resistance", "options": [{"label": "A", "text": "A,B,C", "correct": false}, {"label": "B", "text": "A and B", "correct": false}, {"label": "C", "text": "B and C", "correct": true}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "C. B and C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For medical termination of pregnancy (MTP), the opinion of two doctors is required at which gestational age?", "options": [{"label": "A", "text": "20-24 weeks", "correct": true}, {"label": "B", "text": "9-12 weeks", "correct": false}, {"label": "C", "text": "12-16 weeks", "correct": false}, {"label": "D", "text": "16-20 weeks", "correct": false}], "correct_answer": "A. 20-24 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the steps for the pap smear?", "options": [{"label": "A", "text": "Lithotomy, per speculum (PS), sample", "correct": true}, {"label": "B", "text": "Lithotomy, PS, per vaginal (PV), sample", "correct": false}, {"label": "C", "text": "Lithotomy, PV, sample", "correct": false}, {"label": "D", "text": "Lithotomy, sample", "correct": false}], "correct_answer": "A. Lithotomy, per speculum (PS), sample", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 31-year-old woman presents with infertility and delayed menses. Laparoscopy reveals a normal uterus, and chromopertubation shows free spill of dye. What is the most likely diagnosis?", "options": [{"label": "A", "text": "Tubo Ovarian mass", "correct": false}, {"label": "B", "text": "Endometriosis", "correct": false}, {"label": "C", "text": "Ovarian cyst", "correct": false}, {"label": "D", "text": "Polycystic ovarian disease (PCOD)", "correct": true}], "correct_answer": "D. Polycystic ovarian disease (PCOD)", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(458).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements are true regarding the shown finding? A. Sex cord-stromal tumor B. Cell-Exner bodies are present C. Inhibin positive D. CA-125 positive", "options": [{"label": "A", "text": "A,B,C,D", "correct": false}, {"label": "B", "text": "A,B,C", "correct": true}, {"label": "C", "text": "A,B", "correct": false}, {"label": "D", "text": "B,C,D", "correct": false}], "correct_answer": "B. A,B,C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1177).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is false about Turner syndrome?", "options": [{"label": "A", "text": "Short 4th metacarpal", "correct": false}, {"label": "B", "text": "Prominent occiput", "correct": true}, {"label": "C", "text": "Widely spaced nipples", "correct": false}, {"label": "D", "text": "Webbed neck", "correct": false}], "correct_answer": "B. Prominent occiput", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "M/c HPV Strain associated with cervical cancer", "options": [{"label": "A", "text": "16, 18", "correct": true}, {"label": "B", "text": "31, 33", "correct": false}, {"label": "C", "text": "6, 11", "correct": false}, {"label": "D", "text": "42, 44", "correct": false}], "correct_answer": "A. 16, 18", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All are aneuploidy except", "options": [{"label": "A", "text": "Trisomy 21", "correct": false}, {"label": "B", "text": "Trisomy 13", "correct": false}, {"label": "C", "text": "Bloom Syndrome", "correct": true}, {"label": "D", "text": "Klinefelter syndrome", "correct": false}], "correct_answer": "C. Bloom Syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 143 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Medicine Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 266</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 266 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Infertlitiy in karatgener:", "options": [{"label": "A", "text": "Asthenozoospermia", "correct": true}, {"label": "B", "text": "Oligospermia", "correct": false}, {"label": "C", "text": "Blockage of epididymis", "correct": false}, {"label": "D", "text": "Undescended testes", "correct": false}], "correct_answer": "A. Asthenozoospermia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Vitamin D toxicity induced hypercalcemia is treated by:", "options": [{"label": "A", "text": "Chloroquine", "correct": false}, {"label": "B", "text": "Hydroxychloroquine", "correct": false}, {"label": "C", "text": "Dexamethasone", "correct": true}, {"label": "D", "text": "Ketoconazole", "correct": false}], "correct_answer": "C. Dexamethasone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12557321704880105/12557321704880105.m3u8"}, {"text": "A 56-years-old female had gradually diminishing visual field. She was found to have to a pituitary mass and underwent Trans-sphenoidal hypophysectomy. Now she has low ACTH, TSH, FSH and LH. Which of the following hormone supplements will not be given?", "options": [{"label": "A", "text": "Glucocorticoids", "correct": false}, {"label": "B", "text": "Mineralocorticoids", "correct": true}, {"label": "C", "text": "Levothyroxine", "correct": false}, {"label": "D", "text": "Estradiol", "correct": false}], "correct_answer": "B. Mineralocorticoids", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Addison disease is commonly associated with:", "options": [{"label": "A", "text": "Autoimmune adrenalitis", "correct": true}, {"label": "B", "text": "Adrenocortical carcinoma", "correct": false}, {"label": "C", "text": "Hypernephroma", "correct": false}, {"label": "D", "text": "Medullary carcinoma of thyroid", "correct": false}], "correct_answer": "A. Autoimmune adrenalitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with diabetes has blood glucose 160 mg/dl. What will be the best non pharmacologic management advice?", "options": [{"label": "A", "text": "at least 80 g dietary fibre", "correct": false}, {"label": "B", "text": "less than 5000 mg/dl salt intake", "correct": false}, {"label": "C", "text": "fats in diet with not more than 30 %calories", "correct": true}, {"label": "D", "text": "cholesterol <100mg", "correct": false}], "correct_answer": "C. fats in diet with not more than 30 %calories", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Bone fracture seen with which anti diabetes medicine", "options": [{"label": "A", "text": "Canagliflozin", "correct": true}, {"label": "B", "text": "Rosiglitazone", "correct": false}, {"label": "C", "text": "Repaglinide", "correct": false}, {"label": "D", "text": "Voglibose", "correct": false}], "correct_answer": "A. Canagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A Patient presents with prognathism, enlarged hand & feet. Most likely transcription factor involved in the disorder is:", "options": [{"label": "A", "text": "SF-1", "correct": false}, {"label": "B", "text": "DAX -1", "correct": false}, {"label": "C", "text": "GATA -2", "correct": false}, {"label": "D", "text": "Pit-1", "correct": true}], "correct_answer": "D. Pit-1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Causes of secondary hyper parathyroidism are all EXECEPT?", "options": [{"label": "A", "text": "Vitamin D deficiency", "correct": false}, {"label": "B", "text": "GI malabsorption", "correct": false}, {"label": "C", "text": "Chronic kidney disease", "correct": false}, {"label": "D", "text": "Parathyroid adenoma", "correct": true}], "correct_answer": "D. Parathyroid adenoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not true about SIADH ?", "options": [{"label": "A", "text": "Serum Na<135 meg/L", "correct": false}, {"label": "B", "text": "Euvolumia", "correct": false}, {"label": "C", "text": "Urine Na <20", "correct": true}, {"label": "D", "text": "Urine osm >100", "correct": false}], "correct_answer": "C. Urine Na <20", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Regarding mycoplasma pneumonia all are true except", "options": [{"label": "A", "text": "Serology is important", "correct": false}, {"label": "B", "text": "Culture is not recommended for routine diagnosis", "correct": false}, {"label": "C", "text": "Responds to coamoxiclav", "correct": true}, {"label": "D", "text": "Lung infiltrates are seen", "correct": false}], "correct_answer": "C. Responds to coamoxiclav", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1996301701945308/1996301701945308.m3u8"}, {"text": "Next step to be done in a case of 50 year old chronic smoker with mild recurrent hemoptysis without fever or weight loss. Chest Xray is normal", "options": [{"label": "A", "text": "Cect chest", "correct": true}, {"label": "B", "text": "Fibre optic bronchoscope", "correct": false}, {"label": "C", "text": "Bronchography Single", "correct": false}, {"label": "D", "text": "MRI", "correct": false}], "correct_answer": "A. Cect chest", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46329261701945325/46329261701945325.m3u8"}, {"text": "High anion gap is found in", "options": [{"label": "A", "text": "Metabolic alkalosis", "correct": false}, {"label": "B", "text": "Metabolic acidosis", "correct": true}, {"label": "C", "text": "Respiratory alkalosis", "correct": false}, {"label": "D", "text": "Respiratory acidosis", "correct": false}], "correct_answer": "B. Metabolic acidosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35599111701945343/35599111701945343.m3u8"}, {"text": "Which of the following is not seen in aspergillosis", "options": [{"label": "A", "text": "Cavity", "correct": false}, {"label": "B", "text": "Pleural effusion", "correct": true}, {"label": "C", "text": "Ground glass opacity", "correct": false}, {"label": "D", "text": "Wedge shaped consolidation", "correct": false}], "correct_answer": "B. Pleural effusion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Bed ridden patient aspirates. Lung segment involved", "options": [{"label": "A", "text": "Right upper lobe apical", "correct": false}, {"label": "B", "text": "Right upper lobe posterior", "correct": true}, {"label": "C", "text": "Right lower lobe medial", "correct": false}, {"label": "D", "text": "Right lower lobe posterior", "correct": false}], "correct_answer": "B. Right upper lobe posterior", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "To Diagnose Acid Base Disorder Which Of The Following Is Required 1. Ph Of Arterial Blood 2. Ph Of Venous Blood 3. Po2 Of Venous Blood 4. Pco2 Of Venous Blood Select the correct answer from the given below code:", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "1,4", "correct": true}, {"label": "C", "text": "1,3,4", "correct": false}, {"label": "D", "text": "1, 2, 3, 4", "correct": false}], "correct_answer": "B. 1,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient Had Nasal Polyp, Recurrent Sinusitis, Nodular Pulmonary Cavitary Changes And Renal Disease. Next Step In Your Evaluation Would Be ?", "options": [{"label": "A", "text": "Anca And Rule Out Vasculitis", "correct": true}, {"label": "B", "text": "Bronchoalveolar Lavage", "correct": false}, {"label": "C", "text": "Echocardiography", "correct": false}, {"label": "D", "text": "Endobronchial Biopsy", "correct": false}], "correct_answer": "A. Anca And Rule Out Vasculitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61426021701945363/61426021701945363.m3u8"}, {"text": "Identify the pathology in the given flow volume curve:", "options": [{"label": "A", "text": "Fixed distal airway obstruction", "correct": false}, {"label": "B", "text": "Fixed central airway obstruction", "correct": true}, {"label": "C", "text": "Variable intrathoracic obstruction", "correct": false}, {"label": "D", "text": "Variable extrathoracic obstruction", "correct": false}], "correct_answer": "B. Fixed central airway obstruction", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230402185449-4.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68737101701945392/68737101701945392.m3u8"}, {"text": "Which of the following drug is known to decrease mortality in critically ill COVID pt?", "options": [{"label": "A", "text": "Remdesivir", "correct": false}, {"label": "B", "text": "Hydroxychloroquine", "correct": false}, {"label": "C", "text": "Toclizumab", "correct": false}, {"label": "D", "text": "Dexamethasone", "correct": true}], "correct_answer": "D. Dexamethasone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25863361701945406/25863361701945406.m3u8"}, {"text": "Match column A & B and select answer using the code given below", "options": [{"label": "A", "text": "2. 3. 1. 5", "correct": false}, {"label": "B", "text": "2. 1. 4. 5", "correct": true}, {"label": "C", "text": "2. 5. 3. 4", "correct": false}, {"label": "D", "text": "4. 1. 3. 5", "correct": false}], "correct_answer": "B. 2. 1. 4. 5", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1174).JPG"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Dugs not used in severe COVID 19 pts", "options": [{"label": "A", "text": "Dexamethasone", "correct": false}, {"label": "B", "text": "Remdesivir", "correct": false}, {"label": "C", "text": "Low molecular weight heparin", "correct": false}, {"label": "D", "text": "HCQ", "correct": true}], "correct_answer": "D. HCQ", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76041721701945421/76041721701945421.m3u8"}, {"text": "IDENTIFY THE FOLLOWING OXYGEN DELIVERY DEVICE", "options": [{"label": "A", "text": "Simple face mask", "correct": false}, {"label": "B", "text": "High flow nasal canula", "correct": true}, {"label": "C", "text": "Non invasive ventilation", "correct": false}, {"label": "D", "text": "Venturi mask", "correct": false}], "correct_answer": "B. High flow nasal canula", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230402190038-1.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HOPSITAL ADMISSION CRITERIA FOR COVID PT:", "options": [{"label": "A", "text": "Multiple comorbidities", "correct": false}, {"label": "B", "text": "Spo2 <92%", "correct": false}, {"label": "C", "text": "Respiratory rate >25/min", "correct": false}, {"label": "D", "text": "Pressure in the chest", "correct": true}], "correct_answer": "D. Pressure in the chest", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "TRUE REGARDING COPD SPIROMETRY PARAMETERS. WHICH OF THE FOLLOWING IS INCREASED a. FeV1/FVC b. Residual volume c. FRC d. TLC", "options": [{"label": "A", "text": "ABCD", "correct": false}, {"label": "B", "text": "Only a & b", "correct": false}, {"label": "C", "text": "Only abc", "correct": false}, {"label": "D", "text": "Only bcd", "correct": true}], "correct_answer": "D. Only bcd", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47893161701945461/47893161701945461.m3u8"}, {"text": "ALL ARE CAUSES OF HIGH ANIONGAP ACIDOSIS EXCEPT", "options": [{"label": "A", "text": "RENAL FAILURE", "correct": false}, {"label": "B", "text": "LACTIC ACIDOSIS", "correct": false}, {"label": "C", "text": "RENAL ACIDURIA", "correct": true}, {"label": "D", "text": "ASPIRIN", "correct": false}], "correct_answer": "C. RENAL ACIDURIA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55531421701945477/55531421701945477.m3u8"}, {"text": "Most commonly seen in case of covid", "options": [{"label": "A", "text": "Diffuse alveolar damage", "correct": true}, {"label": "B", "text": "Endothelial injury", "correct": false}, {"label": "C", "text": "Fibrin thrombus", "correct": false}, {"label": "D", "text": "Pulmonary infarction", "correct": false}], "correct_answer": "A. Diffuse alveolar damage", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62805571701945489/62805571701945489.m3u8"}, {"text": "A 30/F with history of mucopurulent sputum and cough 2 years with following CT features. Diagnosis?", "options": [{"label": "A", "text": "Hydratid cyst", "correct": false}, {"label": "B", "text": "Cystic bronchiectasis", "correct": true}, {"label": "C", "text": "Sarcoidosis", "correct": false}, {"label": "D", "text": "Cystic fibrosis", "correct": false}], "correct_answer": "B. Cystic bronchiectasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230402190357-3.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76456531701945511/76456531701945511.m3u8"}, {"text": "Which is correct regarding ILD", "options": [{"label": "A", "text": "Honeycombing is common pattern in nsip", "correct": false}, {"label": "B", "text": "Respiratory bronchiolitis has strong association with smoking UIP Honey combin", "correct": true}, {"label": "C", "text": "Idiopathic pulmonary fibrosis has poor response to steroids", "correct": false}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "B. Respiratory bronchiolitis has strong association with smoking UIP Honey combin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1369461701945524/1369461701945524.m3u8"}, {"text": "IDENTIFY QUADRANT “A” in the graph", "options": [{"label": "A", "text": "Met Alkalosis", "correct": false}, {"label": "B", "text": "Acute Resp Acidosis", "correct": false}, {"label": "C", "text": "Met Acidosis", "correct": true}, {"label": "D", "text": "Acute Resp Alkalosis", "correct": false}], "correct_answer": "C. Met Acidosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/image-20230402190546-4.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Causes of central cyanosis are all except-", "options": [{"label": "A", "text": "Methemoglobinemia", "correct": false}, {"label": "B", "text": "Pulmonary arteriovenous fistula", "correct": false}, {"label": "C", "text": "Hypothermia", "correct": true}, {"label": "D", "text": "High altitude", "correct": false}], "correct_answer": "C. Hypothermia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67990461704880128/67990461704880128.m3u8"}, {"text": "Which of the following will have hypoxia with normal mm alveolar arterial gradient?", "options": [{"label": "A", "text": "Shunt", "correct": false}, {"label": "B", "text": "V/Q mismatch", "correct": false}, {"label": "C", "text": "Hypoventilation", "correct": true}, {"label": "D", "text": "Alveolar membrane disease", "correct": false}], "correct_answer": "C. Hypoventilation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A female with primary pulmonary hypertension with NYHA class II has negative vaso-reactive test. Which of the following is next step in management", "options": [{"label": "A", "text": "lloprost", "correct": false}, {"label": "B", "text": "Ambrisentan", "correct": true}, {"label": "C", "text": "IV Epoprostenol", "correct": false}, {"label": "D", "text": "Amlodipine", "correct": false}], "correct_answer": "B. Ambrisentan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23669741701945537/23669741701945537.m3u8"}, {"text": "Calculate the anion gap from the following information: Na+= 137 mmol/L K+= 4 mmol/L Cl- = 110mmol/L HCO 3-=15mmol/L", "options": [{"label": "A", "text": "22 mmol/L", "correct": false}, {"label": "B", "text": "16 mmol/L", "correct": false}, {"label": "C", "text": "10 mmol/L", "correct": false}, {"label": "D", "text": "12 mmol/L", "correct": true}], "correct_answer": "D. 12 mmol/L", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common pulmonary manifestation of SLE:", "options": [{"label": "A", "text": "Shrinking Lung", "correct": false}, {"label": "B", "text": "Pleuritis", "correct": true}, {"label": "C", "text": "Intra alveolar hemorrhage", "correct": false}, {"label": "D", "text": "Interstitial inflammation", "correct": false}], "correct_answer": "B. Pleuritis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following most associated with respiratory alkalosis:", "options": [{"label": "A", "text": "Assisted control mode ventilation", "correct": true}, {"label": "B", "text": "Controlled mandatory", "correct": false}, {"label": "C", "text": "Pressure controlled", "correct": false}, {"label": "D", "text": "SIMV", "correct": false}], "correct_answer": "A. Assisted control mode ventilation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient 60-years-old man present with renal failure develops vomiting and restless in ICU ABG Analysis showed Na+-145, Cl-=100 HCO3--25, PaCO2=40 and pH= 7.40. What is the most likely metabolic abnormality?", "options": [{"label": "A", "text": "High Anion gap metabolic acidosis with metabolic alkalosis", "correct": true}, {"label": "B", "text": "Normal ABG", "correct": false}, {"label": "C", "text": "Normal anion gap, metabolic acidosis", "correct": false}, {"label": "D", "text": "High Anion gap metabolic acidosis with normal metabolic acidosis", "correct": false}], "correct_answer": "A. High Anion gap metabolic acidosis with metabolic alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69821041704880140/69821041704880140.m3u8"}, {"text": "Reno pulmonary involvement include: A. Good pasture Syndrome B. Leptospira C. Hanta virus D. Wegener's granulomatous", "options": [{"label": "A", "text": "If a, b, c are correct", "correct": false}, {"label": "B", "text": "If a and c are correct", "correct": false}, {"label": "C", "text": "If b and d are correct", "correct": false}, {"label": "D", "text": "If all four (a, b, c & d are correct)", "correct": true}], "correct_answer": "D. If all four (a, b, c & d are correct)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The most common pulmonary manifestation of inhalation anthrax is:", "options": [{"label": "A", "text": "Atypical pneumonia", "correct": false}, {"label": "B", "text": "Hemorrhagic mediastinitis", "correct": true}, {"label": "C", "text": "Lung abscess", "correct": false}, {"label": "D", "text": "Broncho pulmonary pneumonia", "correct": false}], "correct_answer": "B. Hemorrhagic mediastinitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Incorrect regarding Regarding ABG sample:", "options": [{"label": "A", "text": "Normal pH can't rule out acid base disorder", "correct": false}, {"label": "B", "text": "Choose another site if Allen test is abnormal", "correct": false}, {"label": "C", "text": "Add 0.5 ml heparin to the syringe is recommended", "correct": true}, {"label": "D", "text": "Radial artery is preferred site", "correct": false}], "correct_answer": "C. Add 0.5 ml heparin to the syringe is recommended", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a patient admitted in hospital for CAP-Empirical treatment is usually done with a combination of beta lactams + azithromycin. Reason: Covers all the common organisms including anerobes.", "options": [{"label": "A", "text": "Both assertion and Reason are true and Reason is the correct explanation for the Assertion", "correct": false}, {"label": "B", "text": "Both assertion and Reason are true, and Reason is not the correct explanation for the Assertion", "correct": false}, {"label": "C", "text": "Assertion is true, but the Reason is false", "correct": true}, {"label": "D", "text": "Assertion is false, but the Reason is true", "correct": false}, {"label": "E", "text": "Both Assertion and Reason are false", "correct": false}], "correct_answer": "C. Assertion is true, but the Reason is false", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is wrong about the procedure of ABG?", "options": [{"label": "A", "text": "Flex the wrist", "correct": true}, {"label": "B", "text": "Clean the syringe with heparin", "correct": false}, {"label": "C", "text": "Needle to be punctured at 45 degrees", "correct": false}, {"label": "D", "text": "Perform Allens test", "correct": false}], "correct_answer": "A. Flex the wrist", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following will help us to differentiate cardiac tamponade from tension pneumothorax", "options": [{"label": "A", "text": "Low volume pulse", "correct": false}, {"label": "B", "text": "Breath sounds present", "correct": true}, {"label": "C", "text": "Distended veins", "correct": false}, {"label": "D", "text": "Low effect to bolus", "correct": false}], "correct_answer": "B. Breath sounds present", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65267351701945553/65267351701945553.m3u8"}, {"text": "Resistance to INH and rifampicin - treatment", "options": [{"label": "A", "text": "6 drugs for 6 months then 4 drugs x 18 months", "correct": true}, {"label": "B", "text": "6 drugs x 4 months then 4 drug x 12 months", "correct": false}, {"label": "C", "text": "7 drug x 2 month then 6 drugs for 1 month then 5 drugs x 5 months", "correct": false}, {"label": "D", "text": "7 drugs for 1 month then 6 drugs for 2 months then 5 drugs for 5 months", "correct": false}], "correct_answer": "A. 6 drugs for 6 months then 4 drugs x 18 months", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 22-years-old man presents with diarrhea and intolerance to dairy products, on investigation he was found to have lactase deficiency. Agent least likely to cause lactose intolerance among these is?", "options": [{"label": "A", "text": "Condensed MILK", "correct": false}, {"label": "B", "text": "Yoghurt", "correct": true}, {"label": "C", "text": "Ice cream", "correct": false}, {"label": "D", "text": "Skimmed milk", "correct": false}], "correct_answer": "B. Yoghurt", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49232031704880222/49232031704880222.m3u8"}, {"text": "40-years-malepatient who was a known smoker presents in AIIMS OPD with fever, fatigue, jaundice, yellow colored urine with clay colored stools. For the past few days he had developed aversion to cigarette smoking. On examination scleral icterus was present. LFT are: What investigations will you send for ruling out acute viral hepatitis?", "options": [{"label": "A", "text": "HBsAg, lgM antiHBC, AntiHCV, AntiHEV", "correct": false}, {"label": "B", "text": "AntiHAV, HBsAg, lgM antiHBc, AntiHCV", "correct": true}, {"label": "C", "text": "HBsAg, lgM antiHBC, AntiHDV, AntiHCV, AntiHEV", "correct": false}, {"label": "D", "text": "AntiHAV, lgMantiHBC, AntiHCV, AntiHEV", "correct": false}], "correct_answer": "B. AntiHAV, HBsAg, lgM antiHBc, AntiHCV", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(828).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78924741704880238/78924741704880238.m3u8"}, {"text": "'a' wave in JVP Indicates", "options": [{"label": "A", "text": "Right atrial contraction", "correct": true}, {"label": "B", "text": "Closure of tricuspid valve", "correct": false}, {"label": "C", "text": "Onset of ventricular systole", "correct": false}, {"label": "D", "text": "Maximal atrial filling", "correct": false}], "correct_answer": "A. Right atrial contraction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63650161704880255/63650161704880255.m3u8"}, {"text": "What is the diagnosis based on the ECG given below?", "options": [{"label": "A", "text": "AF", "correct": true}, {"label": "B", "text": "PSVT", "correct": false}, {"label": "C", "text": "Multifocal atrial tachycardia", "correct": false}, {"label": "D", "text": "Ventricular Fibrillation", "correct": false}], "correct_answer": "A. AF", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(716).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43868191704880269/43868191704880269.m3u8"}, {"text": "A patient is having Ph-7.12, HC03 28 and PC02 50 mmhg. What is the acid bas disorder in this patient?", "options": [{"label": "A", "text": "Metabolic acidosis with respiratory compensation", "correct": false}, {"label": "B", "text": "Metabolic alkalosis with respiratory compensation", "correct": false}, {"label": "C", "text": "Respiratory acidosis with renal compensation", "correct": true}, {"label": "D", "text": "Respiratory alkalosis with renal compensation", "correct": false}], "correct_answer": "C. Respiratory acidosis with renal compensation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52000151704880281/52000151704880281.m3u8"}, {"text": "An old lady developed intractable vomiting for 7 days with loss of fluid in stools, decrease food intake and developed altered sensorium. She is brought to the hospital, where fluid loss is corrected with rapid fluids and electrolyte correction is given for hyponatremia. During the treatment, the patient started having quadriplegia and mutism. What is the diagnosis?", "options": [{"label": "A", "text": "Rare complication of Rapid and aggressive sodium correction", "correct": true}, {"label": "B", "text": "Common complication of Hypernatremia", "correct": false}, {"label": "C", "text": "Brain stem infarcts", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "A. Rare complication of Rapid and aggressive sodium correction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1525371704880294/1525371704880294.m3u8"}, {"text": "A middle-aged man was arguing with his brother and got emotionally upset due to the arguments with his brother, he suddenly deve oped chest pain and collapsed. When brought to the hospital, he was declared dead. What is the diagnosis?", "options": [{"label": "A", "text": "Takotsubo cardiomyopathy", "correct": true}, {"label": "B", "text": "Dilated cardiomyopathy", "correct": false}, {"label": "C", "text": "Arrthmogenic right ventricle dysplasia", "correct": false}, {"label": "D", "text": "Chronic ischemic cardiomyopathy", "correct": false}], "correct_answer": "A. Takotsubo cardiomyopathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19418871704880305/19418871704880305.m3u8"}, {"text": "Diagnosis on the below ECG?", "options": [{"label": "A", "text": "MAT", "correct": true}, {"label": "B", "text": "AF", "correct": false}, {"label": "C", "text": "SVT", "correct": false}, {"label": "D", "text": "Anterior wall Ml", "correct": false}], "correct_answer": "A. MAT", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(497).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67298621704880321/67298621704880321.m3u8"}, {"text": "A 16 year boy presented witb steatorrhea. Schilling test +ve, Normal d xylulose. Duodenal biopsy normal. Diagnosis is -", "options": [{"label": "A", "text": "Ileal disease", "correct": true}, {"label": "B", "text": "Coeliac disease", "correct": false}, {"label": "C", "text": "UC", "correct": false}, {"label": "D", "text": "Intestinal lymphangioectasia", "correct": false}], "correct_answer": "A. Ileal disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24165831704880333/24165831704880333.m3u8"}, {"text": "ECG with \"mean\" axis of 90°. In which lead there would be the maximum voltage of R wave?", "options": [{"label": "A", "text": "III", "correct": false}, {"label": "B", "text": "I", "correct": false}, {"label": "C", "text": "aVF", "correct": true}, {"label": "D", "text": "aVL", "correct": false}], "correct_answer": "C. aVF", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59830831704880347/59830831704880347.m3u8"}, {"text": "While measuring blood pressure of a cardiac tamponade patient, what advice will you give him", "options": [{"label": "A", "text": "Hold breath", "correct": false}, {"label": "B", "text": "Breathe normally", "correct": true}, {"label": "C", "text": "Long and deep breathing", "correct": false}, {"label": "D", "text": "Short and shallow breaths", "correct": false}], "correct_answer": "B. Breathe normally", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75857221704880381/75857221704880381.m3u8"}, {"text": "Relative bradycardia not seen in?", "options": [{"label": "A", "text": "Typhoid", "correct": false}, {"label": "B", "text": "Malaria", "correct": true}, {"label": "C", "text": "Factitious fever", "correct": false}, {"label": "D", "text": "Brucella", "correct": false}], "correct_answer": "B. Malaria", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61689171704880397/61689171704880397.m3u8"}, {"text": "Most important marker for Alcoholic hepaitis", "options": [{"label": "A", "text": "GGT", "correct": true}, {"label": "B", "text": "ALP", "correct": false}, {"label": "C", "text": "ALT", "correct": false}, {"label": "D", "text": "LDH", "correct": false}], "correct_answer": "A. GGT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3027271704880410/3027271704880410.m3u8"}, {"text": "Combining Verapamil & Metoprolol will result in:", "options": [{"label": "A", "text": "AF", "correct": false}, {"label": "B", "text": "Tachycardia", "correct": false}, {"label": "C", "text": "Torsades de pointes", "correct": false}, {"label": "D", "text": "Brady/AV blocks", "correct": true}], "correct_answer": "D. Brady/AV blocks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33884431704880484/33884431704880484.m3u8"}, {"text": "Chest trauma+ Tachypnea (RR> 40) + Hypotension (BP-90/60)+ Hyper resonant note on Involved side. Next step:", "options": [{"label": "A", "text": "Intubate", "correct": false}, {"label": "B", "text": "CXR", "correct": false}, {"label": "C", "text": "IVF", "correct": false}, {"label": "D", "text": "Wide bore needle insertion on 5 ICS", "correct": true}], "correct_answer": "D. Wide bore needle insertion on 5 ICS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10730931701945583/10730931701945583.m3u8"}, {"text": "Calculate the anion gap from the following information: Na+= 137 mmol/L K+ = 4 mmol/L Cl- 110mmol/L HCO 3 - = 15 mmol/L", "options": [{"label": "A", "text": "22 mmol/L", "correct": false}, {"label": "B", "text": "16 mmol/L", "correct": false}, {"label": "C", "text": "10 mmol/L", "correct": false}, {"label": "D", "text": "12 mmol/L", "correct": true}], "correct_answer": "D. 12 mmol/L", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77246211704880537/77246211704880537.m3u8"}, {"text": "Deep y descent in JVP is seen in all except:", "options": [{"label": "A", "text": "Cardiac tamponade", "correct": true}, {"label": "B", "text": "RCM", "correct": false}, {"label": "C", "text": "Constrictive pericarditis", "correct": false}, {"label": "D", "text": "Tricuspid regurgitation", "correct": false}], "correct_answer": "A. Cardiac tamponade", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50880651704880549/50880651704880549.m3u8"}, {"text": "True about Postural Hypotension:", "options": [{"label": "A", "text": "Decrease in Systolic blood pressure 20 mmHg within 6 mins", "correct": false}, {"label": "B", "text": "Decrese in Systolic blood P.ressure 20 mmHg within 3 min", "correct": true}, {"label": "C", "text": "Decrease in Diastolic blood pressure 20 mmHg within 6 mins", "correct": false}, {"label": "D", "text": "Decrease in Diastolic blood pressure 20 mmHg within 3 mins", "correct": false}], "correct_answer": "B. Decrese in Systolic blood P.ressure 20 mmHg within 3 min", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55497331704880565/55497331704880565.m3u8"}, {"text": "A 34-years-old male with history of Palpations came to emergency with a pulse rate 156/min and with a BP-70/40 mm Hg. Emergency crew has tried vagal maneuver and adenosine to which the rhythm is refractory. What is the next step:", "options": [{"label": "A", "text": "Repeat adenosine", "correct": false}, {"label": "B", "text": "Amiodarone", "correct": false}, {"label": "C", "text": "DC shock", "correct": true}, {"label": "D", "text": "Adrenaline", "correct": false}], "correct_answer": "C. DC shock", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(334).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43138481704880588/43138481704880588.m3u8"}, {"text": "Cornerstone treatment of dengue fever with warning signs without shock or hemorrhage is:", "options": [{"label": "A", "text": "Platelet transfusion", "correct": false}, {"label": "B", "text": "IV fluids", "correct": true}, {"label": "C", "text": "Steroids", "correct": false}, {"label": "D", "text": "Antivirals", "correct": false}], "correct_answer": "B. IV fluids", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4701051704880599/4701051704880599.m3u8"}, {"text": "The ECG of a pregnant lady with the history of Preeclampsia is shown below. Her vitals were stable. Next best management is:", "options": [{"label": "A", "text": "DC shock", "correct": false}, {"label": "B", "text": "Iv MgSo4", "correct": true}, {"label": "C", "text": "Synchronized cardioversion", "correct": false}, {"label": "D", "text": "IV calcium", "correct": false}], "correct_answer": "B. Iv MgSo4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17(298).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55059351704880616/55059351704880616.m3u8"}, {"text": "Drug not given in Wilson disease:", "options": [{"label": "A", "text": "Trientine", "correct": false}, {"label": "B", "text": "Calcium", "correct": true}, {"label": "C", "text": "Penicillamine", "correct": false}, {"label": "D", "text": "Zinc", "correct": false}], "correct_answer": "B. Calcium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74817061704880630/74817061704880630.m3u8"}, {"text": "Criteria to discharge a patient for dengue hemorrhage fever include:", "options": [{"label": "A", "text": "Urine output >200 ml/day", "correct": false}, {"label": "B", "text": "After 24 hours fever controlled on paracetamol", "correct": false}, {"label": "C", "text": "After return of appetite", "correct": true}, {"label": "D", "text": "24 hours after control of shock", "correct": false}], "correct_answer": "C. After return of appetite", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65112501704880645/65112501704880645.m3u8"}, {"text": "Patient of hepatitis B recovered from infection.Name the serological maker", "options": [{"label": "A", "text": "Anti Hbc igG", "correct": true}, {"label": "B", "text": "Anti Hbs", "correct": false}, {"label": "C", "text": "HbsAG", "correct": false}, {"label": "D", "text": "Anti Hbe lgG", "correct": false}], "correct_answer": "A. Anti Hbc igG", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65305401704880659/65305401704880659.m3u8"}, {"text": "All are true about bone marrow biopsy(image of bone marrow biopsy needle given) except", "options": [{"label": "A", "text": "Platelets < 40000 is contraindication", "correct": true}, {"label": "B", "text": "Can be done in both prone or lateral position", "correct": false}, {"label": "C", "text": "lnfilterative and granulomatous diseases are indications", "correct": false}, {"label": "D", "text": "No breath holding needed", "correct": false}], "correct_answer": "A. Platelets < 40000 is contraindication", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57799151704880673/57799151704880673.m3u8"}, {"text": "All drugs used in heart failure except", "options": [{"label": "A", "text": "Nesiritide", "correct": false}, {"label": "B", "text": "Trimetazine", "correct": true}, {"label": "C", "text": "Metoprololl", "correct": false}, {"label": "D", "text": "Sacubitril", "correct": false}], "correct_answer": "B. Trimetazine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9447301704880685/9447301704880685.m3u8"}, {"text": "Calculate the total sodium deficit in 60 kg male patient with serum Na 120 meq/L.,serum K 4 meq/L,serum Cl-90 meq/L.", "options": [{"label": "A", "text": "20", "correct": false}, {"label": "B", "text": "200", "correct": false}, {"label": "C", "text": "400", "correct": false}, {"label": "D", "text": "720", "correct": true}], "correct_answer": "D. 720", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36255261704880700/36255261704880700.m3u8"}, {"text": "Management of prick of resident doctor with patient and following results", "options": [{"label": "A", "text": "Give immunoglobulin followed by vaccine single dose", "correct": false}, {"label": "B", "text": "Give immunoglobulin but Vaccination not required", "correct": false}, {"label": "C", "text": "Give immunoglobulin followed by full course of vaccination", "correct": false}, {"label": "D", "text": "Nothing to be done", "correct": true}], "correct_answer": "D. Nothing to be done", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27(168).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57603741704880715/57603741704880715.m3u8"}, {"text": "In NSTEMI which drug is not given", "options": [{"label": "A", "text": "Aspirin", "correct": false}, {"label": "B", "text": "Streptokinase", "correct": true}, {"label": "C", "text": "Prasugrel", "correct": false}, {"label": "D", "text": "Clopidogrel", "correct": false}], "correct_answer": "B. Streptokinase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26830531704880730/26830531704880730.m3u8"}, {"text": "A patient has bloody diarrhea with inflamed joint and pain, Causative organism", "options": [{"label": "A", "text": "E coli", "correct": false}, {"label": "B", "text": "Shigella", "correct": true}, {"label": "C", "text": "Rota virus", "correct": false}, {"label": "D", "text": "Staphylococcus", "correct": false}], "correct_answer": "B. Shigella", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1157871704880742/1157871704880742.m3u8"}, {"text": "True about Unconjugated hyperbilirubinemia are all except", "options": [{"label": "A", "text": "Increase urine urobilinogen", "correct": false}, {"label": "B", "text": "Increase fecal urobilinogen", "correct": false}, {"label": "C", "text": "Increase urine bilirubin", "correct": true}, {"label": "D", "text": "Seen in hemolytic anemia", "correct": false}], "correct_answer": "C. Increase urine bilirubin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3064611704880752/3064611704880752.m3u8"}, {"text": "Massive blood transfusion. Which doesn't happen", "options": [{"label": "A", "text": "Hyokalemia", "correct": false}, {"label": "B", "text": "Hyperkalemia", "correct": false}, {"label": "C", "text": "Hypocalcemia", "correct": false}, {"label": "D", "text": "Hypercalcemia", "correct": true}], "correct_answer": "D. Hypercalcemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25688561704880764/25688561704880764.m3u8"}, {"text": "65 year old Male presented to casualty with hb- 5.4, urea - 83 creatinine 6 uric acid 8 ca 12 , k- 4.4 on bone marrow aspiration - 60% plasma cells next line of management?", "options": [{"label": "A", "text": "Nephrologist opinion for dialysis", "correct": false}, {"label": "B", "text": "Lenalidomide + dexamethasone", "correct": false}, {"label": "C", "text": "Dexamethasone+ IV fluids+ diuretics", "correct": true}, {"label": "D", "text": "Dexamethasone+ IV fluids+ Zoledronate", "correct": false}], "correct_answer": "C. Dexamethasone+ IV fluids+ diuretics", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1896301704880777/1896301704880777.m3u8"}, {"text": "30 year old female postpartum acute renal failure with Na- 135 mEq/L, k- 6.5 mEq/L and Cl-105 mEq/L and blood glucose of 150 mg/di?", "options": [{"label": "A", "text": "IV fluids NS", "correct": false}, {"label": "B", "text": "5%D with insulin", "correct": true}, {"label": "C", "text": "Calcitonin", "correct": false}, {"label": "D", "text": "Decrease KCL dose in IV fluids", "correct": false}], "correct_answer": "B. 5%D with insulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39197541704880790/39197541704880790.m3u8"}, {"text": "PEP for HIV to a medical personnel after needle injury", "options": [{"label": "A", "text": "Z + L + indinavir", "correct": false}, {"label": "B", "text": "Z + L + nevirapine", "correct": false}, {"label": "C", "text": "Z + L + stavudine", "correct": false}, {"label": "D", "text": "Z + L + Lopinavir", "correct": true}], "correct_answer": "D. Z + L + Lopinavir", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57343921704880801/57343921704880801.m3u8"}, {"text": "Celiac disease true statement?", "options": [{"label": "A", "text": "Increases risk of GI lymphoma", "correct": true}, {"label": "B", "text": "Can be manged on bread and pasta", "correct": false}, {"label": "C", "text": "Diagnosed by CT scan", "correct": false}, {"label": "D", "text": "Most common cause of malnutrition in developing countries", "correct": false}], "correct_answer": "A. Increases risk of GI lymphoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18565741704880815/18565741704880815.m3u8"}, {"text": "Patient comes palpitation to ER - .P-180lmin, BP - 70mm of Hg systolic. ECG shows narrow qrs complex tachycardia with regular heart rate. What is the next step in management?", "options": [{"label": "A", "text": "Cardioversion", "correct": true}, {"label": "B", "text": "Adenosine", "correct": false}, {"label": "C", "text": "IV Fluids", "correct": false}, {"label": "D", "text": "Inotropes", "correct": false}], "correct_answer": "A. Cardioversion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1963551704880830/1963551704880830.m3u8"}, {"text": "Patient comes to ER with chest pain of 3 hours duration and normal BP. ECG shows ST depression with 't' inversion. Troponin levels are 140. Next line of management?", "options": [{"label": "A", "text": "PCI", "correct": false}, {"label": "B", "text": "Thrombolysis with Alteplase", "correct": false}, {"label": "C", "text": "Prophylaxis for arrythmia", "correct": false}, {"label": "D", "text": "Aspirin with Heparin", "correct": true}], "correct_answer": "D. Aspirin with Heparin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2045111704880844/2045111704880844.m3u8"}, {"text": "Chest pain with ST elevation on ECG. Best test for diagnosis within 2 hours", "options": [{"label": "A", "text": "Troponin", "correct": false}, {"label": "B", "text": "BNP", "correct": false}, {"label": "C", "text": "CpkMB", "correct": false}, {"label": "D", "text": "FABP", "correct": true}], "correct_answer": "D. FABP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74548261704880862/74548261704880862.m3u8"}, {"text": "A Basket ball player while playing palpitations, dyspnea . On ECHO -SAM massive LVH Diagnosis and treatment.", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "HOCM", "correct": true}], "correct_answer": "D. HOCM", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7653941704880874/7653941704880874.m3u8"}, {"text": "Pyoderma Gangrenosum is most commonly associated with?", "options": [{"label": "A", "text": "Crohn's disease", "correct": false}, {"label": "B", "text": "Ulcerative Colitis", "correct": true}, {"label": "C", "text": "All", "correct": false}, {"label": "D", "text": "Other", "correct": false}], "correct_answer": "B. Ulcerative Colitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65075321704880886/65075321704880886.m3u8"}, {"text": "True about KF rings in Wilson disease", "options": [{"label": "A", "text": "Pathognomic in all patients", "correct": false}, {"label": "B", "text": "Seen in all cases of hepatic involvement", "correct": false}, {"label": "C", "text": "Seen in all cases of brain involvement", "correct": false}, {"label": "D", "text": "Reversible with treatment", "correct": true}], "correct_answer": "D. Reversible with treatment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17087081704880897/17087081704880897.m3u8"}, {"text": "Anaemia with hyperpigmented knuckles", "options": [{"label": "A", "text": "B12 deficiency", "correct": true}, {"label": "B", "text": "Thiamine deficiency", "correct": false}, {"label": "C", "text": "All", "correct": false}, {"label": "D", "text": "Other", "correct": false}], "correct_answer": "A. B12 deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7721261704880908/7721261704880908.m3u8"}, {"text": "A Patient Presented With hpercalcaemia. TLC, DLC Normal.Hb:7 gm%. Serum Creatinine Raised. T Total Protein 9. Serum Albumin Low. Back Pain Tenderness With Focal Lytic Lesion. What Is The Most Likely Cause?", "options": [{"label": "A", "text": "Breast Cancer Metastasis", "correct": false}, {"label": "B", "text": "Multiple Myeloma", "correct": true}, {"label": "C", "text": "Milk Alkali Syndrome", "correct": false}, {"label": "D", "text": "Primary Hyperparathyroidism", "correct": false}], "correct_answer": "B. Multiple Myeloma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78562221704880920/78562221704880920.m3u8"}, {"text": "Neutropenic Fever Clinical Case Which Antibiotic Not Given?", "options": [{"label": "A", "text": "Cefepime", "correct": false}, {"label": "B", "text": "Tazobactum/Piperacilin", "correct": false}, {"label": "C", "text": "Linezolid", "correct": true}, {"label": "D", "text": "Meropenem", "correct": false}], "correct_answer": "C. Linezolid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15632031704880936/15632031704880936.m3u8"}, {"text": "In Physiological Jaundice Which Finding Seen", "options": [{"label": "A", "text": "Increase Urine Bilirubin", "correct": false}, {"label": "B", "text": "Absent Urine Urobilinogen", "correct": false}, {"label": "C", "text": "Increase Serum Unconjugated Bilirubin", "correct": true}, {"label": "D", "text": "Increase Serum Conjugated Bilirubin", "correct": false}], "correct_answer": "C. Increase Serum Unconjugated Bilirubin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35610081704880947/35610081704880947.m3u8"}, {"text": "A 60 Year Old Smoker Has Hepatomegaly, Chest Bilateral Crepts. Systolic Murmur Heard At Left 5th IC Space. Which Part Of Heart Is Affected?", "options": [{"label": "A", "text": "Ra+ La", "correct": false}, {"label": "B", "text": "La+Lv", "correct": false}, {"label": "C", "text": "RV + RA", "correct": true}, {"label": "D", "text": "Lv+Rv", "correct": false}], "correct_answer": "C. RV + RA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11809671704880958/11809671704880958.m3u8"}, {"text": "Young Athelete Has Sudden Cardiac Death.Heart Image Is Shown In Figure. Likely Cause", "options": [{"label": "A", "text": "Rhd", "correct": false}, {"label": "B", "text": "HOCM", "correct": true}, {"label": "C", "text": "High Cholesterol", "correct": false}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "B. HOCM", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/51(86).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61217621704880970/61217621704880970.m3u8"}, {"text": "In JVP which wave occur during isovolumetric contraction phase", "options": [{"label": "A", "text": "A wave", "correct": false}, {"label": "B", "text": "C wave", "correct": true}, {"label": "C", "text": "X descent", "correct": false}, {"label": "D", "text": "Y descent", "correct": false}], "correct_answer": "B. C wave", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64695871704880981/64695871704880981.m3u8"}, {"text": "Which is associated with hypokalemic metabolic alkalosis with hypertension", "options": [{"label": "A", "text": "Bartter syndrome", "correct": false}, {"label": "B", "text": "Gitelman syndrome", "correct": false}, {"label": "C", "text": "Liddle syndrome", "correct": true}, {"label": "D", "text": "Gordon syndrome", "correct": false}], "correct_answer": "C. Liddle syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20293511704880993/20293511704880993.m3u8"}, {"text": "To meet the definition of resistant hypertension, patient should be on at least which drug", "options": [{"label": "A", "text": "Beta blocker", "correct": false}, {"label": "B", "text": "Diuretic", "correct": true}, {"label": "C", "text": "Alpha blocker", "correct": false}, {"label": "D", "text": "Methyldopa", "correct": false}], "correct_answer": "B. Diuretic", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/707251704881004/707251704881004.m3u8"}, {"text": "A patient presented with transient ischemic attack. Pulse is irregular. ECHO shows mitral stenosis. ECG revealed atrial fibrillation. Which of the following is true regarding stroke prevention in this case A. Aspirin only B. Warfarin C. Dabigatran are not indicated D. Surgery for mitral stenosis", "options": [{"label": "A", "text": "A and C", "correct": false}, {"label": "B", "text": "A and D", "correct": false}, {"label": "C", "text": "B and D", "correct": true}, {"label": "D", "text": "A, B, C and D", "correct": false}], "correct_answer": "C. B and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14204241704881023/14204241704881023.m3u8"}, {"text": "A patient with cirrhosis and ascites.For treatment what is the preferred diuretic it serum K status is not known", "options": [{"label": "A", "text": "Furosemide", "correct": false}, {"label": "B", "text": "Eplerenone", "correct": true}, {"label": "C", "text": "Chlorthiazide", "correct": false}, {"label": "D", "text": "Triamterine", "correct": false}], "correct_answer": "B. Eplerenone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6491031704881055/6491031704881055.m3u8"}, {"text": "All the following are causes of splenomegaly except", "options": [{"label": "A", "text": "CMV", "correct": false}, {"label": "B", "text": "Lymphoma", "correct": false}, {"label": "C", "text": "Leukemia", "correct": false}, {"label": "D", "text": "Aplastic anemia", "correct": true}], "correct_answer": "D. Aplastic anemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/620051704881066/620051704881066.m3u8"}, {"text": "Serology reports of a patient shows the following results A. HbsAg-negative B. HbeAg-negative C. IGm anti Hbc negative D. IgG anti Hbc positive What is the diagnosis", "options": [{"label": "A", "text": "Chronic hepatitis active carrier", "correct": false}, {"label": "B", "text": "Chronic hepatitis inactive carrier", "correct": true}, {"label": "C", "text": "Precore mutant", "correct": false}, {"label": "D", "text": "Acute hepatitis B", "correct": false}], "correct_answer": "B. Chronic hepatitis inactive carrier", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54981681704881077/54981681704881077.m3u8"}, {"text": "For hepatitis B vaccine which subunit is given", "options": [{"label": "A", "text": "HbsAg", "correct": true}, {"label": "B", "text": "HbcAg", "correct": false}, {"label": "C", "text": "HbeAg", "correct": false}, {"label": "D", "text": "HbxAg", "correct": false}], "correct_answer": "A. HbsAg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29291611704881090/29291611704881090.m3u8"}, {"text": "All are features of complicated malaria except", "options": [{"label": "A", "text": "PH >7.25", "correct": true}, {"label": "B", "text": "Unarousable coma", "correct": false}, {"label": "C", "text": "Glucose < 40", "correct": false}, {"label": "D", "text": "Serum Creatinine 5.2 mg/dl", "correct": false}], "correct_answer": "A. PH >7.25", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49526271704881104/49526271704881104.m3u8"}, {"text": "Which is not used in emergency treatment of hyperkalemia", "options": [{"label": "A", "text": "Ca gluconate", "correct": false}, {"label": "B", "text": "Insulin", "correct": false}, {"label": "C", "text": "Salbutamol", "correct": false}, {"label": "D", "text": "MgSO4", "correct": true}], "correct_answer": "D. MgSO4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76078221704881115/76078221704881115.m3u8"}, {"text": "All the following are true about inflammatory bowel disease", "options": [{"label": "A", "text": "Crohn has skip lesions", "correct": true}, {"label": "B", "text": "Strong genetic predisposition", "correct": false}, {"label": "C", "text": "Crohn has only mucosaI involvement", "correct": false}, {"label": "D", "text": "Crohn's is curable through surgical resection of the affected segment", "correct": false}], "correct_answer": "A. Crohn has skip lesions", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10781221701864791/10781221701864791.m3u8"}, {"text": "Chronic hepatitis B has which serology profile 1. hbsag 2. Anti hbs 3. Anti HBc 4. Hbv dna", "options": [{"label": "A", "text": "+,-,+,+", "correct": true}, {"label": "B", "text": "-,+,-,+", "correct": false}, {"label": "C", "text": "-,-,+,+", "correct": false}, {"label": "D", "text": "-,+,-,-", "correct": false}], "correct_answer": "A. +,-,+,+", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14090491701864850/14090491701864850.m3u8"}, {"text": "All are AIDS defining tumours except", "options": [{"label": "A", "text": "Kaposi sarcoma", "correct": false}, {"label": "B", "text": "Cervical cancer", "correct": false}, {"label": "C", "text": "NHL", "correct": false}, {"label": "D", "text": "Melanoma", "correct": true}], "correct_answer": "D. Melanoma", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• The CDC (Centers for Disease Control and Prevention) defines AIDS based on the presence of certain opportunistic infections or cancers. Melanoma, while serious, does not meet the criteria to be classified as an AIDS-defining condition.</li><li>• Incorrect Options: A) Kaposi sarcoma Correctly classified as an AIDS-defining cancer. Caused by HHV-8, it is especially common in advanced HIV disease and is one of the first recognized AIDS-associated cancers.</li><li>• B) Cervical cancer Invasive cervical cancer is an AIDS-defining illness. It is caused by persistent HPV infection and is particularly aggressive in HIV-positive individuals.</li><li>• C) Non-Hodgkin Lymphoma (NHL) Certain types of NHL (especially high-grade B-cell lymphomas like primary CNS lymphoma) are considered AIDS-defining conditions due to their strong association with HIV-related immunosuppression.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Correct among following ecg leads. A. Lead 1 is positive terminal to right arm and negative to left arm B. Lead 2 is positive terminal to right arm and negative to left leg C. Lead 3 is positive terminal to left arm and negative to left leg D. Ground connected to right leg", "options": [{"label": "A", "text": "All of the above", "correct": false}, {"label": "B", "text": "A and B", "correct": false}, {"label": "C", "text": "A,B, D", "correct": false}, {"label": "D", "text": "Only D", "correct": true}], "correct_answer": "D. Only D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27418481701864904/27418481701864904.m3u8"}, {"text": "Which of the following differentiate superinfection from coinfection of hepatitis D with hepatitis B?", "options": [{"label": "A", "text": "Igm anti Hbc", "correct": false}, {"label": "B", "text": "IgM anti HDV", "correct": false}, {"label": "C", "text": "High viral load of hepatitis B", "correct": false}, {"label": "D", "text": "High viral load of hepatitis D", "correct": false}, {"label": "E", "text": "IgG anti HDV", "correct": false}, {"label": "F", "text": "IgG anti Hbc", "correct": true}], "correct_answer": "F. IgG anti Hbc", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46088771701864930/46088771701864930.m3u8"}, {"text": "Patient presented with seizures in emergency with elevated liver enzymes, which drug can be used?", "options": [{"label": "A", "text": "Midazolam", "correct": false}, {"label": "B", "text": "Oxazepam", "correct": true}], "correct_answer": "B. Oxazepam", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74533051704881165/74533051704881165.m3u8"}, {"text": "60 year old man post MI and type 2 diabetes had lab values as LDL 120, HDL 40 AND TG 270mg/dl, which of the following must be his treatment pan", "options": [{"label": "A", "text": "Atorvastatin 80mg", "correct": true}, {"label": "B", "text": "Atorvastatin 20mg", "correct": false}, {"label": "C", "text": "Rosuvastatin 10mg", "correct": false}, {"label": "D", "text": "Fenofibrate", "correct": false}], "correct_answer": "A. Atorvastatin 80mg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58846521704881178/58846521704881178.m3u8"}, {"text": "Hypertensive patient with deranged renal function and hyperkalemia on some anti hypertensive drug, which of the following drug should be stopped?", "options": [{"label": "A", "text": "Furosemide", "correct": false}, {"label": "B", "text": "Amlodipine", "correct": false}, {"label": "C", "text": "Losartan", "correct": true}, {"label": "D", "text": "Propranolol", "correct": false}], "correct_answer": "C. Losartan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65756991704881191/65756991704881191.m3u8"}, {"text": "11 year old boy with intentional tremors and sister having similar complaint with KF ring, likely cause?", "options": [{"label": "A", "text": "Wilson's disease", "correct": true}, {"label": "B", "text": "Huntingtons chorea", "correct": false}, {"label": "C", "text": "Hepatitis A", "correct": false}, {"label": "D", "text": "Glutamic aciduria", "correct": false}], "correct_answer": "A. Wilson's disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture%203.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1784041701864982/1784041701864982.m3u8"}, {"text": "Which is not a sign of heart failure ?", "options": [{"label": "A", "text": "Non pulsatile rise in JVP", "correct": true}, {"label": "B", "text": "ORTHOPNEA", "correct": false}, {"label": "C", "text": "Shortness of breath after 2-3hrs of sleep.", "correct": false}, {"label": "D", "text": "Right hypochondrial pain", "correct": false}], "correct_answer": "A. Non pulsatile rise in JVP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5315001701865051/5315001701865051.m3u8"}, {"text": "Tetany can be caused by all except?", "options": [{"label": "A", "text": "Pancreatitis", "correct": false}, {"label": "B", "text": "Vit D toxicity", "correct": true}, {"label": "C", "text": "Low Mg", "correct": false}], "correct_answer": "B. Vit D toxicity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10782611704881210/10782611704881210.m3u8"}, {"text": "A patient with low Hb,low MCH,low MCV and high ferritin Diagnosis", "options": [{"label": "A", "text": "Iron deficiency anemia", "correct": false}, {"label": "B", "text": "Sideroblastic anemia", "correct": false}, {"label": "C", "text": "Chronic inflammation", "correct": true}, {"label": "D", "text": "Thalassemia", "correct": false}], "correct_answer": "C. Chronic inflammation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66623891704881221/66623891704881221.m3u8"}, {"text": "Resection of which of the following results in macrocytosis? A. Stomach B. Duodenum C. Jejunum D. Ileum", "options": [{"label": "A", "text": "A. B, C", "correct": false}, {"label": "B", "text": "C and", "correct": false}, {"label": "C", "text": "A, B and D", "correct": false}, {"label": "D", "text": "All are correct", "correct": true}], "correct_answer": "D. All are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68080531704881232/68080531704881232.m3u8"}, {"text": "A woman presents with pain, swelling and redness of knee joint and hand. There were associated complaints of Morning stiffness with problem in squatting. The swelling spared the DIP joints. The image of the patient’s hands is shown below. What is the most likely diagnosis?", "options": [{"label": "A", "text": "Rheumatoid Arthritis", "correct": true}, {"label": "B", "text": "Osteoarthritis", "correct": false}, {"label": "C", "text": "Villonodular Synovitis", "correct": false}, {"label": "D", "text": "Post traumatic dystrophy with Complex regional pain syndrome", "correct": false}], "correct_answer": "A. Rheumatoid Arthritis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(948).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following cannot be diagnosed if ANA is negative?", "options": [{"label": "A", "text": "Scleroderma", "correct": false}, {"label": "B", "text": "SLE", "correct": true}, {"label": "C", "text": "Sjogren", "correct": false}, {"label": "D", "text": "DLE", "correct": false}], "correct_answer": "B. SLE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following:", "options": [{"label": "A", "text": "A-5, B-3, C-2, and D-1", "correct": true}, {"label": "B", "text": "A-4, B-2, C-5, and D-3", "correct": false}, {"label": "C", "text": "A-3, B-4, C-1, and D-2", "correct": false}, {"label": "D", "text": "A-1, B-2, C-3, and D-4", "correct": false}], "correct_answer": "A. A-5, B-3, C-2, and D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(729).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the best nutritional regimen end stage CKD patients:", "options": [{"label": "A", "text": "Low calorie, low volume", "correct": false}, {"label": "B", "text": "Low calorie, high volume", "correct": false}, {"label": "C", "text": "High calorie, low volume", "correct": true}, {"label": "D", "text": "High calorie, high volume", "correct": false}], "correct_answer": "C. High calorie, low volume", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Themes & Focus: Arthritis Options list Lead in questions: For each description below, choose the single most likely diagnoses from the below list of options 2. A 32-years-old lady with joint pain, oral ulcers and skin rashes that worsen when she moves out of her home.", "options": [{"label": "A", "text": "RA", "correct": false}, {"label": "B", "text": "SLE", "correct": true}, {"label": "C", "text": "Pseudogout", "correct": false}, {"label": "D", "text": "Gout", "correct": false}, {"label": "E", "text": "Ankylosing spondylitis", "correct": false}, {"label": "F", "text": "Osteoarthritis", "correct": false}], "correct_answer": "B. SLE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Themes & Focus: Arthritis Options list Lead in questions: For each description below, choose the single most likely diagnoses from the below list of options 3. A 46-years-old man with history of 10 years low back pain. On radiology B/L ?xed sacroiliac joints and syndesmophytes in the lumbar spine.", "options": [{"label": "A", "text": "RA", "correct": false}, {"label": "B", "text": "SLE", "correct": false}, {"label": "C", "text": "Pseudogout", "correct": false}, {"label": "D", "text": "Gout", "correct": false}, {"label": "E", "text": "Ankylosing spondylitis", "correct": true}, {"label": "F", "text": "Osteoarthritis", "correct": false}], "correct_answer": "E. Ankylosing spondylitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Uremic Symptom not improved after dialysis", "options": [{"label": "A", "text": "Peripheral neuropathy", "correct": true}, {"label": "B", "text": "Seizure", "correct": false}, {"label": "C", "text": "Pericarditis", "correct": false}, {"label": "D", "text": "Metabolic alkalosis", "correct": false}], "correct_answer": "A. Peripheral neuropathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "CKD With Gfr<30ml/min. Which Diuretic Can Be Used?", "options": [{"label": "A", "text": "Hydrochlorthiazide", "correct": false}, {"label": "B", "text": "Chlorthalidone", "correct": false}, {"label": "C", "text": "Metalazone", "correct": true}, {"label": "D", "text": "Indapamide", "correct": false}], "correct_answer": "C. Metalazone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All are used as first line treatment in rheumatoid arthritis except", "options": [{"label": "A", "text": "Sulphasalazine", "correct": false}, {"label": "B", "text": "Methotrexate", "correct": false}, {"label": "C", "text": "HCQS", "correct": false}, {"label": "D", "text": "Azathioprine", "correct": true}], "correct_answer": "D. Azathioprine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with proximal muscle weakness, facial rash, and knuckle rash rash as shown in the figure. What is the lesion due to", "options": [{"label": "A", "text": "SLE", "correct": false}, {"label": "B", "text": "Dermatomyositis", "correct": true}, {"label": "C", "text": "Polymyositis", "correct": false}, {"label": "D", "text": "Sarcoidosis", "correct": false}], "correct_answer": "B. Dermatomyositis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17(306).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Pegloticase used for treatment of", "options": [{"label": "A", "text": "Chronic gout", "correct": true}, {"label": "B", "text": "Paralytic ileus", "correct": false}, {"label": "C", "text": "Psoriatic arthritis", "correct": false}, {"label": "D", "text": "Rheumatoid arthritis", "correct": false}], "correct_answer": "A. Chronic gout", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient of RTA presents in emergency with inability to speak. On examination, the patient was moaning with inability to speak but patient was able to understand what he wanted to speak. Which of the following marked area of brain is involved in this?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": true}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "B. B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(965).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9813011701234466/9813011701234466.m3u8"}, {"text": "Berry aneurysm most commonly occurs due to:", "options": [{"label": "A", "text": "Endothelial injury of vessel due to HTN", "correct": false}, {"label": "B", "text": "Tunica media defect", "correct": true}, {"label": "C", "text": "Endothelial layer defect", "correct": false}, {"label": "D", "text": "Adventitia defect", "correct": false}], "correct_answer": "B. Tunica media defect", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77391051701234486/77391051701234486.m3u8"}, {"text": "Patient had recurrent optic neuritis of both eyes with Extensive Transverse Myelitis. Visual acuity in Right eye is 6/60 & visual acuity in Left eye 6/18. Patient showed 50% response to steroids. Diagnosis is:", "options": [{"label": "A", "text": "NMO (Neuromyelitis optica)", "correct": true}, {"label": "B", "text": "SACD (Subacute combined degeneration os spinal cord)", "correct": false}, {"label": "C", "text": "Posterior cerebral artery stroke", "correct": false}, {"label": "D", "text": "Neurosyphilis", "correct": false}], "correct_answer": "A. NMO (Neuromyelitis optica)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48539061701234500/48539061701234500.m3u8"}, {"text": "True/False guarding a patient presents with right sided hemiparesis and aphasia since 1 hour- A. Tenectplase not started if CT scan normal B. Tenectplase not started before MRI if CT scan normal C. rTPA given when BP < 185/100 D. rTPA given in a patient taking warfarin with INR 1.4 E. Dual antiplatelet therapy immediately", "options": [{"label": "A", "text": "A-True, B -False, C-True, D-True, E-False", "correct": true}, {"label": "B", "text": "A-False, B -False, C-True, D-True, E-False", "correct": false}, {"label": "C", "text": "A-True, B -False, C-False, D-True, E-False", "correct": false}, {"label": "D", "text": "A-True, B -True, C-True, D-True, E-False", "correct": false}], "correct_answer": "A. A-True, B -False, C-True, D-True, E-False", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69401451701234516/69401451701234516.m3u8"}, {"text": "Which of the following is false ?", "options": [{"label": "A", "text": "EEG is mandatory for diagnosis of epilepsy", "correct": true}, {"label": "B", "text": "EEG is used for diagnosis of frontal lobe seizures", "correct": false}, {"label": "C", "text": "In abscence EEG will show generalized spike and wave pattern", "correct": false}, {"label": "D", "text": "10% of normal people also show epileptiform discharge on EEG", "correct": false}], "correct_answer": "A. EEG is mandatory for diagnosis of epilepsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40460821701234531/40460821701234531.m3u8"}, {"text": "Eye hand coordination is the function of which lobe", "options": [{"label": "A", "text": "Frontal", "correct": false}, {"label": "B", "text": "Parietal", "correct": true}, {"label": "C", "text": "Temporal", "correct": false}, {"label": "D", "text": "Occipital", "correct": false}], "correct_answer": "B. Parietal", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75392791701234541/75392791701234541.m3u8"}, {"text": "Which of the following is used in acute treatment of cluster headache?", "options": [{"label": "A", "text": "Oral sumatriptan", "correct": false}, {"label": "B", "text": "SC sumatriptan", "correct": true}, {"label": "C", "text": "Oxygen at 6L/min", "correct": false}, {"label": "D", "text": "Oxygen at 8L/min", "correct": false}], "correct_answer": "B. SC sumatriptan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16802111701234552/16802111701234552.m3u8"}, {"text": "Which of the following is the preferred drug for treatment of primary progressive multiple sclerosis", "options": [{"label": "A", "text": "Natalizumab", "correct": false}, {"label": "B", "text": "Ocrelizumab", "correct": true}, {"label": "C", "text": "Alemtuzumab", "correct": false}, {"label": "D", "text": "None of the above.", "correct": false}], "correct_answer": "B. Ocrelizumab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11256691701234565/11256691701234565.m3u8"}, {"text": "With regards to JME: A. Polygenic inheritance B. Valproate should be avoided C. Lamotrigine decreases the incidence of myoclonus D. BZD alone can treat myoclonic jerks", "options": [{"label": "A", "text": "If a is correct", "correct": true}, {"label": "B", "text": "If a and c are correct", "correct": false}, {"label": "C", "text": "If b and d are correct", "correct": false}, {"label": "D", "text": "If all four (a, b, c & d are correct)", "correct": false}], "correct_answer": "A. If a is correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48160081701234577/48160081701234577.m3u8"}, {"text": "A known case of syphilis unable to walk with eyes closed and walks with stamping the foot on ground. Which tract involved", "options": [{"label": "A", "text": "Vestibule cerebellar tract", "correct": false}, {"label": "B", "text": "Spinocerebellar tract", "correct": false}, {"label": "C", "text": "Dorsal column", "correct": true}, {"label": "D", "text": "Lateral spino thalamic tract", "correct": false}], "correct_answer": "C. Dorsal column", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75788791701234633/75788791701234633.m3u8"}, {"text": "A patient presents with history of urinary incontinence with soiling of clothes and he has no guilt of the above action. Which of the following lobes are affected?", "options": [{"label": "A", "text": "Frontal lobe", "correct": true}, {"label": "B", "text": "Locus coeruleus", "correct": false}, {"label": "C", "text": "Temporal lobe", "correct": false}, {"label": "D", "text": "Parietal lobe", "correct": false}], "correct_answer": "A. Frontal lobe", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10000271701234654/10000271701234654.m3u8"}, {"text": "A patient has Recurrent optic neuritis with myelitis and episode were relieved by steroid use. Which is the most probable diagnosis?", "options": [{"label": "A", "text": "Hereditary spastic paraplegia", "correct": false}, {"label": "B", "text": "Neuromyelitis optica", "correct": true}, {"label": "C", "text": "Sub acute combined degeneration", "correct": false}, {"label": "D", "text": "Parkinson syndrome", "correct": false}], "correct_answer": "B. Neuromyelitis optica", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8732961701234670/8732961701234670.m3u8"}, {"text": "A brain cut section as shown below, has injury in the marked area. Which of the following will happen when the marked structure is damaged?", "options": [{"label": "A", "text": "Urinary incontinence", "correct": true}, {"label": "B", "text": "Bowel incontinence", "correct": false}, {"label": "C", "text": "Paraesthesia peri anally", "correct": false}, {"label": "D", "text": "Gait Apraxia", "correct": false}], "correct_answer": "A. Urinary incontinence", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(336).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53379531701234687/53379531701234687.m3u8"}, {"text": "A 55-year-old person brought to the casualty with a history of TIA and now presents with left sided facial weakness for 1 hour. CT is clear, BP – 160/110 mm HG. What is the next step in the management of this patient?", "options": [{"label": "A", "text": "Start IV thrombolysis", "correct": true}, {"label": "B", "text": "Aspirin n clopidogrel", "correct": false}, {"label": "C", "text": "Manage blood pressure", "correct": false}, {"label": "D", "text": "No intervention as CT is normal", "correct": false}], "correct_answer": "A. Start IV thrombolysis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55898631701234720/55898631701234720.m3u8"}, {"text": "Which of the following clinical presentation will not occur due to lesion in spinal cord", "options": [{"label": "A", "text": "Crossed hemiplegia", "correct": true}, {"label": "B", "text": "Bladder involvement", "correct": false}, {"label": "C", "text": "LMN and UMN both lesions", "correct": false}, {"label": "D", "text": "Sensory loss at a specific level", "correct": false}], "correct_answer": "A. Crossed hemiplegia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14961471701234733/14961471701234733.m3u8"}, {"text": "All the true regarding Brown Sequard syndrome except 1) Complete section of spinal cord 2) Ipsilateral loss of pain and temp 3) Ipsilateral loss of touch and vibration 4) No motor loss 5) Ipsilateral loss of proprioception", "options": [{"label": "A", "text": "1,2,4", "correct": true}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "1,4,5", "correct": false}, {"label": "D", "text": "1,2,5", "correct": false}], "correct_answer": "A. 1,2,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52169181701234744/52169181701234744.m3u8"}, {"text": "Tongue fasciculation seen in", "options": [{"label": "A", "text": "SMA", "correct": true}, {"label": "B", "text": "MG", "correct": false}, {"label": "C", "text": "DMD", "correct": false}, {"label": "D", "text": "GBS", "correct": false}], "correct_answer": "A. SMA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6177011701234754/6177011701234754.m3u8"}, {"text": "All are true about subacute combined degeneration of cord (SACD) EXCEPT?", "options": [{"label": "A", "text": "Dorsal & lateral column are involved.", "correct": false}, {"label": "B", "text": "All patients with neurological impairment will show macrocytosis.", "correct": true}, {"label": "C", "text": "Vitamin B12 improves condition.", "correct": false}, {"label": "D", "text": "Copper de?ciency produces similar symptoms.", "correct": false}], "correct_answer": "B. All patients with neurological impairment will show macrocytosis.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44907221701234816/44907221701234816.m3u8"}, {"text": "Which of the following drugs are recommended for the treatment of Absence seizure? (Multiple Correct) A. Ethosuximide B. Carbamazepine C. Lamotrigine D. Valproate E. Gabapentin", "options": [{"label": "A", "text": "A, C, D", "correct": true}, {"label": "B", "text": "B, C, E", "correct": false}, {"label": "C", "text": "A, B, C", "correct": false}, {"label": "D", "text": "B, D, E", "correct": false}], "correct_answer": "A. A, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41050761701234830/41050761701234830.m3u8"}, {"text": "A child with Headache & 1 episode of seizure is admitted to Hospital. On clinical examination there is no focal neurological deficit. On CT(Brain) cystic lesions are seen with scolex inside & surrounding perilesional edema is seen. The child is started on antiepileptics. What is the next step in management?", "options": [{"label": "A", "text": "Antiparasitic drug to be started before steroid.", "correct": false}, {"label": "B", "text": "Steroids to be started before antiparasitic drugs.", "correct": true}, {"label": "C", "text": "Only antiepileptics to be given.", "correct": false}, {"label": "D", "text": "Steroids to be given only after stopping antiepileptics.", "correct": false}], "correct_answer": "B. Steroids to be started before antiparasitic drugs.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11751691701236048/11751691701236048.m3u8"}, {"text": "Drugs exacerbating MG. (Multiple answers) A. Phenytoin B. Lignocaine C. Digene D. Meropenem E. Dapsone", "options": [{"label": "A", "text": "A, B", "correct": true}, {"label": "B", "text": "B, C", "correct": false}, {"label": "C", "text": "D, E", "correct": false}, {"label": "D", "text": "A, E", "correct": false}], "correct_answer": "A. A, B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61754561701236061/61754561701236061.m3u8"}, {"text": "A 45-year-old female presents with weight gain & lethargy on investigations her TSH levels are high & T4 levels are low. Likely diagnosis for her clinical condition is: -", "options": [{"label": "A", "text": "Graves’ disease.", "correct": false}, {"label": "B", "text": "Hashimoto disease.", "correct": true}, {"label": "C", "text": "Pituitary dysfunction.", "correct": false}, {"label": "D", "text": "Hypoparathyroidism.", "correct": false}], "correct_answer": "B. Hashimoto disease.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43653681701236070/43653681701236070.m3u8"}, {"text": "Which of The Following Are Core Clinical Criteria Of Neuromyelitis Optica A. Optic Neuritis B. Area Postrema Syndrome C. Focal Epilepsy D. Acute Diencephalic Syndrome", "options": [{"label": "A", "text": "A, B, D", "correct": true}, {"label": "B", "text": "B, C, D", "correct": false}, {"label": "C", "text": "A and D", "correct": false}, {"label": "D", "text": "B and D", "correct": false}], "correct_answer": "A. A, B, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48988571701236082/48988571701236082.m3u8"}, {"text": "A Female With H/O Sharp Pain On One Side Of Body. Even Splashing Water During Dish Washing Cause Sharp Pain . Lacunar Lesion Of Which Area Is Responsible For Her Symptoms ?", "options": [{"label": "A", "text": "Thalamus", "correct": true}, {"label": "B", "text": "Sub Thalamus", "correct": false}, {"label": "C", "text": "Caudate Nucleus", "correct": false}, {"label": "D", "text": "Substantia Nigra", "correct": false}], "correct_answer": "A. Thalamus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/29(174).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42744571701236094/42744571701236094.m3u8"}, {"text": "Alpha synucleopathy shown in all except", "options": [{"label": "A", "text": "Parkinson's", "correct": false}, {"label": "B", "text": "Lewy body dementia", "correct": false}, {"label": "C", "text": "Multiple system atrophy", "correct": false}, {"label": "D", "text": "Alzheimer’s", "correct": true}], "correct_answer": "D. Alzheimer’s", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78005741701236230/78005741701236230.m3u8"}, {"text": "A patient presented with status TIA.which of the parameters would suggest higher risk of him developing stroke in future according to ABCD2 Scoring?? A). Age< 60 yrs B). Systolic BP >140 C). Duration 5 mins D). Diabetes Choose according to options", "options": [{"label": "A", "text": "Only A and C correct", "correct": false}, {"label": "B", "text": "Only B and D correct", "correct": true}, {"label": "C", "text": "A, B, C correct", "correct": false}, {"label": "D", "text": "All correct", "correct": false}], "correct_answer": "B. Only B and D correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66348391701236284/66348391701236284.m3u8"}, {"text": "Left sided hemiplegia. Internal capsule injury on the right side at?", "options": [{"label": "A", "text": "Posterior limb", "correct": true}, {"label": "B", "text": "Anterior limb", "correct": false}, {"label": "C", "text": "Sublentiform", "correct": false}, {"label": "D", "text": "Retrolentiform", "correct": false}], "correct_answer": "A. Posterior limb", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31333761701236605/31333761701236605.m3u8"}, {"text": "A patient misses everything on the left side, including drawing the petals of a flower only on the right side, clock numbers on right side, shaving only the right half of the face, eating from only the right side. The site of lesion", "options": [{"label": "A", "text": "Right posterior parietal cortex", "correct": true}, {"label": "B", "text": "Left parietal cortex", "correct": false}, {"label": "C", "text": "Right temporal cortex", "correct": false}, {"label": "D", "text": "Right frontal cortex", "correct": false}], "correct_answer": "A. Right posterior parietal cortex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52347331701236631/52347331701236631.m3u8"}, {"text": "Which of the following is a C/I to thrombolysis in a patient presenting with stroke?", "options": [{"label": "A", "text": "Age > 18 yrs", "correct": false}, {"label": "B", "text": "Presenting within 3hrs", "correct": false}, {"label": "C", "text": "BP>185/110", "correct": true}, {"label": "D", "text": "MCA edema", "correct": false}], "correct_answer": "C. BP>185/110", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19885891701236645/19885891701236645.m3u8"}, {"text": "Site of lesion in hemiballismus", "options": [{"label": "A", "text": "Subthalamus", "correct": true}, {"label": "B", "text": "Globus pallidus", "correct": false}, {"label": "C", "text": "Caudate", "correct": false}, {"label": "D", "text": "Putamen", "correct": false}], "correct_answer": "A. Subthalamus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17851501701236657/17851501701236657.m3u8"}, {"text": "A patient with type 2 diabetes presented with chest pain and palpitations. Diagnosed as NSTEMI. Which of the following will be treatment options", "options": [{"label": "A", "text": "Aspirin", "correct": false}, {"label": "B", "text": "Aspirin+clopidogrel", "correct": false}, {"label": "C", "text": "Aspirin+clopidogrel+LMWH", "correct": true}, {"label": "D", "text": "Thrombolytics", "correct": false}], "correct_answer": "C. Aspirin+clopidogrel+LMWH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A boy c/o palpitations. ECG showed coved ST elevation. Likely diagnosis", "options": [{"label": "A", "text": "STEMI", "correct": false}, {"label": "B", "text": "Early repolarization", "correct": false}, {"label": "C", "text": "Brugada syndrome", "correct": true}, {"label": "D", "text": "ARVD", "correct": false}], "correct_answer": "C. Brugada syndrome", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(417).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the disorder", "options": [{"label": "A", "text": "Acromegaly", "correct": true}, {"label": "B", "text": "Cushing syndrome", "correct": false}, {"label": "C", "text": "Hypothyroidism", "correct": false}, {"label": "D", "text": "Hyperthyroidism", "correct": false}], "correct_answer": "A. Acromegaly", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(369).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common cause of hypercalcemia in hospitalized patients is", "options": [{"label": "A", "text": "Malignancy", "correct": true}, {"label": "B", "text": "Parathyroid adenoma", "correct": false}, {"label": "C", "text": "Parathyroid hyperplasia", "correct": false}], "correct_answer": "A. Malignancy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "40 year old female c/o symmetrical joint pains with morning stiffness of hands and ankle. Likely diagnosis", "options": [{"label": "A", "text": "Gout Asymm,", "correct": false}, {"label": "B", "text": "Osteoarthritis", "correct": false}, {"label": "C", "text": "Psoriatic arthritis", "correct": false}, {"label": "D", "text": "Rheumatoid arthritis", "correct": true}], "correct_answer": "D. Rheumatoid arthritis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "ABG analysis pH 7.28 ↓ Paco2-80 mmHg ↑ HCO3-28 mmol/L ↑", "options": [{"label": "A", "text": "Respiratory acidosis", "correct": true}, {"label": "B", "text": "Fully compensated 7.35", "correct": false}, {"label": "C", "text": "Partially compensated 17.35", "correct": false}, {"label": "D", "text": "Un Camprusated", "correct": false}], "correct_answer": "A. Respiratory acidosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Ulcerative colitis with 3 episodes of bloody stools/day.Next line of treatment", "options": [{"label": "A", "text": "5-ASA", "correct": true}, {"label": "B", "text": "Budesonide", "correct": false}, {"label": "C", "text": "Prednisolone", "correct": false}, {"label": "D", "text": "Azathioprine", "correct": false}], "correct_answer": "A. 5-ASA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following anti-diabetes is approved for heart failure", "options": [{"label": "A", "text": "Linagliptin", "correct": false}, {"label": "B", "text": "Repaglinide", "correct": false}, {"label": "C", "text": "Empagliflozin", "correct": true}, {"label": "D", "text": "Bromocriptine", "correct": false}], "correct_answer": "C. Empagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presented with this following reports: • Serology • HbsAg-negative • Anti Hbc • HbeAg negative • Anti Hbs negative", "options": [{"label": "A", "text": "Window period", "correct": false}, {"label": "B", "text": "Past infection", "correct": true}, {"label": "C", "text": "Chronic infection, inactive carrier", "correct": false}, {"label": "D", "text": "Post vaccinated", "correct": false}], "correct_answer": "B. Past infection", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Type 1 diabetes with diabetes ketoacidosis.pH-7.2,blood glucose 400 mg/dl. What should be the management", "options": [{"label": "A", "text": "Insulin fb iv fluids", "correct": false}, {"label": "B", "text": "lv fluids fb insulin", "correct": true}, {"label": "C", "text": "Insulin sc", "correct": false}], "correct_answer": "B. lv fluids fb insulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Post bilateral adrenalectomy patient developed hyperpigmentation of fingers. What is the likely diagnosis", "options": [{"label": "A", "text": "Conn's syndrome = Aldosc", "correct": false}, {"label": "B", "text": "Addison disease", "correct": false}, {"label": "C", "text": "Nelson syndrome", "correct": true}], "correct_answer": "C. Nelson syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Suspected meninigits • CSF fluid • TLC high with lymphocyte predominance • Glucose 20 mg/dl (blood glucose 140 mg/dl) • Proteins 80 mg/dl", "options": [{"label": "A", "text": "Bacterialx", "correct": false}, {"label": "B", "text": "Tubercular", "correct": true}, {"label": "C", "text": "Viral", "correct": false}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "B. Tubercular", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Metabolic syndrome will include all except", "options": [{"label": "A", "text": "Hip circumference", "correct": true}, {"label": "B", "text": "BP", "correct": false}, {"label": "C", "text": "HDL", "correct": false}, {"label": "D", "text": "Blood glucose", "correct": false}], "correct_answer": "A. Hip circumference", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "ECG is given the figure. What is the cause", "options": [{"label": "A", "text": "First degree AV block", "correct": false}, {"label": "B", "text": "Second degree AV block", "correct": true}, {"label": "C", "text": "Third degree AV block", "correct": false}, {"label": "D", "text": "Sinus bradycardia", "correct": false}], "correct_answer": "B. Second degree AV block", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture%202.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Elderly male c/o dyspnea. He is diagnosed with HFREF. Which of the following drug can decrease the mortality and remodelling", "options": [{"label": "A", "text": "Furosemide", "correct": false}, {"label": "B", "text": "Digoxin", "correct": false}, {"label": "C", "text": "Carvedilol", "correct": true}, {"label": "D", "text": "Captopril", "correct": false}], "correct_answer": "C. Carvedilol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "FEV1 and FVC graph is given likely diagnosis", "options": [{"label": "A", "text": "IPF", "correct": false}, {"label": "B", "text": "Sarcoidosis", "correct": false}, {"label": "C", "text": "Chest wall deformity", "correct": false}, {"label": "D", "text": "Bronchiectasis", "correct": true}], "correct_answer": "D. Bronchiectasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1246).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient has thyrotoxicosis features- tremors, sweating and palpitations, Which of the following is the best initial test", "options": [{"label": "A", "text": "Free T3", "correct": false}, {"label": "B", "text": "USG thyroid", "correct": false}, {"label": "C", "text": "TSH", "correct": true}, {"label": "D", "text": "Anti TPO", "correct": false}], "correct_answer": "C. TSH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Post covid patient developed nasal discharge. Fungal stain showed aseptate hyphae. Likely cause", "options": [{"label": "A", "text": "Mucormycosis", "correct": true}, {"label": "B", "text": "Aspergillus", "correct": false}, {"label": "C", "text": "Cryptococcus", "correct": false}, {"label": "D", "text": "Candida", "correct": false}], "correct_answer": "A. Mucormycosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Transferrin saturation decreases in", "options": [{"label": "A", "text": "Pernicious anemia", "correct": false}, {"label": "B", "text": "Iron deficiency", "correct": true}, {"label": "C", "text": "Hemosiderosis", "correct": false}, {"label": "D", "text": "Hemochromatosis", "correct": false}], "correct_answer": "B. Iron deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 50 year old female vegetarian presented with fatigue. Pallor present. Lab tests- hemoglobin 9 g/dl and MCV 110 FL what is the likely cause", "options": [{"label": "A", "text": "Iron deficiency", "correct": false}, {"label": "B", "text": "Megaloblastic anemia delhi.com", "correct": true}, {"label": "C", "text": "Sideroblastic anemia", "correct": false}, {"label": "D", "text": "Sickle cell", "correct": false}], "correct_answer": "B. Megaloblastic anemia delhi.com", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "26 year old female with bleeding disorder gave history of father and sister having bleeding disorder. which of the following is most likely diagnose", "options": [{"label": "A", "text": "VWD", "correct": true}, {"label": "B", "text": "Hemophilia a", "correct": false}, {"label": "C", "text": "Christmas disease", "correct": false}, {"label": "D", "text": "Factor 11 deficiency", "correct": false}], "correct_answer": "A. VWD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which anti-diabetes is preferred in diabetes with heart failure and renal failure", "options": [{"label": "A", "text": "Linagliptin", "correct": false}, {"label": "B", "text": "Pioglitazone", "correct": false}, {"label": "C", "text": "Empagliflozin", "correct": true}, {"label": "D", "text": "Liraglutide", "correct": false}], "correct_answer": "C. Empagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Treament for diabetes neuropathy", "options": [{"label": "A", "text": "Pregabalin", "correct": true}, {"label": "B", "text": "Benzodiazepine", "correct": false}, {"label": "C", "text": "Carbamazepine", "correct": false}, {"label": "D", "text": "Amitryphiline", "correct": false}], "correct_answer": "A. Pregabalin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is avoided in thyroid storm/not given", "options": [{"label": "A", "text": "Propronolol", "correct": false}, {"label": "B", "text": "Lugol's iodine", "correct": false}, {"label": "C", "text": "PTU", "correct": false}, {"label": "D", "text": "Aspirin", "correct": true}], "correct_answer": "D. Aspirin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient on ampicillin therapy developed pseudomembranous colitis. Preferred treatment is", "options": [{"label": "A", "text": "Flouroquonolone", "correct": false}, {"label": "B", "text": "Fidaxomicin", "correct": true}, {"label": "C", "text": "Novobiocin", "correct": false}, {"label": "D", "text": "Metronidazole", "correct": false}], "correct_answer": "B. Fidaxomicin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient of rheumatoid arthritis on long term steroids which was suddenly stopped. He developed hypotension, low serum Na and hyperkalemia. Next line treatment", "options": [{"label": "A", "text": "IV fluids", "correct": false}, {"label": "B", "text": "Hydrocortisone", "correct": true}, {"label": "C", "text": "Insulin", "correct": false}, {"label": "D", "text": "NaHCO3", "correct": false}], "correct_answer": "B. Hydrocortisone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In patient of cirrhosis with ascites, which of the following drug can be used to mobilize edema fluid", "options": [{"label": "A", "text": "Triamterene", "correct": false}, {"label": "B", "text": "Eplerenone", "correct": true}, {"label": "C", "text": "Furosemide", "correct": false}, {"label": "D", "text": "Thiazide", "correct": false}], "correct_answer": "B. Eplerenone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with fever and eschar.What will be the treatment", "options": [{"label": "A", "text": "Doxycycline", "correct": false}, {"label": "B", "text": "Doxycycline+azithromycin", "correct": true}, {"label": "C", "text": "Ceftriaxone+doxycycline", "correct": false}, {"label": "D", "text": "Ceftriaxone", "correct": false}], "correct_answer": "B. Doxycycline+azithromycin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(247).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 40-year-old male was diagnosed as a case of Pauci immune RPGN on Renal Biopsy. Which auto- antibody is likely to be associated with the diagnosis?", "options": [{"label": "A", "text": "Anti GBM", "correct": false}, {"label": "B", "text": "ANCA", "correct": true}, {"label": "C", "text": "Anti PLA2R", "correct": false}, {"label": "D", "text": "Anti-dsDNA", "correct": false}], "correct_answer": "B. ANCA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a patient with sickle cell anemia which drug will reduce vasoocclusive crisis", "options": [{"label": "A", "text": "Methotrexate immuno modulah X", "correct": false}, {"label": "B", "text": "Azathioprine", "correct": false}, {"label": "C", "text": "Hydroxyurea", "correct": true}, {"label": "D", "text": "Eltrombopag", "correct": false}], "correct_answer": "C. Hydroxyurea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Female patient with bleeding and isolated thrombocytopenia.TKI which can be used", "options": [{"label": "A", "text": "Bosutinib", "correct": false}, {"label": "B", "text": "Fostamatinib", "correct": true}, {"label": "C", "text": "Romiplostim", "correct": false}], "correct_answer": "B. Fostamatinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient on ATT developed multiple joint pains with elevated uric acid.What should be done", "options": [{"label": "A", "text": "Stop pyrazinamide", "correct": true}, {"label": "B", "text": "Add anti uric medicine and continue pyrazinamide", "correct": false}, {"label": "C", "text": "Stop other ATT", "correct": false}, {"label": "D", "text": "Continue full ATT and reassure patient", "correct": false}], "correct_answer": "A. Stop pyrazinamide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with suspected dengue with platelet (35) count of 98000 and no bleeding came 2 days after onset of symptoms.Which test will be done to diagnose except", "options": [{"label": "A", "text": "NS1 Ag", "correct": false}, {"label": "B", "text": "IgM anti dengue Ab", "correct": true}, {"label": "C", "text": "Viral culture isolation", "correct": false}, {"label": "D", "text": "PCR", "correct": false}], "correct_answer": "B. IgM anti dengue Ab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Severity of dengue can be assessed by", "options": [{"label": "A", "text": "Persistent vomiting", "correct": false}, {"label": "B", "text": "Hepatomegaly > 1cm", "correct": false}, {"label": "C", "text": "ALT increase > 1000", "correct": true}], "correct_answer": "C. ALT increase > 1000", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Carney complex include all except:", "options": [{"label": "A", "text": "Atrial myxoma", "correct": false}, {"label": "B", "text": "Nevi", "correct": false}, {"label": "C", "text": "Ebstein anomaly", "correct": true}, {"label": "D", "text": "Endocrine", "correct": false}], "correct_answer": "C. Ebstein anomaly", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31109031731678511/31109031731678511.m3u8"}, {"text": "Men 2b which of the following is present except:", "options": [{"label": "A", "text": "Medullary Ca thyroid", "correct": false}, {"label": "B", "text": "Mucosal neuromas", "correct": false}, {"label": "C", "text": "Parathyroid hyperplasia", "correct": true}, {"label": "D", "text": "Marfanoid habitus", "correct": false}], "correct_answer": "C. Parathyroid hyperplasia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58954031731678532/58954031731678532.m3u8"}, {"text": "A young female presents with complaints of palpitations and dizziness after playing lawn tennis. She is having multiple such episodes for the past 2 years. Which of the following conditions is most likely the cause?", "options": [{"label": "A", "text": "Hypertrophic obstructive cardiomyopathy", "correct": false}, {"label": "B", "text": "Arrhythmogenic right ventricular dysplasia", "correct": true}, {"label": "C", "text": "Brugada syndrome", "correct": false}, {"label": "D", "text": "Uni anomalvi", "correct": false}], "correct_answer": "B. Arrhythmogenic right ventricular dysplasia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(542).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44633931731678552/44633931731678552.m3u8"}, {"text": "Truelove and Witte criteria used for?", "options": [{"label": "A", "text": "Acute severe ulcerative colitis", "correct": true}, {"label": "B", "text": "Acute pancreatitis", "correct": false}, {"label": "C", "text": "Encephalitis", "correct": false}, {"label": "D", "text": "ARDS", "correct": false}], "correct_answer": "A. Acute severe ulcerative colitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7655741731678582/7655741731678582.m3u8"}, {"text": "Which of the following virus spreads predominantly by water:", "options": [{"label": "A", "text": "HAV", "correct": true}, {"label": "B", "text": "HBV", "correct": false}, {"label": "C", "text": "HCV", "correct": false}, {"label": "D", "text": "HDV", "correct": false}], "correct_answer": "A. HAV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10390221731678596/10390221731678596.m3u8"}, {"text": "Which of the following cannot be used to differentiate Psoriatic Arthritis from others:", "options": [{"label": "A", "text": "Dactylitis", "correct": false}, {"label": "B", "text": "Presence of Diarrhea", "correct": true}, {"label": "C", "text": "Enthesitis", "correct": false}, {"label": "D", "text": "Nail pitting", "correct": false}], "correct_answer": "B. Presence of Diarrhea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48418941731678610/48418941731678610.m3u8"}, {"text": "Not effective in covid 19:", "options": [{"label": "A", "text": "Ivermectin", "correct": true}, {"label": "B", "text": "Cough etiquette", "correct": false}, {"label": "C", "text": "Vaccine", "correct": false}, {"label": "D", "text": "Mask", "correct": false}], "correct_answer": "A. Ivermectin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70927901731678625/70927901731678625.m3u8"}, {"text": "According to KDIGO staging of CKD gfr of stage 3:", "options": [{"label": "A", "text": "15-29ml/min", "correct": false}, {"label": "B", "text": "30-59ml/min", "correct": true}, {"label": "C", "text": "60-89ml/min", "correct": false}, {"label": "D", "text": "90-120ml/min", "correct": false}], "correct_answer": "B. 30-59ml/min", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36277031731678643/36277031731678643.m3u8"}, {"text": "HAGMA is not caused by:", "options": [{"label": "A", "text": "DKA", "correct": false}, {"label": "B", "text": "Acute renal failure", "correct": false}, {"label": "C", "text": "Diarrhoea", "correct": true}, {"label": "D", "text": "Toxins", "correct": false}], "correct_answer": "C. Diarrhoea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30077291731678665/30077291731678665.m3u8"}, {"text": "A 65 year old man with neuropathy in bilateral lower limbs. Romberg sign+, Past h/o gastrectomy for CA stomach present. He is having deficiency of:", "options": [{"label": "A", "text": "Vitamin B12", "correct": true}, {"label": "B", "text": "Folate", "correct": false}, {"label": "C", "text": "Zinc", "correct": false}, {"label": "D", "text": "Thiamine", "correct": false}], "correct_answer": "A. Vitamin B12", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29611591731678681/29611591731678681.m3u8"}, {"text": "JAK inhibitor drug for moderate - severe ulcerative colitis in a pt who is not responding well to TNF alpha blockers is:", "options": [{"label": "A", "text": "Ustekinumab", "correct": false}, {"label": "B", "text": "Etanercept", "correct": false}, {"label": "C", "text": "Tofacitinib", "correct": true}, {"label": "D", "text": "Vedolizumab", "correct": false}], "correct_answer": "C. Tofacitinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40502641731678796/40502641731678796.m3u8"}, {"text": "Most common genetic cause of coagulopathy is:", "options": [{"label": "A", "text": "Factor V mutation", "correct": true}, {"label": "B", "text": "Protein S deficiency", "correct": false}, {"label": "C", "text": "Antithrombin III deficiency", "correct": false}, {"label": "D", "text": "Protein c deficiency", "correct": false}], "correct_answer": "A. Factor V mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21560831731678879/21560831731678879.m3u8"}, {"text": "In Guillain bare syndrome which is not true:", "options": [{"label": "A", "text": "Plasmapheresis is not done in refractory GBS", "correct": true}, {"label": "B", "text": "IV Immunoglobin are first line of treatment", "correct": false}, {"label": "C", "text": "Areflexia in weaker arm is not included in criteria", "correct": false}, {"label": "D", "text": "Albumino cytologic dissociation of csf is present", "correct": false}], "correct_answer": "A. Plasmapheresis is not done in refractory GBS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62538621731678903/62538621731678903.m3u8"}, {"text": "Which of the following genetic defect is associated with sacroiliitis and uveitis?", "options": [{"label": "A", "text": "HLA DR2", "correct": false}, {"label": "B", "text": "HLA B51", "correct": false}, {"label": "C", "text": "HLA DR4", "correct": false}, {"label": "D", "text": "HLA B27", "correct": true}], "correct_answer": "D. HLA B27", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19838541731678927/19838541731678927.m3u8"}, {"text": "A 60yr old diabetic male is found to have elevated triglycerides and VLDL. It is because of:", "options": [{"label": "A", "text": "Decreased hormone sensitive lipase and lipoprotein lipase", "correct": false}, {"label": "B", "text": "Increased hormone sensitive lipase and lipoprotein lipase", "correct": false}, {"label": "C", "text": "Decreased hormone sensitive lipase and increased lipoprotein lipase", "correct": false}, {"label": "D", "text": "Increased hormone sensitive lipase and decreased lipoprotein lipase", "correct": true}], "correct_answer": "D. Increased hormone sensitive lipase and decreased lipoprotein lipase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71177121731678944/71177121731678944.m3u8"}, {"text": "In Uncomplicated malaria which drug is not used:", "options": [{"label": "A", "text": "Artemether", "correct": false}, {"label": "B", "text": "Sulpha-pyrimethamine", "correct": true}, {"label": "C", "text": "Chloroquine", "correct": false}, {"label": "D", "text": "Primaquine", "correct": false}], "correct_answer": "B. Sulpha-pyrimethamine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36079321731678970/36079321731678970.m3u8"}, {"text": "Which of the following is not included in Thrombotic Thrombocytopenic Purpura?", "options": [{"label": "A", "text": "Thrombosis in large vessels", "correct": true}, {"label": "B", "text": "Thrombocytopenia", "correct": false}, {"label": "C", "text": "Microangiopathic hemolytic anemia", "correct": false}, {"label": "D", "text": "Renal failure", "correct": false}], "correct_answer": "A. Thrombosis in large vessels", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40799031731678987/40799031731678987.m3u8"}, {"text": "Which of the following statements about Behçet's disease is incorrect?", "options": [{"label": "A", "text": "Pathergy test is done under the ISG criteria", "correct": false}, {"label": "B", "text": "Intestinal manifestations resemble those of Crohn's disease", "correct": false}, {"label": "C", "text": "Oral and genital ulcers on dorsal aspect of penis are common features", "correct": true}, {"label": "D", "text": "It is associated with a higher risk of thrombosis", "correct": false}], "correct_answer": "C. Oral and genital ulcers on dorsal aspect of penis are common features", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41174511731679013/41174511731679013.m3u8"}, {"text": "Which of the following is not a feature of APS-1", "options": [{"label": "A", "text": "Mucocutaneous candidiasis", "correct": false}, {"label": "B", "text": "Onset in infancy", "correct": false}, {"label": "C", "text": "Type 1 Diabetes mellitus", "correct": false}, {"label": "D", "text": "Hyperparathyroidism", "correct": true}], "correct_answer": "D. Hyperparathyroidism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40200651731679033/40200651731679033.m3u8"}, {"text": "Which of the following statements about celiac disease is incorrect?", "options": [{"label": "A", "text": "Anti-IgA tissue transglutaminase (TTG) is a key diagnostic marker", "correct": false}, {"label": "B", "text": "Modified Marsh criteria is used for histological classification", "correct": false}, {"label": "C", "text": "Anti-|g& gliadin antibodies are highly specific for celiac disease", "correct": false}, {"label": "D", "text": "HLA-DQ6/DQ11 are genetic markers associated with the disease", "correct": true}], "correct_answer": "D. HLA-DQ6/DQ11 are genetic markers associated with the disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67274251731679049/67274251731679049.m3u8"}, {"text": "Vaccine not needed for > 65yrs ?", "options": [{"label": "A", "text": "Hepatitis B", "correct": false}, {"label": "B", "text": "Varicella zoster", "correct": false}, {"label": "C", "text": "HPV", "correct": true}, {"label": "D", "text": "Influenza", "correct": false}], "correct_answer": "C. HPV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24770771731679074/24770771731679074.m3u8"}, {"text": "A patient presents with a blood pressure of 220/130 mmHg and features of stroke. Which of the following should NOT be done?", "options": [{"label": "A", "text": "Checking blood pressure multiple times before administering antihypertensives", "correct": false}, {"label": "B", "text": "Reduce SBP to <140 mmHg in spontaneous intracranial hemorrhage", "correct": true}, {"label": "C", "text": "Reduce SBP to < 160 mmHg before acute reperfusion therapy in ischemic stroke", "correct": false}, {"label": "D", "text": "Avoid rapid reduction in blood pressure using anti-hypertensive medication", "correct": false}], "correct_answer": "B. Reduce SBP to <140 mmHg in spontaneous intracranial hemorrhage", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62490731731679107/62490731731679107.m3u8"}, {"text": "You are drawing blood sample for serum calcium. Which of the following is to be avoided to prevent false/erroneous reporting of calcium values a. Collection in sodium citrate vial b. Forearm exercise and fist clenching c. Prolonged immobilization of patient d. Rapid removal of torniquet", "options": [{"label": "A", "text": "a, b, d", "correct": false}, {"label": "B", "text": "a, b, c", "correct": true}, {"label": "C", "text": "b, c, d", "correct": false}, {"label": "D", "text": "a, b, c, d", "correct": false}], "correct_answer": "B. a, b, c", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31822361731679131/31822361731679131.m3u8"}, {"text": "A 30-year-old female presents with a history of weight loss, mediastinal lymphadenopathy, and pleural effusion. HRCT shows a \"tree-in-bud\" appearance with lung consolidation and effusion. Pleural fluid analysis reveals low ADA levels and lymphocytic predominance. What is the most likely finding on a biopsy from the lymph node?", "options": [{"label": "A", "text": "Reactive hyperplasia", "correct": false}, {"label": "B", "text": "Necrotizing epithelioid granuloma", "correct": false}, {"label": "C", "text": "Fungal hyphae surrounded by lymphocytes", "correct": true}, {"label": "D", "text": "Anthracosis pigment", "correct": false}], "correct_answer": "C. Fungal hyphae surrounded by lymphocytes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65459431731679149/65459431731679149.m3u8"}, {"text": "Which among the following is the first investigation recommended for diagnosing pheochromocytoma?", "options": [{"label": "A", "text": "Plasma catecholamines", "correct": false}, {"label": "B", "text": "Urinary total Metanephrines", "correct": true}, {"label": "C", "text": "USG whole abdomen", "correct": false}, {"label": "D", "text": "Urinary Vaniylmandelic acid level", "correct": false}], "correct_answer": "B. Urinary total Metanephrines", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47242661731679166/47242661731679166.m3u8"}, {"text": "Which of the following suggests glomerular hematuria? A. edema Rare B. Cola colored urine C. Crystals present D. Dysuria", "options": [{"label": "A", "text": "A, B", "correct": true}, {"label": "B", "text": "B, C", "correct": false}, {"label": "C", "text": "C, D", "correct": false}, {"label": "D", "text": "B, D", "correct": false}], "correct_answer": "A. A, B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14840381731679189/14840381731679189.m3u8"}, {"text": "A 45-year-old male presents to the outpatient department with complaints of daytime sleepiness and nighttime sleeplessness. His wife reports that he snores at night. Which of the following statements about his condition is incorrect?", "options": [{"label": "A", "text": "Increased tone of the pharyngeal muscles worsens obstruction", "correct": true}, {"label": "B", "text": "Fall of oxygen saturation triggers waking up at night", "correct": false}, {"label": "C", "text": "Episodes of apnea increase stress on heart", "correct": false}, {"label": "D", "text": "Low oxygen stimulates respiratory effort", "correct": false}], "correct_answer": "A. Increased tone of the pharyngeal muscles worsens obstruction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the most likely condition responsible for a 35-year-old male experiencing Nausea and vomiting, with ABG results indicating pH of 7.55, PCO2 of 50 mmHg, and HCO3- of 44 mmol?", "options": [{"label": "A", "text": "Respiratory Acidosis", "correct": false}, {"label": "B", "text": "Respiratory Alkalosis", "correct": false}, {"label": "C", "text": "Metabolic Acidosis", "correct": false}, {"label": "D", "text": "Metabolic Alkalosis", "correct": true}], "correct_answer": "D. Metabolic Alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is correct about the acid-base status of a patient presenting to the emergency department with abdominal pain, tachypnea, and tachycardia. Labs are shown below: pH: 7.34 Sodium: 135 Potassium: 5 Bicarbonate: 12 Chloride: 92 RBS = 450 mg/dl", "options": [{"label": "A", "text": "Non-Anion Gap Metabolic Acidosis (NAGMA)", "correct": false}, {"label": "B", "text": "High Anion Gap Metabolic Acidosis (HAGMA)", "correct": true}, {"label": "C", "text": "Compensated Metabolic Alkalosis", "correct": false}, {"label": "D", "text": "Respiratory Acidosis", "correct": false}], "correct_answer": "B. High Anion Gap Metabolic Acidosis (HAGMA)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 50 year old male in OPD is being evaluated for daytimesleepiness and memory loss. His BMI is 43 kg/m2, Known HTN, ABG shows: Ph: 7.32 PaCO2: 60 HCO3: 34 PaO2: 70mm Hg. What is the diagnosis?", "options": [{"label": "A", "text": "OSA", "correct": false}, {"label": "B", "text": "Obesity hypoventilation syndrome", "correct": true}, {"label": "C", "text": "Central sleep Apnea", "correct": false}, {"label": "D", "text": "narcolepsy", "correct": false}], "correct_answer": "B. Obesity hypoventilation syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following", "options": [{"label": "A", "text": "A iii B – ii , C – I , D – iv", "correct": false}, {"label": "B", "text": "A- ii , B – iii , C – iv , D – i", "correct": true}, {"label": "C", "text": "A - iv , B – iii , C – ii , D – I", "correct": false}, {"label": "D", "text": "A- i , B – ii , C – iii , D - iv", "correct": false}], "correct_answer": "B. A- ii , B – iii , C – iv , D – i", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Untitled1(6).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45 Y/M intubated for ARDS related to acute pancreatitis. His weight is 70 kg . Ventilator settings TV 420 ml , RR : 15/min FiO2 80 % PEEP 12CM H2O. ABG shows Ph : 7.33 PaO2 : 180 mm hg , PaCo2 48 mm hg . His SPO2 : 100 % . What should be done next ?", "options": [{"label": "A", "text": "Increase TV", "correct": false}, {"label": "B", "text": "Increase PEEP", "correct": false}, {"label": "C", "text": "Reduce Fio2", "correct": true}, {"label": "D", "text": "Increase Resp rate", "correct": false}], "correct_answer": "C. Reduce Fio2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Blood tests show Na+ 145mEq/L K+ 4 mEq/L ;Ca2+ 8mEq/L ;Mg+2mEq/L phosphate 3mEq/L pH 7.22 bicarbonate 20 mEq/L and chloride 90 mEq /L . The plasma anion gap is", "options": [{"label": "A", "text": "15", "correct": false}, {"label": "B", "text": "25", "correct": false}, {"label": "C", "text": "35", "correct": true}, {"label": "D", "text": "45", "correct": false}], "correct_answer": "C. 35", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "25/M, H/O VOMITING BROUGHT TO ED. O/E Pt BP : Low, What can be seen ?", "options": [{"label": "A", "text": "Resp alkalosis", "correct": false}, {"label": "B", "text": "metabolic acidosis", "correct": false}, {"label": "C", "text": "Met alkalosis", "correct": true}, {"label": "D", "text": "Hyperkalemia", "correct": false}], "correct_answer": "C. Met alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "CRITERIA FOR SEVERE COVID A/E", "options": [{"label": "A", "text": "Spo2 <90 %", "correct": false}, {"label": "B", "text": "Respiratory rate >30/min", "correct": false}, {"label": "C", "text": "Mean Arterial pressure < 70 mmHg (normal 70 -100)", "correct": false}, {"label": "D", "text": "CT chest involvement", "correct": true}], "correct_answer": "D. CT chest involvement", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PH : 7.28 Paco2 : 80 hco3 : 26 Diagnosis ?", "options": [{"label": "A", "text": "RESP acidosis adequate compensation", "correct": false}, {"label": "B", "text": "Resp acidosis inadequate compensation", "correct": true}, {"label": "C", "text": "Resp alkalosis adequate compensation", "correct": false}, {"label": "D", "text": "Resp alkalosis inadequate compensation", "correct": false}], "correct_answer": "B. Resp acidosis inadequate compensation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is most specific antibody for SLE", "options": [{"label": "A", "text": "ANA", "correct": false}, {"label": "B", "text": "Anti DS DNA", "correct": false}, {"label": "C", "text": "Anti smith", "correct": true}, {"label": "D", "text": "Anti centromere", "correct": false}], "correct_answer": "C. Anti smith", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the Amyloid deposition after Dialysis ?", "options": [{"label": "A", "text": "Light chains", "correct": false}, {"label": "B", "text": "Acute phase reactant", "correct": false}, {"label": "C", "text": "Trans-erythrin", "correct": false}, {"label": "D", "text": "Beta-2 Microglobulin", "correct": true}], "correct_answer": "D. Beta-2 Microglobulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose incorrect statement about RTA", "options": [{"label": "A", "text": "RTA 4 is associated with hypokalemia", "correct": true}, {"label": "B", "text": "Fanconi syndrome presents with RTA 2", "correct": false}, {"label": "C", "text": "Bicarbonaturia is a feature of RTA 2", "correct": false}, {"label": "D", "text": "RTA 4 is due to aldosterone resistance", "correct": false}], "correct_answer": "A. RTA 4 is associated with hypokalemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30-year-old male is admitted to the medicine ward with complaints of vomiting and diarrhea. Lab investigations reveal a serum potassium level of 3.2 mEq/L. All of the following can be signs of underlying dyselectrolytemia except:", "options": [{"label": "A", "text": "Ventricular tachycardia", "correct": false}, {"label": "B", "text": "Quadriplegia", "correct": false}, {"label": "C", "text": "Diabetes insipidus", "correct": false}, {"label": "D", "text": "Cerebral edema", "correct": true}], "correct_answer": "D. Cerebral edema", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A man presents to the emergency department unconscious and hypotensive. His ECG reveals narrow complex tachycardia. What is the next best step in management?", "options": [{"label": "A", "text": "Synchronized DC cardioversion", "correct": true}, {"label": "B", "text": "Carotid massage", "correct": false}, {"label": "C", "text": "IV adenosine 6 mg bolus followed by saline push", "correct": false}, {"label": "D", "text": "IV amiodarone bolus", "correct": false}], "correct_answer": "A. Synchronized DC cardioversion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old female presents to the emergency department with breathlessness. She has a history of a viral infection and chest pain from 7 days ago. A chest X-ray reveals a \"water bottle\" heart. All of the following statements are true except:", "options": [{"label": "A", "text": "Pulsus paradoxus is observed", "correct": false}, {"label": "B", "text": "Loud S1", "correct": true}, {"label": "C", "text": "Emergency pericardiocentesis may be required", "correct": false}, {"label": "D", "text": "ECG showing RA and RV collapse requires immediate intervention", "correct": false}], "correct_answer": "B. Loud S1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements is false regarding a 35-yearold male presenting to the emergency department with unconsciousness and the given ECG findings?", "options": [{"label": "A", "text": "Rare occurrence in individuals with normal heart", "correct": false}, {"label": "B", "text": "Direct Cardioversion must be done for all cases", "correct": true}, {"label": "C", "text": "Intravenous digoxin for rate control", "correct": false}, {"label": "D", "text": "Discrepancy in HR and PR used for diagnosis", "correct": false}], "correct_answer": "B. Direct Cardioversion must be done for all cases", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture%201.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Diabetic old man comes with dyspnea and pedal edema. CXR shows enlarged heart with rales. Echo shows low EF. Which of the following will delay the progression of cardiac damage?", "options": [{"label": "A", "text": "Thiazides", "correct": false}, {"label": "B", "text": "Empagliflozin", "correct": true}, {"label": "C", "text": "Furosemide", "correct": false}, {"label": "D", "text": "Digoxin", "correct": false}], "correct_answer": "B. Empagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Auscultation points. Superior to inferior on left side. 1. Pulmonic 2. Tricuspid 3. Mitral", "options": [{"label": "A", "text": "2,1,3", "correct": false}, {"label": "B", "text": "1,3,2", "correct": false}, {"label": "C", "text": "1,2,3", "correct": true}, {"label": "D", "text": "3,2,1", "correct": false}], "correct_answer": "C. 1,2,3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient completes triple drug regimen for H pylori.Which investigation will be best to assess treatment response", "options": [{"label": "A", "text": "Biopsy urease test", "correct": false}, {"label": "B", "text": "Upper GI endoscopy", "correct": false}, {"label": "C", "text": "Breath urea test", "correct": true}, {"label": "D", "text": "Serology", "correct": false}], "correct_answer": "C. Breath urea test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 52 year old patient with diabetes presented with palpitations. On examination BP- 128/78 mmHg. ECG done is shown in the figure. What will be the next step in the management?", "options": [{"label": "A", "text": "Primary PCI", "correct": false}, {"label": "B", "text": "Adenosine", "correct": true}, {"label": "C", "text": "Cardioversion", "correct": false}, {"label": "D", "text": "Amiodarone", "correct": false}], "correct_answer": "B. Adenosine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture%204.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient has vomiting and no proper dietary intake for 4 weeks. He was treated aggressively with IV NS following which the patient developed quadriplegia and became rigid and mute. Correct statement", "options": [{"label": "A", "text": "The effect is due to rapid correction of Na", "correct": true}, {"label": "B", "text": "The effect is due to slow correction of Na", "correct": false}, {"label": "C", "text": "Dehydration", "correct": false}, {"label": "D", "text": "Metabolic acidosis", "correct": false}], "correct_answer": "A. The effect is due to rapid correction of Na", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old man presents to the outpatient department with proximal muscle weakness, purple stretch marks, obesity, and easy bruising. What is the underlying condition?", "options": [{"label": "A", "text": "Hyperthyroidism", "correct": false}, {"label": "B", "text": "Hypercortisolism", "correct": true}, {"label": "C", "text": "Hyperparathyroidism", "correct": false}, {"label": "D", "text": "Hyperaldosteronism", "correct": false}], "correct_answer": "B. Hypercortisolism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents to the OPD with symptoms of headache, abdominal pain and recently developed renal stone. Serum calcium is low and PTH is high. Which of the following might be causing these symptoms?", "options": [{"label": "A", "text": "PTH and Primary hyperparathyroidism", "correct": false}, {"label": "B", "text": "Catecholamines and Pheochromocytoma", "correct": false}, {"label": "C", "text": "Thyroxine and Hyperthyroidism", "correct": false}, {"label": "D", "text": "Mineral and Bone disorder", "correct": true}], "correct_answer": "D. Mineral and Bone disorder", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are criteria for diagnosis of diabetes ketoacidosis, except?", "options": [{"label": "A", "text": "Serum glucose more than 250 mg", "correct": false}, {"label": "B", "text": "Anion gap more than 10-12", "correct": false}, {"label": "C", "text": "Serum bicarbonate less than 15 mmol", "correct": false}, {"label": "D", "text": "Serum potassium less than 3.5 meq", "correct": true}], "correct_answer": "D. Serum potassium less than 3.5 meq", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "55 year old male presented with Weakness in the left side of the body.. he patient was asked to redraw that and he was only able to draw the right half of the handwritten image. Held draw from clock hours 6-12. It was suggestive of Left Hemianopia what could be the possible site of lesion?", "options": [{"label": "A", "text": "Right Parieto-Occiptal Cortex", "correct": true}, {"label": "B", "text": "Right Frontal Cortex", "correct": false}, {"label": "C", "text": "Left Partieto-Occipital cortex", "correct": false}, {"label": "D", "text": "Left Frontal Cortex", "correct": false}], "correct_answer": "A. Right Parieto-Occiptal Cortex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a reversible cause of dementia", "options": [{"label": "A", "text": "Hypothyroidism", "correct": false}, {"label": "B", "text": "Lewy body dementia", "correct": true}, {"label": "C", "text": "NPH", "correct": false}, {"label": "D", "text": "Vitamin B12 deficiency", "correct": false}], "correct_answer": "B. Lewy body dementia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old man presents with weakness in both legs, increased muscle tone, brisk reflexes, and a well-defined band of sensory loss at the level of the umbilicus. He also reports difficulty in passing urine. Which of the following best explains the likely site of lesion", "options": [{"label": "A", "text": "Peripheral neuropathy", "correct": false}, {"label": "B", "text": "Cerebral cortex lesion", "correct": false}, {"label": "C", "text": "Thoracic spinal cord lesion", "correct": true}, {"label": "D", "text": "Brainstem lesion", "correct": false}], "correct_answer": "C. Thoracic spinal cord lesion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 65-year-old man presents with sudden onset of violent, flinging movements of his left arm and leg. MRI shows a small infarct in the basal ganglia. Which of the following structures is most likely affected?", "options": [{"label": "A", "text": "Right Subthalamic nucleus", "correct": true}, {"label": "B", "text": "Right Caudate nucleus", "correct": false}, {"label": "C", "text": "Left Globus pallidus", "correct": false}, {"label": "D", "text": "Left Putamen", "correct": false}], "correct_answer": "A. Right Subthalamic nucleus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient on ventilator presents with cough and breathlessness. VAP is diagnosed. What is the role of procalcitonin?", "options": [{"label": "A", "text": "Deciding the duration of antibiotics", "correct": true}, {"label": "B", "text": "Choosing empirical antibiotics", "correct": false}, {"label": "C", "text": "Confirmation of VAP", "correct": false}, {"label": "D", "text": "Differentiate fungal and bacterial etiology", "correct": false}], "correct_answer": "A. Deciding the duration of antibiotics", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Rapid High altitude descent can cause ?", "options": [{"label": "A", "text": "Resp alkalosis", "correct": true}, {"label": "B", "text": "Met Acidosis", "correct": false}, {"label": "C", "text": "Met Alkalosis", "correct": false}, {"label": "D", "text": "Resp Acidosis", "correct": false}], "correct_answer": "A. Resp alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are true regarding pneumothorax EXCEPT:", "options": [{"label": "A", "text": "The common cause of tension pneumothorax is positive pressure ventilation (PPV)", "correct": false}, {"label": "B", "text": "Thoracic spine injury can cause pneumothorax", "correct": false}, {"label": "C", "text": "Breath sounds are absent on the affected side", "correct": false}, {"label": "D", "text": "A simple pneumothorax cannot convert into a tension pneumothorax", "correct": true}], "correct_answer": "D. A simple pneumothorax cannot convert into a tension pneumothorax", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old smoker with FEV1/FVC = 65% and RV/TLC = 141%. Identify the cause ?", "options": [{"label": "A", "text": "Restrictive disease", "correct": false}, {"label": "B", "text": "Air trapping with hyperinflation", "correct": true}, {"label": "C", "text": "Decreased compliance", "correct": false}, {"label": "D", "text": "Normal age-related changes", "correct": false}], "correct_answer": "B. Air trapping with hyperinflation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is one of the earliest presenting symptoms in a patient withMultiple Sclerosis?", "options": [{"label": "A", "text": "Sensory disturbances", "correct": true}, {"label": "B", "text": "Ataxia", "correct": false}, {"label": "C", "text": "Vertigo", "correct": false}, {"label": "D", "text": "Facial palsy", "correct": false}], "correct_answer": "A. Sensory disturbances", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the most common clinical feature of systemic lupus erythematosus ?", "options": [{"label": "A", "text": "Photosensitivity", "correct": false}, {"label": "B", "text": "Nephrotic syndrome", "correct": false}, {"label": "C", "text": "Arthralgia & myalgia", "correct": true}, {"label": "D", "text": "Anemia and thrombocytopenia", "correct": false}], "correct_answer": "C. Arthralgia & myalgia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which type of pulse is based on the Frank-Starling law?", "options": [{"label": "A", "text": "Pulsus bisferiens", "correct": false}, {"label": "B", "text": "Pulsus paradoxus", "correct": false}, {"label": "C", "text": "Pulsus alternans", "correct": true}, {"label": "D", "text": "Pulsus parvus", "correct": false}], "correct_answer": "C. Pulsus alternans", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mitral stenosis murmur corresponds to which wave of ECG?", "options": [{"label": "A", "text": "QRS complex", "correct": false}, {"label": "B", "text": "T wave", "correct": false}, {"label": "C", "text": "P wave", "correct": true}, {"label": "D", "text": "ST segment", "correct": false}], "correct_answer": "C. P wave", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 20-year-old female diagnosed with septic shock presents with a blood pressure of 58/30 mmHg. After receiving 3 liters of crystalloid fluid, her mean arterial pressure (MAP) remains 58 mmHg.What is the next best step in management?", "options": [{"label": "A", "text": "Start dopamine", "correct": false}, {"label": "B", "text": "Start noradrenaline", "correct": true}, {"label": "C", "text": "Repeat crystalloid fluid", "correct": false}, {"label": "D", "text": "Start vasopressin", "correct": false}], "correct_answer": "B. Start noradrenaline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 20-year-old male presents with fever, severe headache, vomiting & photophobia. On examination, neck rigidity and Brudzinski's sign is positive. CT scan of the brain showshydrocephalus.What is the most likely diagnosis?", "options": [{"label": "A", "text": "Normal Pressure Hydrocephalus", "correct": false}, {"label": "B", "text": "Bacterial Meningitis", "correct": true}, {"label": "C", "text": "Viral Encephalitis", "correct": false}, {"label": "D", "text": "Subarachnoid Hemorrhage", "correct": false}], "correct_answer": "B. Bacterial Meningitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 58-year-old male presents with complaints of burning micturition. Prostatic examination was normal. Urinalysis shows >50 pus cells per high power field, but urine culture shows no growth.What is the most likely diagnosis?", "options": [{"label": "A", "text": "Chronic bacterial prostatitis", "correct": false}, {"label": "B", "text": "Acute bacterial prostatitis", "correct": false}, {"label": "C", "text": "Granulomatous prostatitis", "correct": false}, {"label": "D", "text": "Sterile pyuria", "correct": true}], "correct_answer": "D. Sterile pyuria", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 62-year-old male presents with sudden onset of shortness of breath and B/L pedal edema. He is compliant with his antihypertensive medications, and blood pressure is well controlled. Echocardiography reveals an ejection fraction of 60%, concentric left ventricular hypertrophy, left atrial enlargement, and grade 2 diastolic dysfunction. Which of the following is the most appropriate next step to improve his condition?", "options": [{"label": "A", "text": "Perform coronary angiography to rule out ischemic cardiomyopathy", "correct": false}, {"label": "B", "text": "Initiate loop diuretics and SGLT2 inhibitors for management of HFpEF", "correct": true}, {"label": "C", "text": "Start digoxin to enhance myocardial contractility", "correct": false}, {"label": "D", "text": "Initiate ivabradine to reduce heart rate and improve diastolic filling", "correct": false}], "correct_answer": "B. Initiate loop diuretics and SGLT2 inhibitors for management of HFpEF", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a symptom of cardiac failure?", "options": [{"label": "A", "text": "Right hypochondriac pain", "correct": false}, {"label": "B", "text": "Non-pulsatile elevation of JVP", "correct": true}, {"label": "C", "text": "Orthopnea", "correct": false}, {"label": "D", "text": "Paroxysmal nocturnal dyspnea", "correct": false}], "correct_answer": "B. Non-pulsatile elevation of JVP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old chronic smoker presents with complaints of dyspnea. Pulmonary function tests reveal an FEV1/FVC ratio of 65% and an RV/TLC ratio of 141%. Which of the following best describes the underlying pathophysiology?", "options": [{"label": "A", "text": "Air trapping with hyperinflation of lungs", "correct": true}, {"label": "B", "text": "Decreased lung compliance", "correct": false}, {"label": "C", "text": "Restrictive lung disease", "correct": false}, {"label": "D", "text": "Increased lung compliance", "correct": false}], "correct_answer": "A. Air trapping with hyperinflation of lungs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 65-year-old known case of Parkinson's disease presents withoropharyngeal dysphagia and recurrent episodes of aspiration pneumonitis, complaints of excessive respiratory secretions. Chest imaging reveals bilateral bronchiectasis. What is the most appropriate long-termmanagement for this patient?", "options": [{"label": "A", "text": "High-frequency chest wall oscillation therapy", "correct": false}, {"label": "B", "text": "Nebulized N-acetylcysteine (NAC) to reduce secretions", "correct": false}, {"label": "C", "text": "PEG tube placement", "correct": true}, {"label": "D", "text": "Macrolide therapy", "correct": false}], "correct_answer": "C. PEG tube placement", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 56-year-old diabetic male presents with a complicated urinary tract infection and is found to be hypotensive. His blood pressure does not respond to intravenous fluids. Which of the following is the most appropriate antibiotic to manage his condition?", "options": [{"label": "A", "text": "Amoxicillin-Clavulanate", "correct": false}, {"label": "B", "text": "Nitrofurantoin", "correct": false}, {"label": "C", "text": "Meropenem", "correct": true}, {"label": "D", "text": "Ceftriaxone", "correct": false}], "correct_answer": "C. Meropenem", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient underwent cardiac surgery and was admitted to the ICU. He later developed ventilator-associated pneumonia (VAP) and was started on empirical antibiotics. A few hours later, the patient developed acute kidney injury (AKI). Serum procalcitonin was sent. Which of the following statements regarding procalcitonin is correct?", "options": [{"label": "A", "text": "It helps in determining the duration of antibiotic therapy", "correct": true}, {"label": "B", "text": "It helps in identifying which empirical antibiotics to be given", "correct": false}, {"label": "C", "text": "It can be used to confirm source of infection", "correct": false}, {"label": "D", "text": "It is used to differentiate bacterial from fungal cause", "correct": false}], "correct_answer": "A. It helps in determining the duration of antibiotic therapy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient underwent cardiac surgery and was admitted to the ICU. He later developed ventilator-associated pneumonia (VAP) and was started on empirical antibiotics. A few hours later, the patient developed acute kidney injury (AKI). Serum procalcitonin was sent. Which of the following statements regarding procalcitonin is correct?", "options": [{"label": "A", "text": "It helps in determining the duration of antibiotic therapy", "correct": true}, {"label": "B", "text": "It helps in identifying which empirical antibiotics to be given", "correct": false}, {"label": "C", "text": "It can be used to confirm source of infection", "correct": false}, {"label": "D", "text": "It is used to differentiate bacterial from fungal cause", "correct": false}], "correct_answer": "A. It helps in determining the duration of antibiotic therapy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30-year-old female with seizures was prescribed carbamazepine & erythromycin. A few days later, she developed ataxia.What is the most likely cause of her symptoms?", "options": [{"label": "A", "text": "Carbamazepine toxicity", "correct": true}, {"label": "B", "text": "Erythromycin toxicity", "correct": false}, {"label": "C", "text": "Rebound epileptic episode", "correct": false}, {"label": "D", "text": "Drug-resistant epilepsy", "correct": false}], "correct_answer": "A. Carbamazepine toxicity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 58-year-old male presents to a PHC for a routine check-up. His blood pressure readings on two separate occasions are 148/90 mmHg and 152/96 mmHg. He is asymptomatic and has no known comorbidities. What is the most appropriate next step in management according to current hypertension guidelines?", "options": [{"label": "A", "text": "Initiate treatment only if BP exceeds 160/100 mmHg", "correct": true}, {"label": "B", "text": "Start Amlodipine 5 mg once daily and advise follow-up in 1 month", "correct": false}, {"label": "C", "text": "Refer to a higher center for further evaluation", "correct": false}, {"label": "D", "text": "Start the patient on IV anti-hypertensive drugs", "correct": false}], "correct_answer": "A. Initiate treatment only if BP exceeds 160/100 mmHg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "According to the Muir—Barclay formula, which of the following is considered the best colloid for volume replacement?", "options": [{"label": "A", "text": "Packed Red Blood Cells (PRBC)", "correct": false}, {"label": "B", "text": "Fresh Frozen Plasma (FFP)", "correct": false}, {"label": "C", "text": "Dextran 40", "correct": false}, {"label": "D", "text": "Albumin", "correct": true}], "correct_answer": "D. Albumin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Diagnoses lupus nephritis with wire loop lesion . Induction agents?", "options": [{"label": "A", "text": "Steroid alone", "correct": false}, {"label": "B", "text": "Cyclophosphamide with steroid", "correct": true}, {"label": "C", "text": "Rituximab", "correct": false}, {"label": "D", "text": "Mycophenolate", "correct": false}], "correct_answer": "B. Cyclophosphamide with steroid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cause of hyponatremia in diarrhea(hypovolemia)", "options": [{"label": "A", "text": "Decreased aldosterone", "correct": false}, {"label": "B", "text": "Decreased ADH", "correct": false}, {"label": "C", "text": "Decreased Na absorption from GIT", "correct": true}, {"label": "D", "text": "Increased Na absorption from kidney", "correct": false}], "correct_answer": "C. Decreased Na absorption from GIT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 276 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Microbiology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 148</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 148 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Painful multiple lesions on foot of a farmer with various draining sinuses as shown in the image. Choose the correct etiological agent?", "options": [{"label": "A", "text": "H. ducreyi", "correct": false}, {"label": "B", "text": "Mycetoma", "correct": true}, {"label": "C", "text": "Sporothrix", "correct": false}, {"label": "D", "text": "Basal cell carcinoma", "correct": false}], "correct_answer": "B. Mycetoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(946).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2218621701862510/2218621701862510.m3u8"}, {"text": "Identify the pathogen shown in the Image", "options": [{"label": "A", "text": "Ancylostoma duodenale", "correct": false}, {"label": "B", "text": "Necator americanus", "correct": false}, {"label": "C", "text": "Ascaris lumbricoides", "correct": true}, {"label": "D", "text": "Strongyloides stercoralis", "correct": false}], "correct_answer": "C. Ascaris lumbricoides", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(840).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Life cycle shown here is", "options": [{"label": "A", "text": "Leptospira", "correct": true}, {"label": "B", "text": "Hanta virus", "correct": false}, {"label": "C", "text": "Yersinia pestis", "correct": false}, {"label": "D", "text": "Spirillum minu", "correct": false}], "correct_answer": "A. Leptospira", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(765).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35111731701862665/35111731701862665.m3u8"}, {"text": "Match the Parasites and their Locomotive organs", "options": [{"label": "A", "text": "A3 B4 C2 D1", "correct": true}, {"label": "B", "text": "A2 B4 C3 D1", "correct": false}, {"label": "C", "text": "A3 B1 C2 D4", "correct": false}, {"label": "D", "text": "A3 B2 C4 D1", "correct": false}], "correct_answer": "A. A3 B4 C2 D1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(726).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5731451701862711/5731451701862711.m3u8"}, {"text": "Meningitis with near normal CSF glucose, High protein, lymphocytes 50%, neutrophils 15% . Neck rigidity, No h/o travel, tick bite, rash, H/o some erythema over chest.", "options": [{"label": "A", "text": "ECHO virus", "correct": true}, {"label": "B", "text": "Meningococcal", "correct": false}, {"label": "C", "text": "West Nile virus", "correct": false}, {"label": "D", "text": "S. pyogenes", "correct": false}], "correct_answer": "A. ECHO virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Pt has neck swelling with no other symptoms. no fever or tenderness. Gram positive branching rods. Molar tooth like colonies. Most appropriate treatment?", "options": [{"label": "A", "text": "Surgical resection", "correct": false}, {"label": "B", "text": "Penicillin", "correct": true}, {"label": "C", "text": "Cotrimoxazole", "correct": false}, {"label": "D", "text": "Clindamycin", "correct": false}], "correct_answer": "B. Penicillin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42826751701862556/42826751701862556.m3u8"}, {"text": "Gram negative , Pleomorphic, Oxidase & catalase positive organism is", "options": [{"label": "A", "text": "H influenzae", "correct": true}, {"label": "B", "text": "Pseudomonas", "correct": false}, {"label": "C", "text": "Chlamydia", "correct": false}, {"label": "D", "text": "Proteus", "correct": false}], "correct_answer": "A. H influenzae", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42788441701862761/42788441701862761.m3u8"}, {"text": "Most fatal virus that causes death after infection is", "options": [{"label": "A", "text": "H1N1", "correct": false}, {"label": "B", "text": "NIPAH", "correct": false}, {"label": "C", "text": "Ebola", "correct": false}, {"label": "D", "text": "Rabies", "correct": true}], "correct_answer": "D. Rabies", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46315281701862794/46315281701862794.m3u8"}, {"text": "Galactomannan in serum is seen in", "options": [{"label": "A", "text": "Invasive aspergillosis", "correct": true}, {"label": "B", "text": "Cryptococcus", "correct": false}, {"label": "C", "text": "Candidiasis", "correct": false}, {"label": "D", "text": "Rhinocerebral zygomycosis", "correct": false}], "correct_answer": "A. Invasive aspergillosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3358891704867325/3358891704867325.m3u8"}, {"text": "Parasites and their intermediate hosts", "options": [{"label": "A", "text": "A4 B3 C2 D1", "correct": false}, {"label": "B", "text": "A3 B4 C2 D1", "correct": true}, {"label": "C", "text": "A1 B4 C2 D3", "correct": false}, {"label": "D", "text": "A3 B2 C4 D1", "correct": false}], "correct_answer": "B. A3 B4 C2 D1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(491).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2060991701862880/2060991701862880.m3u8"}, {"text": "Toxins and Actions", "options": [{"label": "A", "text": "A2 B3 C4 D1 E5", "correct": true}, {"label": "B", "text": "A3 B2 C4 D1 E5", "correct": false}, {"label": "C", "text": "A2 B3 C1 D4 E5", "correct": false}, {"label": "D", "text": "A2 B5 C4 D1 E3", "correct": false}], "correct_answer": "A. A2 B3 C4 D1 E5", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(399).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Gram stain from urethral discharge shown in the image. Identify the organism.", "options": [{"label": "A", "text": "Gonococci", "correct": true}, {"label": "B", "text": "Chlamydia", "correct": false}, {"label": "C", "text": "Mycoplasma", "correct": false}, {"label": "D", "text": "HSV", "correct": false}], "correct_answer": "A. Gonococci", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(407).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27022051701862913/27022051701862913.m3u8"}, {"text": "Choose the true statements regarding chancroid A. Groove sign B. School of fish C. Painful D. Bleeds on touch", "options": [{"label": "A", "text": "B, C, D", "correct": true}, {"label": "B", "text": "A, C, D", "correct": false}, {"label": "C", "text": "A, B, D", "correct": false}, {"label": "D", "text": "B and D", "correct": false}], "correct_answer": "A. B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3117471701862946/3117471701862946.m3u8"}, {"text": "Identify the pathogen", "options": [{"label": "A", "text": "CMV", "correct": false}, {"label": "B", "text": "Toxoplasmosis", "correct": false}, {"label": "C", "text": "Rubella", "correct": false}, {"label": "D", "text": "Zika", "correct": true}], "correct_answer": "D. Zika", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(371).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72680211701862126/72680211701862126.m3u8"}, {"text": "Choose the correct pathogen based on the cell wall shown in the image", "options": [{"label": "A", "text": "Mycobacterium tuberculosis", "correct": false}, {"label": "B", "text": "Mycoplasma pneumoniae", "correct": false}, {"label": "C", "text": "Rhinosporidium seeberi", "correct": false}, {"label": "D", "text": "Aspergillus fumigatus", "correct": true}], "correct_answer": "D. Aspergillus fumigatus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(337).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12514931701862989/12514931701862989.m3u8"}, {"text": "Choose the correct management of mercury spill from sphygmomanometer", "options": [{"label": "A", "text": "Collect by using cardboard and put in water", "correct": true}, {"label": "B", "text": "Collect by using your hand and wash your hand", "correct": false}, {"label": "C", "text": "Collect and throw outside in the environment", "correct": false}, {"label": "D", "text": "Collect by using broom it and discard in dustbin", "correct": false}], "correct_answer": "A. Collect by using cardboard and put in water", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59522261701863014/59522261701863014.m3u8"}, {"text": "Which of the following need not be screened before transfusion ?", "options": [{"label": "A", "text": "HIV", "correct": false}, {"label": "B", "text": "Malaria", "correct": false}, {"label": "C", "text": "Dengue", "correct": true}, {"label": "D", "text": "Syphilis", "correct": false}], "correct_answer": "C. Dengue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52614971701863036/52614971701863036.m3u8"}, {"text": "Biopsy from warty lesions of foot shown in the image. Choose the diagnostic form from the image.", "options": [{"label": "A", "text": "Budding yeast", "correct": false}, {"label": "B", "text": "Asteroid body", "correct": false}, {"label": "C", "text": "Negri body", "correct": false}, {"label": "D", "text": "Sclerotic body", "correct": true}], "correct_answer": "D. Sclerotic body", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(283).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63526531701863082/63526531701863082.m3u8"}, {"text": "Which is a mollicute", "options": [{"label": "A", "text": "Ureaplasma urealyticum", "correct": true}, {"label": "B", "text": "Chlamydophila pneumoniae", "correct": false}, {"label": "C", "text": "Chlamydia trachomatis", "correct": false}, {"label": "D", "text": "Orientia tsutsugamushi", "correct": false}], "correct_answer": "A. Ureaplasma urealyticum", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the Acid fast staining organisms A. Nocardia B. M. leprae C. Actinomycetes D. Cryptosporidium parvum", "options": [{"label": "A", "text": "A, B, D", "correct": true}, {"label": "B", "text": "B, C. D", "correct": false}, {"label": "C", "text": "A, C, D", "correct": false}, {"label": "D", "text": "B, D", "correct": false}], "correct_answer": "A. A, B, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51267361701863116/51267361701863116.m3u8"}, {"text": "Based on the image, choose the correct statement regarding the pathogen.", "options": [{"label": "A", "text": "Albendazole is the treatment", "correct": false}, {"label": "B", "text": "Leaf shaped parasite", "correct": false}, {"label": "C", "text": "Most infection are asymptomatic", "correct": true}, {"label": "D", "text": "Eating water plant is source of infection", "correct": false}], "correct_answer": "C. Most infection are asymptomatic", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21(231).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36689711701863154/36689711701863154.m3u8"}, {"text": "Choose the correct pathogen based on the lifecycle shown in the image", "options": [{"label": "A", "text": "Ancylostoma duodenale", "correct": false}, {"label": "B", "text": "Strongyloides stercoralis", "correct": true}, {"label": "C", "text": "Ascaris lumbricoides", "correct": false}, {"label": "D", "text": "Enterobius vermicularis", "correct": false}], "correct_answer": "B. Strongyloides stercoralis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22(217).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19395851701863181/19395851701863181.m3u8"}, {"text": "Which is used as disinfecting agent but not sanitation ?", "options": [{"label": "A", "text": "Hydrogen peroxide", "correct": false}, {"label": "B", "text": "Bleaching powder", "correct": false}, {"label": "C", "text": "Penicillin", "correct": false}, {"label": "D", "text": "Methyl paraben", "correct": true}], "correct_answer": "D. Methyl paraben", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60360641701863207/60360641701863207.m3u8"}, {"text": "Which virus undergo genetic reassortment as influenza virus", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24(212).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is wrongly matched", "options": [{"label": "A", "text": "PIR - IgM ; SIR– IgG", "correct": false}, {"label": "B", "text": "PIR - lag period - 4 to 7 days ; SIR – Lag period - 1-2 days", "correct": false}, {"label": "C", "text": "PIR - antibody affinity high ; SIR - antibody affinity low", "correct": true}, {"label": "D", "text": "PIR – Short lived ; SIR - Prolonged", "correct": false}], "correct_answer": "C. PIR - antibody affinity high ; SIR - antibody affinity low", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24673761701863241/24673761701863241.m3u8"}, {"text": "Antigen binding to MHCI activates", "options": [{"label": "A", "text": "B cell", "correct": false}, {"label": "B", "text": "Cytotoxic T cell", "correct": true}, {"label": "C", "text": "Helper T cell", "correct": false}, {"label": "D", "text": "NK cell", "correct": false}], "correct_answer": "B. Cytotoxic T cell", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74805981701863270/74805981701863270.m3u8"}, {"text": "A person travels around the world came with Fever of Unknown Origin. Bone marrow aspirate image given reveled the diagnosis.What to test further?", "options": [{"label": "A", "text": "Leishmania rk39", "correct": true}, {"label": "B", "text": "Histoplasma antigen in urine", "correct": false}, {"label": "C", "text": "P. falciparum on blood", "correct": false}, {"label": "D", "text": "Talaromyces marneffei in skin", "correct": false}], "correct_answer": "A. Leishmania rk39", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27(171).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59580201701863293/59580201701863293.m3u8"}, {"text": "Choose the correct pathogen causing Effacement attachment lesion as shown in the image", "options": [{"label": "A", "text": "ETEC", "correct": false}, {"label": "B", "text": "EPEC", "correct": true}, {"label": "C", "text": "EIEC", "correct": false}, {"label": "D", "text": "DAEC", "correct": false}], "correct_answer": "B. EPEC", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28(155).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15983211701863374/15983211701863374.m3u8"}, {"text": "Choose the correct dematiaceous fungi", "options": [{"label": "A", "text": "Aspergillus niger", "correct": false}, {"label": "B", "text": "Mucor", "correct": false}, {"label": "C", "text": "Cladosporium", "correct": true}, {"label": "D", "text": "Blastomyces dermatitidis", "correct": false}], "correct_answer": "C. Cladosporium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70453901701863436/70453901701863436.m3u8"}, {"text": "Which is obligate anaerobe", "options": [{"label": "A", "text": "Prevotella", "correct": true}, {"label": "B", "text": "Yersinia enterocolitica", "correct": false}, {"label": "C", "text": "Burkholderia cepacia", "correct": false}, {"label": "D", "text": "Stenotrophomonas maltophilia", "correct": false}], "correct_answer": "A. Prevotella", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A subcutaneous infection shown in the image is caused by which one of the following fungi?", "options": [{"label": "A", "text": "Chromoblastomycosis", "correct": false}, {"label": "B", "text": "Sporotrichosis", "correct": true}, {"label": "C", "text": "Blastomycosis", "correct": false}, {"label": "D", "text": "Cryptococcsis", "correct": false}], "correct_answer": "B. Sporotrichosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31(151).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66819791701863476/66819791701863476.m3u8"}, {"text": "Identify lipid A in gram negative bacterial cell wall", "options": [{"label": "A", "text": "D", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "A", "correct": true}], "correct_answer": "D. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32(143).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24904311701861864/24904311701861864.m3u8"}, {"text": "A 30 year old married female came to the OPD with foul smelling watery vaginal discharge. She is planning for pregnancy. On examination, strawberry cervix seen. What's the treatment", "options": [{"label": "A", "text": "Metronidazole", "correct": true}, {"label": "B", "text": "Tetracycline", "correct": false}, {"label": "C", "text": "Azithromycin", "correct": false}, {"label": "D", "text": "Acyclovir", "correct": false}], "correct_answer": "A. Metronidazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2333911701863519/2333911701863519.m3u8"}, {"text": "Paul- Bunnell test is based on", "options": [{"label": "A", "text": "Complement fixation", "correct": false}, {"label": "B", "text": "Antibody heterogenicity", "correct": true}, {"label": "C", "text": "Superantigens", "correct": false}, {"label": "D", "text": "Hapten", "correct": false}], "correct_answer": "B. Antibody heterogenicity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39718701701863549/39718701701863549.m3u8"}, {"text": "Match the followingJapanese Encephalitis virus", "options": [{"label": "A", "text": "A-4, B-3, C-2, D-1", "correct": true}, {"label": "B", "text": "A-3, B-4, C-1, D-2", "correct": false}, {"label": "C", "text": "A-2, B-3, C-1, D-4", "correct": false}, {"label": "D", "text": "A-4, B-3, C-1, D-2", "correct": false}], "correct_answer": "A. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/35(144).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50547381701863573/50547381701863573.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4, B-3, C-2, D-1", "correct": false}, {"label": "B", "text": "A-3, B-4, C-1, D-2", "correct": false}, {"label": "C", "text": "A-3, B-4, C-2, D-1", "correct": true}, {"label": "D", "text": "A-4, B-3, C-1, D-2", "correct": false}], "correct_answer": "C. A-3, B-4, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36(138).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Female presented to OPD with vaginal discharge and itching. Smear finding shown in the image revealed the diagnosis. Choose the correct pathogen.", "options": [{"label": "A", "text": "Trichomonas", "correct": false}, {"label": "B", "text": "Candida", "correct": false}, {"label": "C", "text": "Gardernella vaginalis", "correct": true}, {"label": "D", "text": "Doderlein bacillus", "correct": false}], "correct_answer": "C. Gardernella vaginalis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/37(118).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "RNA virus diagnosis", "options": [{"label": "A", "text": "Real Time PCR", "correct": false}, {"label": "B", "text": "Reverse transcription the Amplification", "correct": true}, {"label": "C", "text": "Identification and amplification", "correct": false}], "correct_answer": "B. Reverse transcription the Amplification", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HBV subunit vaccine contains", "options": [{"label": "A", "text": "HBsAg", "correct": true}, {"label": "B", "text": "HBeAg", "correct": false}, {"label": "C", "text": "HBcAg", "correct": false}, {"label": "D", "text": "HBxAg", "correct": false}], "correct_answer": "A. HBsAg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78912081701863612/78912081701863612.m3u8"}, {"text": "A 14 days old neonate developed conjunctivitis followed by pneumonitis showing bilateral infiltrated and TLC showing lymphocytic predominance. What may the etiological agent?", "options": [{"label": "A", "text": "Mycoplasma pneumoniae", "correct": false}, {"label": "B", "text": "Hemophilus influenzae", "correct": false}, {"label": "C", "text": "Streptococcus pneumoniae", "correct": false}, {"label": "D", "text": "Chlamydia trachomatis", "correct": true}], "correct_answer": "D. Chlamydia trachomatis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8899381701863641/8899381701863641.m3u8"}, {"text": "Only AntiHBc-IgG +ve, what is the stage of the disease", "options": [{"label": "A", "text": "Chronic hepatitis active phase", "correct": false}, {"label": "B", "text": "Past infection", "correct": true}, {"label": "C", "text": "Chronic hepatitis with pre-mutant core", "correct": false}, {"label": "D", "text": "Acute hepatitis", "correct": false}], "correct_answer": "B. Past infection", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64589751701863668/64589751701863668.m3u8"}, {"text": "HIV positive patient with diarrhoea. Stool examination, acid fast stain shows 8 -10 micrometer oocyst as shown in the image. Choose the correct pathogen.", "options": [{"label": "A", "text": "Cyclospora", "correct": true}, {"label": "B", "text": "Cryptosporidium", "correct": false}, {"label": "C", "text": "Cystisospora", "correct": false}, {"label": "D", "text": "Microsporidium", "correct": false}], "correct_answer": "A. Cyclospora", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42(122).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33403421701863702/33403421701863702.m3u8"}, {"text": "H/o trauma six weeks ago. Lymphatic spread of the lesion has shown in the image. All the organisms have the property of lymphatic spread except", "options": [{"label": "A", "text": "Sporothrix", "correct": true}, {"label": "B", "text": "Nocardia brasiliensis", "correct": false}, {"label": "C", "text": "Corynebacterium minutissimum", "correct": false}, {"label": "D", "text": "Mycobacterium marinum", "correct": false}], "correct_answer": "A. Sporothrix", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/43(98).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25223471701863724/25223471701863724.m3u8"}, {"text": "All are true regarding Parvo virus B19 infection except", "options": [{"label": "A", "text": "Nonimmune fetal hydrops", "correct": false}, {"label": "B", "text": "Red cell aplasia", "correct": false}, {"label": "C", "text": "SLE – non erosive arthritis", "correct": true}, {"label": "D", "text": "Slapped cheek rash", "correct": false}], "correct_answer": "C. SLE – non erosive arthritis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HPE of warty verrucous lesions of the foot shown in the image. Choose the true statement.", "options": [{"label": "A", "text": "Causes invasive lesions in immunocompromised", "correct": false}, {"label": "B", "text": "Fungi causing this are dematiaceous", "correct": true}, {"label": "C", "text": "Sclerotic bodies formed due to macrophages", "correct": false}, {"label": "D", "text": "It is caused by a Yeast", "correct": false}], "correct_answer": "B. Fungi causing this are dematiaceous", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/45(101).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the agent which acts both as disinfectant and antiseptic", "options": [{"label": "A", "text": "Ethanol", "correct": true}, {"label": "B", "text": "Glutaraldehyde", "correct": false}, {"label": "C", "text": "Orthophthaldehyde", "correct": false}, {"label": "D", "text": "Autoclave", "correct": false}], "correct_answer": "A. Ethanol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59168321701863750/59168321701863750.m3u8"}, {"text": "Inclusion body in neutrophils seen in which rickettsial disease.", "options": [{"label": "A", "text": "Rickettsia rickettsiae", "correct": false}, {"label": "B", "text": "Rickettsia akari", "correct": false}, {"label": "C", "text": "Anaplasma", "correct": true}, {"label": "D", "text": "Ehrlichia", "correct": false}], "correct_answer": "C. Anaplasma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39027621701863778/39027621701863778.m3u8"}, {"text": "Inclusion bodies seen in Molluscum contagiosum is", "options": [{"label": "A", "text": "Henderson Peterson bodies", "correct": true}, {"label": "B", "text": "Multinucleated giant cell", "correct": false}, {"label": "C", "text": "Torres bodies", "correct": false}, {"label": "D", "text": "Ashcoff bodies", "correct": false}], "correct_answer": "A. Henderson Peterson bodies", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/48(96).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21577401701863805/21577401701863805.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A2 B3 C4 D1", "correct": true}, {"label": "B", "text": "A3 B2 C4 D1", "correct": false}, {"label": "C", "text": "A2 B3 C1 D4", "correct": false}, {"label": "D", "text": "A2 B4 C3 D1", "correct": false}], "correct_answer": "A. A2 B3 C4 D1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49(95).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73564291701863830/73564291701863830.m3u8"}, {"text": "All the following are released from Th1 except", "options": [{"label": "A", "text": "IL2", "correct": false}, {"label": "B", "text": "IFN – Gamma", "correct": false}, {"label": "C", "text": "IL4", "correct": true}, {"label": "D", "text": "IL 12", "correct": false}], "correct_answer": "C. IL4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Vesicular rash seen in", "options": [{"label": "A", "text": "Roseola infantum", "correct": false}, {"label": "B", "text": "Dengue", "correct": false}, {"label": "C", "text": "Zika", "correct": false}, {"label": "D", "text": "Hand foot mouth disease", "correct": true}], "correct_answer": "D. Hand foot mouth disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A lesion on the back is shown in the image. Correct etiological agent is", "options": [{"label": "A", "text": "Covid 19", "correct": false}, {"label": "B", "text": "RMSF", "correct": false}, {"label": "C", "text": "Scrub typhus", "correct": true}, {"label": "D", "text": "Malaria", "correct": false}], "correct_answer": "C. Scrub typhus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/51(87).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19292431701863860/19292431701863860.m3u8"}, {"text": "Identify the stain", "options": [{"label": "A", "text": "Albert stain", "correct": false}, {"label": "B", "text": "Ziehl – Neelsen stain", "correct": true}, {"label": "C", "text": "Gram stain", "correct": false}, {"label": "D", "text": "Sudan black", "correct": false}], "correct_answer": "B. Ziehl – Neelsen stain", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52(90).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46319551701863892/46319551701863892.m3u8"}, {"text": "Alcohol based sanitizer not useful in", "options": [{"label": "A", "text": "Before examining patient", "correct": false}, {"label": "B", "text": "After examining patient", "correct": false}, {"label": "C", "text": "With visible soiled hands", "correct": true}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "C. With visible soiled hands", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23775641701863915/23775641701863915.m3u8"}, {"text": "Which of the following sterilization method can destroy spores", "options": [{"label": "A", "text": "ETO", "correct": true}, {"label": "B", "text": "Glutaraldehyde", "correct": false}, {"label": "C", "text": "Pasturisation", "correct": false}, {"label": "D", "text": "Tyndallization", "correct": false}], "correct_answer": "A. ETO", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61222491701863939/61222491701863939.m3u8"}, {"text": "Choose the egg for the parasite shown in the image", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": true}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "B. B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/55(91).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12213001701863970/12213001701863970.m3u8"}, {"text": "Choose the true statement:", "options": [{"label": "A", "text": "Fasciola buski resides in intrahepatic radicles", "correct": false}, {"label": "B", "text": "Triclabendazole doc for all trematodes", "correct": false}, {"label": "C", "text": "F. hepatica infection through infected water caltrops", "correct": true}, {"label": "D", "text": "S. hematobium is monoecious", "correct": false}], "correct_answer": "C. F. hepatica infection through infected water caltrops", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mucormycosis- which layer of fungal cell wall / membrane is absent:", "options": [{"label": "A", "text": "Chitin", "correct": false}, {"label": "B", "text": "1-3 Beta D Glucan", "correct": true}, {"label": "C", "text": "Mannan", "correct": false}, {"label": "D", "text": "Ergosterol", "correct": false}], "correct_answer": "B. 1-3 Beta D Glucan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25933391701863996/25933391701863996.m3u8"}, {"text": "A boy came with intractable diarrhea after a beach trip. Stool is watery and smell of rice. Pathogen affect which cell adhesion molecule:", "options": [{"label": "A", "text": "Gap junction", "correct": false}, {"label": "B", "text": "Tight junction", "correct": true}, {"label": "C", "text": "Hemidesmosome", "correct": false}, {"label": "D", "text": "Zona adherens", "correct": false}], "correct_answer": "B. Tight junction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with submandibular region swelling. Lump formation after dental procedure. Yellow granules present in the discharge. Gram stain shown in the image. What is the pathogen responsible for this condition?", "options": [{"label": "A", "text": "Bacillus anthracis", "correct": false}, {"label": "B", "text": "Actinomyces israelii", "correct": true}, {"label": "C", "text": "Candida albicans", "correct": false}, {"label": "D", "text": "Staphylococcus aureus", "correct": false}], "correct_answer": "B. Actinomyces israelii", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59(92).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65748621701864026/65748621701864026.m3u8"}, {"text": "A child admitted with the features of meningitis and CSF Gram stain shown in the image. Choose correct Property of the bacteria", "options": [{"label": "A", "text": "Optochin sensitive +, Catalase negative", "correct": true}, {"label": "B", "text": "Oxidase positive", "correct": false}, {"label": "C", "text": "Ferments glucose", "correct": false}, {"label": "D", "text": "Mannose sensitive", "correct": false}], "correct_answer": "A. Optochin sensitive +, Catalase negative", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/60(87).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46845291701864057/46845291701864057.m3u8"}, {"text": "Smoker with pneumonia diagnosed as mycotic endocarditis. what may be the GMS stain finding?", "options": [{"label": "A", "text": "Septate hyphae with dichotomous branching", "correct": true}, {"label": "B", "text": "Non septate hyphae with vertical branching", "correct": false}, {"label": "C", "text": "Yeast with capsule", "correct": false}, {"label": "D", "text": "Figure of eight appearance", "correct": false}], "correct_answer": "A. Septate hyphae with dichotomous branching", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The below is the life cycle of which organism", "options": [{"label": "A", "text": "Nipah virus", "correct": true}, {"label": "B", "text": "Ebola virus", "correct": false}, {"label": "C", "text": "J E Virus", "correct": false}, {"label": "D", "text": "Zika virus", "correct": false}], "correct_answer": "A. Nipah virus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/62(76).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51199651701864087/51199651701864087.m3u8"}, {"text": "A known case of HIV/AIDS patient with diarrhea. On Kinyoun stain there were plenty of oocysts ranging in size from 4 to 6 microns. Your most probable diagnosis is?", "options": [{"label": "A", "text": "Balantidium", "correct": false}, {"label": "B", "text": "Cryptosporidium", "correct": true}, {"label": "C", "text": "Cyclospora", "correct": false}, {"label": "D", "text": "Cystoisosopra", "correct": false}], "correct_answer": "B. Cryptosporidium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48941891701864117/48941891701864117.m3u8"}, {"text": "A young male presented with skin lesions as shown below. Which of the following is not responsible for the condition", "options": [{"label": "A", "text": "Trichophyton", "correct": false}, {"label": "B", "text": "Epidermophyton", "correct": false}, {"label": "C", "text": "Microsporum", "correct": false}, {"label": "D", "text": "Aspergillus", "correct": true}], "correct_answer": "D. Aspergillus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/63(73).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4294481701864152/4294481701864152.m3u8"}, {"text": "A patient presented with complaint of dysphagia. On UGI endoscopy a diagnosis of oesophageal candidiasis was made. The organism obtained from the sample was cultured on a specialized medium and the findings shown below were visible on microscopy of the culture. What phenomenon is shown below?", "options": [{"label": "A", "text": "Germ tube formation", "correct": true}, {"label": "B", "text": "Spore formation", "correct": false}, {"label": "C", "text": "Mould to yeast formation", "correct": false}, {"label": "D", "text": "Budding", "correct": false}], "correct_answer": "A. Germ tube formation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/64(87).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A young male presented with fever, hepato-splenomegaly. On investigation the person showed the below organism. Which of the following is true regarding the same?", "options": [{"label": "A", "text": "Rk139 can be detected in blood and bone marrow sample", "correct": false}, {"label": "B", "text": "Being obligate intracellular it can only be cultured in cell free medium", "correct": false}, {"label": "C", "text": "Amastigotes show diurnal periodicity", "correct": false}, {"label": "D", "text": "The organism can be better demonstrated in buffy coat preparations", "correct": true}], "correct_answer": "D. The organism can be better demonstrated in buffy coat preparations", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/69(84).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The cell wall shown below belongs to which organism?", "options": [{"label": "A", "text": "Staphylococcus aureus", "correct": false}, {"label": "B", "text": "E.coli", "correct": false}, {"label": "C", "text": "Neisseria meningitidis", "correct": true}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "C. Neisseria meningitidis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(73).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Gram positive bacilli isolated from a child, that is motile at 22 degrees and non-motile at 37 degrees is-", "options": [{"label": "A", "text": "Listeria monocytogenes", "correct": true}, {"label": "B", "text": "Clostridium difficile", "correct": false}, {"label": "C", "text": "Bacillus anthracis", "correct": false}, {"label": "D", "text": "Pseudomonas aeruginosa", "correct": false}], "correct_answer": "A. Listeria monocytogenes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34527741704867598/34527741704867598.m3u8"}, {"text": "Which haematological manifestation associated with this image ?", "options": [{"label": "A", "text": "Pure red cell aplasia", "correct": true}, {"label": "B", "text": "Molluscum contagiosum", "correct": false}, {"label": "C", "text": "Kaposi sarcoma", "correct": false}, {"label": "D", "text": "Kaposi sarcoma", "correct": false}], "correct_answer": "A. Pure red cell aplasia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(34).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4639941704867612/4639941704867612.m3u8"}, {"text": "Infective form of toxoplasmosis to humans from cat feces is-", "options": [{"label": "A", "text": "Oocyst", "correct": true}, {"label": "B", "text": "Bradycyst", "correct": false}, {"label": "C", "text": "Sporocyst", "correct": false}, {"label": "D", "text": "Tachyzoite", "correct": false}], "correct_answer": "A. Oocyst", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(5).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35176281701862044/35176281701862044.m3u8"}, {"text": "Protozoan pathogen found in Kupffer cells is-", "options": [{"label": "A", "text": "Plasmodium", "correct": false}, {"label": "B", "text": "Babesia", "correct": false}, {"label": "C", "text": "Leishmania", "correct": true}, {"label": "D", "text": "Giardia", "correct": false}], "correct_answer": "C. Leishmania", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38485681701862297/38485681701862297.m3u8"}, {"text": "Choose the correct incubation periods", "options": [{"label": "A", "text": "A-2, B-3, C-4, D-1", "correct": true}, {"label": "B", "text": "A-2, B-4, C-1, D-2", "correct": false}, {"label": "C", "text": "A-2, B-3, C-1, D-4", "correct": false}, {"label": "D", "text": "A-1, B-3, C-2, D-4", "correct": false}], "correct_answer": "A. A-2, B-3, C-4, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(25).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the pathogen:", "options": [{"label": "A", "text": "Mucor", "correct": false}, {"label": "B", "text": "Aspergillus", "correct": true}, {"label": "C", "text": "Cryptococcus", "correct": false}, {"label": "D", "text": "Blastomyces", "correct": false}], "correct_answer": "B. Aspergillus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(19).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71377551701862396/71377551701862396.m3u8"}, {"text": "A woman from Tamil Nadu presents with a mass protruding from her nose. What is the pathogen implicated in this case?", "options": [{"label": "A", "text": "Rhinosporidium seeberi", "correct": true}, {"label": "B", "text": "Rhinoscleromatus", "correct": false}, {"label": "C", "text": "Klebsiella granulomatous", "correct": false}, {"label": "D", "text": "Leishmania donovani", "correct": false}], "correct_answer": "A. Rhinosporidium seeberi", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(18).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A diabetic patient with immunocompromised state presents with a fungal infection. On biopsy, budding cells with pseudohyphae were present. What is the condition indicated?", "options": [{"label": "A", "text": "Invasive candidiasis", "correct": true}, {"label": "B", "text": "Aspergillosis", "correct": false}, {"label": "C", "text": "Pneumocystis jirovecii pneumonia (PcP)", "correct": false}, {"label": "D", "text": "Squamous cell ca", "correct": false}], "correct_answer": "A. Invasive candidiasis", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9_1(4).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Serial dilutions of agglutination test is given here. Negative till 1:40 dilution is due to:", "options": [{"label": "A", "text": "Excess antibody", "correct": true}, {"label": "B", "text": "Excess antigen", "correct": false}, {"label": "C", "text": "Technical error", "correct": false}, {"label": "D", "text": "Insufficient sample", "correct": false}], "correct_answer": "A. Excess antibody", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with bloody dysentery. Imaging reveals a liver abscess in the right lobe of the liver with irregular margins. What is the condition?", "options": [{"label": "A", "text": "Pyogenic liver abscess", "correct": false}, {"label": "B", "text": "Hydatid cyst", "correct": false}, {"label": "C", "text": "Amoebic liver abscess", "correct": true}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "C. Amoebic liver abscess", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not transmitted perinatally?", "options": [{"label": "A", "text": "CMV", "correct": false}, {"label": "B", "text": "Rubella", "correct": true}, {"label": "C", "text": "HSV", "correct": false}, {"label": "D", "text": "Hepatitis B", "correct": false}], "correct_answer": "B. Rubella", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PCR which of the organism needed a step of reverse transcriptase", "options": [{"label": "A", "text": "CMV", "correct": false}, {"label": "B", "text": "RSV", "correct": true}, {"label": "C", "text": "Pox Virus", "correct": false}, {"label": "D", "text": "Adenovirus", "correct": false}], "correct_answer": "B. RSV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cell to cell transfer of bacteria by actin filament is classically seen in", "options": [{"label": "A", "text": "Enteroinvasive E. coli", "correct": false}, {"label": "B", "text": "H. Pylori", "correct": false}, {"label": "C", "text": "Listeria monocytogenes", "correct": true}, {"label": "D", "text": "Salmonella typhi", "correct": false}], "correct_answer": "C. Listeria monocytogenes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which toxin acts by the MoA shown in the image.", "options": [{"label": "A", "text": "Vibrio cholerae", "correct": false}, {"label": "B", "text": "Bacillus anthracis", "correct": false}, {"label": "C", "text": "Corynebacterium diphtheriae", "correct": true}, {"label": "D", "text": "Clostridium perfringens", "correct": false}], "correct_answer": "C. Corynebacterium diphtheriae", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(887).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which organism needs BSL 3", "options": [{"label": "A", "text": "CCHF", "correct": false}, {"label": "B", "text": "Ebola", "correct": false}, {"label": "C", "text": "Salmonella", "correct": false}, {"label": "D", "text": "XDR TB", "correct": true}], "correct_answer": "D. XDR TB", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Image shown here is vector for all except", "options": [{"label": "A", "text": "Orientia tsutsugamushi", "correct": true}, {"label": "B", "text": "Babesia microti", "correct": false}, {"label": "C", "text": "Ehrlichia chaffeensis", "correct": false}, {"label": "D", "text": "CCHF", "correct": false}], "correct_answer": "A. Orientia tsutsugamushi", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(305).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A person living in a rural area comes to you with complaints of neck rigidity and fever. Hemiparesis present. Clinically diagnosed as encephalitis. H/o Swimming present. SEM image shown here. Choose the correct Pathogen.", "options": [{"label": "A", "text": "Acanthamoeba", "correct": true}, {"label": "B", "text": "Naegleria fowleri", "correct": false}, {"label": "C", "text": "Balamuthia mandrillaris", "correct": false}, {"label": "D", "text": "Giardia lamblia", "correct": false}], "correct_answer": "A. Acanthamoeba", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(242).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following structure is essential for permeating of viral RNA of HIV through membrane of host cell?", "options": [{"label": "A", "text": "GP 41", "correct": true}, {"label": "B", "text": "GP120", "correct": false}, {"label": "C", "text": "CXCR5", "correct": false}, {"label": "D", "text": "CCR4", "correct": false}], "correct_answer": "A. GP 41", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Vibrio cholera acts on disruption of which protein in tight junction?", "options": [{"label": "A", "text": "Cadherin", "correct": false}, {"label": "B", "text": "Integrin", "correct": false}, {"label": "C", "text": "Claudin", "correct": false}, {"label": "D", "text": "Occludens", "correct": true}], "correct_answer": "D. Occludens", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient recently recovered from COVID19, Under Steroid treatment for 3 weeks came with headache and nasal discharge. Microscopy shown in the image. Identify the agent.", "options": [{"label": "A", "text": "Aspergillus", "correct": false}, {"label": "B", "text": "Cryptococcus", "correct": false}, {"label": "C", "text": "Candida", "correct": false}, {"label": "D", "text": "Mucor", "correct": true}], "correct_answer": "D. Mucor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(196).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HBsAg negative, Anti HBs Ag – Negative, Anti –HBc Total - positive, Anti HBc-IgM negative. Clinical stage", "options": [{"label": "A", "text": "Window period", "correct": false}, {"label": "B", "text": "Past infection", "correct": true}, {"label": "C", "text": "Chronic infection", "correct": false}, {"label": "D", "text": "Vaccination", "correct": false}], "correct_answer": "B. Past infection", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What are the advantages of saline wet mount over iodine wet mount? A. Motility can be studied better B. To stain nucleus and glycogen mass C. Bile-stained egg can be differentiated D. Cyst can be specifically identified by this method", "options": [{"label": "A", "text": "A, B are correct", "correct": false}, {"label": "B", "text": "A, B, C are correct", "correct": false}, {"label": "C", "text": "A, C are correct", "correct": true}, {"label": "D", "text": "C, D are correct", "correct": false}], "correct_answer": "C. A, C are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All the following tests are useful in 3-day duration of dengue fever except", "options": [{"label": "A", "text": "RTPCR", "correct": false}, {"label": "B", "text": "IgM Capture ELISA", "correct": true}, {"label": "C", "text": "NS1 Antigen", "correct": false}, {"label": "D", "text": "Viral culture", "correct": false}], "correct_answer": "B. IgM Capture ELISA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Neck stiffness, Kernig sign , Lymphocytosis, Glucose low, Protein High.", "options": [{"label": "A", "text": "TB meningitis", "correct": true}, {"label": "B", "text": "Viral meningitis", "correct": false}, {"label": "C", "text": "Fungal meningitis", "correct": false}, {"label": "D", "text": "Pyogenic meningitis", "correct": false}], "correct_answer": "A. TB meningitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An Immunocompromised individual came with white patches in tongue which cannot be rubbed. Etiological agent is", "options": [{"label": "A", "text": "Candida", "correct": false}, {"label": "B", "text": "EBV", "correct": true}, {"label": "C", "text": "HHV1", "correct": false}, {"label": "D", "text": "KSV", "correct": false}], "correct_answer": "B. EBV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Dengue warning sign", "options": [{"label": "A", "text": "Thrombocytopenia", "correct": false}, {"label": "B", "text": "Vomiting", "correct": true}, {"label": "C", "text": "Itchy skin", "correct": false}, {"label": "D", "text": "Petechial rash", "correct": false}], "correct_answer": "B. Vomiting", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the toxin", "options": [{"label": "A", "text": "Cholera toxin", "correct": false}, {"label": "B", "text": "Streptococcal Pyogenes", "correct": true}, {"label": "C", "text": "Pseudomonas toxin", "correct": false}, {"label": "D", "text": "E coil labile toxin", "correct": false}], "correct_answer": "B. Streptococcal Pyogenes", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(94).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "DOC for Enterococcus infective endocarditis, allergic to penicillin", "options": [{"label": "A", "text": "Vancomycin", "correct": true}, {"label": "B", "text": "Piperacillin", "correct": false}, {"label": "C", "text": "Aztreonam", "correct": false}, {"label": "D", "text": "Ceftriaxone.", "correct": false}], "correct_answer": "A. Vancomycin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48970051721473921/48970051721473921.m3u8"}, {"text": "Which one of the following shows drug resistance?", "options": [{"label": "A", "text": "Donovanosis", "correct": false}, {"label": "B", "text": "Syphilis", "correct": false}, {"label": "C", "text": "Gonorrhoea", "correct": true}, {"label": "D", "text": "Chlamydia", "correct": false}], "correct_answer": "C. Gonorrhoea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21399961721473940/21399961721473940.m3u8"}, {"text": "Which does not have polysaccharide capsule", "options": [{"label": "A", "text": "Hemophilus influenzae type B", "correct": false}, {"label": "B", "text": "Pneumococcus", "correct": false}, {"label": "C", "text": "Neisseria meningitidis", "correct": false}, {"label": "D", "text": "Hepatitis B", "correct": true}], "correct_answer": "D. Hepatitis B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40897071721473958/40897071721473958.m3u8"}, {"text": "Among the following, which need only female pathogen and undergo self-fertilization (Parthenogenesis) seen in", "options": [{"label": "A", "text": "Trichuris", "correct": false}, {"label": "B", "text": "Strongyloides", "correct": true}, {"label": "C", "text": "Ancylostoma", "correct": false}, {"label": "D", "text": "Enterobius", "correct": false}], "correct_answer": "B. Strongyloides", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46273081721473976/46273081721473976.m3u8"}, {"text": "Which option is correct ?", "options": [{"label": "A", "text": "Most commonly causes respiratory intectiot", "correct": true}, {"label": "B", "text": "Broad budding cells with pseudohyphae", "correct": false}, {"label": "C", "text": "Human is the only reservoir", "correct": false}, {"label": "D", "text": "Prophylaxis given when CD4 count falls 900", "correct": false}], "correct_answer": "A. Most commonly causes respiratory intectiot", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202024-07-20%20at%204_22_58%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76952131721473991/76952131721473991.m3u8"}, {"text": "Streptococcus agalactiae causes", "options": [{"label": "A", "text": "Infective endocarditis", "correct": false}, {"label": "B", "text": "Dental caries", "correct": false}, {"label": "C", "text": "Tonsilitis and pharyngitis", "correct": false}, {"label": "D", "text": "Neonatal sepsis", "correct": true}], "correct_answer": "D. Neonatal sepsis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65929481721474022/65929481721474022.m3u8"}, {"text": "Swollen Bartholin opening, vaginal discharge, Clinical picture of PID, Gram negative intra cellular diplococci", "options": [{"label": "A", "text": "Neisseria gonorrhoea", "correct": true}, {"label": "B", "text": "Chlamydia trachomatis", "correct": false}, {"label": "C", "text": "Hemophilus ducreyi", "correct": false}, {"label": "D", "text": "Treponema pallidium", "correct": false}], "correct_answer": "A. Neisseria gonorrhoea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45851861721474037/45851861721474037.m3u8"}, {"text": "Patient suffering from diarrhoea. Stool microscopy shown in the image measures 15 -20 microns oocyst. Identify the structure", "options": [{"label": "A", "text": "Cystisospora belli", "correct": true}, {"label": "B", "text": "Cyclospora", "correct": false}, {"label": "C", "text": "Cryptosporidium", "correct": false}, {"label": "D", "text": "Microsporidia", "correct": false}], "correct_answer": "A. Cystisospora belli", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202024-07-20%20at%204_28_42%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17334541721474054/17334541721474054.m3u8"}, {"text": "Best diagnostic test for malaria speciation", "options": [{"label": "A", "text": "Giemsa-stained thick smear", "correct": false}, {"label": "B", "text": "Giemsa-stained thin smear", "correct": true}, {"label": "C", "text": "Acridine orange-stained thin slide", "correct": false}, {"label": "D", "text": "Calcofluor white", "correct": false}], "correct_answer": "B. Giemsa-stained thin smear", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31023771721474068/31023771721474068.m3u8"}, {"text": "Extensive h/o Dengue hemorrhagic fever , retro orbital pain - H/ 0 fever for more than 5 days presentation - Best test for diagnosis", "options": [{"label": "A", "text": "NS1 antigen", "correct": false}, {"label": "B", "text": "IgM Capture ELISA", "correct": true}, {"label": "C", "text": "RT PCR", "correct": false}, {"label": "D", "text": "Albopictus mosquito cell culture", "correct": false}], "correct_answer": "B. IgM Capture ELISA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65997971721474084/65997971721474084.m3u8"}, {"text": "PARVO B19 does not cause", "options": [{"label": "A", "text": "Transient aplastic anaemia", "correct": false}, {"label": "B", "text": "Aplastic anaemia in immunocompromised", "correct": true}, {"label": "C", "text": "Non immune Hydrops fetalis", "correct": false}, {"label": "D", "text": "Fever with petechial rash", "correct": false}], "correct_answer": "B. Aplastic anaemia in immunocompromised", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18244881721474099/18244881721474099.m3u8"}, {"text": "Which organism transmitted through all blood components", "options": [{"label": "A", "text": "Malaria", "correct": false}, {"label": "B", "text": "Filaria", "correct": false}, {"label": "C", "text": "Toxoplasma", "correct": false}, {"label": "D", "text": "Syphilis", "correct": true}], "correct_answer": "D. Syphilis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7226051721474115/7226051721474115.m3u8"}, {"text": "How to disinfect disposable mouth piece of glass pipette A. Autoclave B. Hot air oven C. Ethanol 70% D.Microwave", "options": [{"label": "A", "text": "A, B are Correct", "correct": true}, {"label": "B", "text": "A, B, C are Correct", "correct": false}, {"label": "C", "text": "A, C, D are Correct", "correct": false}, {"label": "D", "text": "C,D are correct", "correct": false}], "correct_answer": "A. A, B are Correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/126331721474143/126331721474143.m3u8"}, {"text": "Mother with H/o painful genital lesions one year bedore. 18 days old Child has CNS symptoms and multinucleated giant cells seen. Cause is", "options": [{"label": "A", "text": "VZV", "correct": false}, {"label": "B", "text": "HSV2", "correct": true}, {"label": "C", "text": "Coxsackie Virus", "correct": false}, {"label": "D", "text": "hemophilus ducreyi", "correct": false}], "correct_answer": "B. HSV2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53036281721474158/53036281721474158.m3u8"}, {"text": "A farmer came with nodular lesions along with lymphatic drainage. Microscopy shown here. Choose the correct pathogen.", "options": [{"label": "A", "text": "Sporothrix", "correct": true}, {"label": "B", "text": "Histoplasma", "correct": false}, {"label": "C", "text": "Blastomyces,", "correct": false}, {"label": "D", "text": "Coccidioides", "correct": false}], "correct_answer": "A. Sporothrix", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(687).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19950961731494816/19950961731494816.m3u8"}, {"text": "Choose the water borne hepatitis virus", "options": [{"label": "A", "text": "HAV", "correct": true}, {"label": "B", "text": "HBV", "correct": false}, {"label": "C", "text": "HCV", "correct": false}, {"label": "D", "text": "HDV", "correct": false}], "correct_answer": "A. HAV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12073301731494839/12073301731494839.m3u8"}, {"text": "Medium for M. tuberculosis", "options": [{"label": "A", "text": "LJ medium", "correct": true}, {"label": "B", "text": "SDA", "correct": false}, {"label": "C", "text": "Muller Hinton agar", "correct": false}, {"label": "D", "text": "Blood agar", "correct": false}], "correct_answer": "A. LJ medium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71501521731494861/71501521731494861.m3u8"}, {"text": "A patient came with blunt injury from farm instrument in chest. Pus from wound shows Gram positive filamentous bacteria which is partially acid fast. Choose the correct pathogen.", "options": [{"label": "A", "text": "Anthrax", "correct": false}, {"label": "B", "text": "Listeria", "correct": false}, {"label": "C", "text": "Diphtheria", "correct": false}, {"label": "D", "text": "Nocardia", "correct": true}], "correct_answer": "D. Nocardia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6814131731494898/6814131731494898.m3u8"}, {"text": "Which is not a cold sterilization", "options": [{"label": "A", "text": "Gamma radiation", "correct": false}, {"label": "B", "text": "UV rays", "correct": false}, {"label": "C", "text": "Autoclave", "correct": true}, {"label": "D", "text": "Gas Plasma sterilization", "correct": false}], "correct_answer": "C. Autoclave", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56968621731494933/56968621731494933.m3u8"}, {"text": "DOC for Fasciola hepatica", "options": [{"label": "A", "text": "Albendazole", "correct": false}, {"label": "B", "text": "Triclabendazole", "correct": true}, {"label": "C", "text": "Mebendazole", "correct": false}, {"label": "D", "text": "Praziquantel", "correct": false}], "correct_answer": "B. Triclabendazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9284401731495897/9284401731495897.m3u8"}, {"text": "False about Ascaris lumbricoides is", "options": [{"label": "A", "text": "Rectal prolapse", "correct": true}, {"label": "B", "text": "Asthma like symptoms", "correct": false}, {"label": "C", "text": "Unembryonated egg takes time for fertilization", "correct": false}, {"label": "D", "text": "Mostly asymptomatic", "correct": false}], "correct_answer": "A. Rectal prolapse", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53205981731495916/53205981731495916.m3u8"}, {"text": "The following one is antibiotic sensitivity testing.", "options": [{"label": "A", "text": "CAMP test", "correct": false}, {"label": "B", "text": "Elek gel precipitation test", "correct": false}, {"label": "C", "text": "Latex agglutination test", "correct": false}, {"label": "D", "text": "E test", "correct": true}], "correct_answer": "D. E test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49808091731495938/49808091731495938.m3u8"}, {"text": "True statements about Cryptococcus A. Extra pulmonary is aids defining illness B. Reservoir for C.gatti is Bird C. All pathogenic species are urease +ve D. Commonly seen in CD4>500", "options": [{"label": "A", "text": "A, B, C", "correct": true}, {"label": "B", "text": "A and D", "correct": false}, {"label": "C", "text": "B and D", "correct": false}, {"label": "D", "text": "C and D", "correct": false}], "correct_answer": "A. A, B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23214651731495977/23214651731495977.m3u8"}, {"text": "Wire loop is sterilized by", "options": [{"label": "A", "text": "Autoclave", "correct": false}, {"label": "B", "text": "Microwaved", "correct": false}, {"label": "C", "text": "Heat till become red", "correct": true}, {"label": "D", "text": "Gamma rays", "correct": false}], "correct_answer": "C. Heat till become red", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/681691731496025/681691731496025.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4, B-1, C-2, D-3", "correct": true}, {"label": "B", "text": "A-3, B-1, C-2, D-4", "correct": false}, {"label": "C", "text": "A-4, B-2, C-1, D-3", "correct": false}, {"label": "D", "text": "A-1, B-3, C-2, D-4", "correct": false}], "correct_answer": "A. A-4, B-1, C-2, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(219).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15006381731496628/15006381731496628.m3u8"}, {"text": "Rapid spread of Necrotizing fasciitis in previously injured skin shows Gram positive cocci in chains. Choose the correct pathogen.", "options": [{"label": "A", "text": "Strep. pyogenes", "correct": true}, {"label": "B", "text": "Staph. aureus", "correct": false}, {"label": "C", "text": "Clostridium perfringens", "correct": false}, {"label": "D", "text": "Vibrio vulnificus", "correct": false}], "correct_answer": "A. Strep. pyogenes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64901861731496673/64901861731496673.m3u8"}, {"text": "Which is not a passive immunity", "options": [{"label": "A", "text": "Antitoxin", "correct": false}, {"label": "B", "text": "Monoclonal Ab", "correct": false}, {"label": "C", "text": "IgA", "correct": false}, {"label": "D", "text": "Toxoid", "correct": true}], "correct_answer": "D. Toxoid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44427241731496783/44427241731496783.m3u8"}, {"text": "Single cyst in right hepatic area. Liver aspirate shown in the image. Choose the correct pathogen.", "options": [{"label": "A", "text": "Taenia", "correct": false}, {"label": "B", "text": "H. Nana", "correct": false}, {"label": "C", "text": "Echinococcus", "correct": true}, {"label": "D", "text": "Latum", "correct": false}], "correct_answer": "C. Echinococcus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(170).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23143981731496824/23143981731496824.m3u8"}, {"text": "Common cause of diarrhoea and dehydration in children is", "options": [{"label": "A", "text": "Norwalk virus", "correct": false}, {"label": "B", "text": "Rota virus", "correct": true}, {"label": "C", "text": "Shigella", "correct": false}, {"label": "D", "text": "Enterobius", "correct": false}], "correct_answer": "B. Rota virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51251451731496975/51251451731496975.m3u8"}, {"text": "All the following are COVID 19 preventive measures except", "options": [{"label": "A", "text": "Wearing Mask", "correct": false}, {"label": "B", "text": "Vaccination", "correct": false}, {"label": "C", "text": "Cough etiquette", "correct": false}, {"label": "D", "text": "Ivermectin prophylaxis", "correct": true}], "correct_answer": "D. Ivermectin prophylaxis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11770841731496999/11770841731496999.m3u8"}, {"text": "A child admitted with haematuria, thrombocytopenia and Bloody diarrhoea. Choose the correct pathogen", "options": [{"label": "A", "text": "Salmonella", "correct": false}, {"label": "B", "text": "EHEC 0157: H7", "correct": true}, {"label": "C", "text": "Yersinia", "correct": false}, {"label": "D", "text": "E.coli", "correct": false}], "correct_answer": "B. EHEC 0157: H7", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1147931731497038/1147931731497038.m3u8"}, {"text": "Assertion - Reason A : Late trophozoite and schizont not usually seen in falciparum peripheral smear R : Late trophozoite and schizont damage the capillary endothelium and sequestration", "options": [{"label": "A", "text": "Both A and R are true and R is the correct explanation of A", "correct": true}, {"label": "B", "text": "Both A and R are true but R is not the correct explanation of A", "correct": false}, {"label": "C", "text": "A is true but R is false", "correct": false}, {"label": "D", "text": "A is false but R is true", "correct": false}, {"label": "E", "text": "Both A and R are false", "correct": false}], "correct_answer": "A. Both A and R are true and R is the correct explanation of A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion - Reason A. Myocarditis is common known complication of faucial diphtheria R : Due to bacteraemia by diphtheria", "options": [{"label": "A", "text": "Both A and R are true and R is the correct explanation of A", "correct": false}, {"label": "B", "text": "Both A and R are true but R is not the correct explanation of A", "correct": false}, {"label": "C", "text": "A is true but R is false", "correct": true}, {"label": "D", "text": "A is false but R is true", "correct": false}, {"label": "E", "text": "Both A and R are false", "correct": false}], "correct_answer": "C. A is true but R is false", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion - Reason A. Processing sputum by adding N acetyl cysteine and NaOH for mycobacterial culture R : N acetyl cystine kills bacteria and NaOH liquefies sputum", "options": [{"label": "A", "text": "Both A and R are true and R is the correct explanation of A", "correct": false}, {"label": "B", "text": "Both A and R are true but R is not the correct explanation of A", "correct": false}, {"label": "C", "text": "A is true but R is false", "correct": true}, {"label": "D", "text": "A is false but R is true", "correct": false}, {"label": "E", "text": "Both A and R are false", "correct": false}], "correct_answer": "C. A is true but R is false", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient was injured with rusted metal. MoA tetanus", "options": [{"label": "A", "text": "Inhibits the release of Acetylcholine", "correct": false}, {"label": "B", "text": "Inhibits the release of GABA and GLYCINE", "correct": true}, {"label": "C", "text": "Inhibits Protein synthesis", "correct": false}, {"label": "D", "text": "Inhibits cAMP CAGE", "correct": false}], "correct_answer": "B. Inhibits the release of GABA and GLYCINE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Child with anal Pruritis, Microscopy of the pathogen shown here. Choose the correct pathogen..", "options": [{"label": "A", "text": "Trichuris", "correct": false}, {"label": "B", "text": "Enterobius", "correct": true}, {"label": "C", "text": "Ascaris", "correct": false}, {"label": "D", "text": "Ancylostoma", "correct": false}], "correct_answer": "B. Enterobius", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_1(4).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the Blotting methods", "options": [{"label": "A", "text": "a-3, b-1, c-4, d-2", "correct": true}, {"label": "B", "text": "a-2, b-1, c-3, d-4", "correct": false}, {"label": "C", "text": "a-3, b-2, c-4, d-1", "correct": false}, {"label": "D", "text": "a-2, b-1, c-3, d-4", "correct": false}], "correct_answer": "A. a-3, b-1, c-4, d-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_2(10).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PLHIV presented with dysphagia and odynophagia. White plaques observed in upper GI endoscope. Biopsy image may reveal", "options": [{"label": "A", "text": "Multinucleated giant cell", "correct": false}, {"label": "B", "text": "Aseptate hyphae", "correct": false}, {"label": "C", "text": "Yeast with pseudohyphae", "correct": true}, {"label": "D", "text": "Acid fast bacteria", "correct": false}], "correct_answer": "C. Yeast with pseudohyphae", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the autoinfection causing Parasite", "options": [{"label": "A", "text": "Strongyloides stercoralis", "correct": true}, {"label": "B", "text": "Ancylostoma duodenale", "correct": false}, {"label": "C", "text": "Ascaris lumbricoides", "correct": false}, {"label": "D", "text": "Hymenolepsis nana", "correct": false}], "correct_answer": "A. Strongyloides stercoralis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All the following are Dimorphic Fungi except", "options": [{"label": "A", "text": "Coccidioides", "correct": false}, {"label": "B", "text": "Talaromyces", "correct": false}, {"label": "C", "text": "Histoplasma", "correct": false}, {"label": "D", "text": "Cryptococcus", "correct": true}], "correct_answer": "D. Cryptococcus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Treatment option for penicillin resistant gonococcal infection is", "options": [{"label": "A", "text": "Vancomycin", "correct": false}, {"label": "B", "text": "Tetracycline", "correct": false}, {"label": "C", "text": "Ceftriaxone", "correct": true}, {"label": "D", "text": "Amoxicillin", "correct": false}], "correct_answer": "C. Ceftriaxone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the organism identified by the method shown in the image", "options": [{"label": "A", "text": "Streptococcus pneumoniae", "correct": false}, {"label": "B", "text": "Hemophilus influenzae", "correct": true}, {"label": "C", "text": "Corynebacterium diphtheriae", "correct": false}, {"label": "D", "text": "Klebsiella pneumoniae", "correct": false}], "correct_answer": "B. Hemophilus influenzae", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_7(11).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the bacteria exhibits Kanagawa phenomenon in Wagatsuma agar", "options": [{"label": "A", "text": "Burkholderia mallei", "correct": false}, {"label": "B", "text": "Vibrio cholerae", "correct": false}, {"label": "C", "text": "Vibrio parahemolyticus", "correct": true}, {"label": "D", "text": "Staphylococcus aureus", "correct": false}], "correct_answer": "C. Vibrio parahemolyticus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All the following are High risk group for HIV except", "options": [{"label": "A", "text": "Men Sex with Men", "correct": false}, {"label": "B", "text": "Intra venous drug users", "correct": false}, {"label": "C", "text": "Truck drivers", "correct": true}, {"label": "D", "text": "Commercial sex workers", "correct": false}], "correct_answer": "C. Truck drivers", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following", "options": [{"label": "A", "text": "a-3, b-1, c-4, d-2", "correct": false}, {"label": "B", "text": "a-2, b-1, c-3, d-4", "correct": false}, {"label": "C", "text": "a-3, b-2, c-4, d-1", "correct": true}, {"label": "D", "text": "a-2, b-1, c-3, d-4", "correct": false}], "correct_answer": "C. a-3, b-2, c-4, d-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_10(5).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the correct statement(s) 1. Weil Felix test for typhus fever 2. Widal test done in first week of fever h& wRk 3. Standard agglutination test for brucellosis SAT 4. Microscopic agglutination test for Leptospirosis", "options": [{"label": "A", "text": "1,2,3 are correct", "correct": false}, {"label": "B", "text": "1,3,4 are correct", "correct": true}, {"label": "C", "text": "1,2,3,4 are correct", "correct": false}, {"label": "D", "text": "1,4 are correct", "correct": false}], "correct_answer": "B. 1,3,4 are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "How many PCR cycles are needed to produce 1/2 amplified DNA copies produced by 27 cycles of PCR", "options": [{"label": "A", "text": "25", "correct": false}, {"label": "B", "text": "26", "correct": true}, {"label": "C", "text": "13", "correct": false}, {"label": "D", "text": "12", "correct": false}], "correct_answer": "B. 26", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the organism have two morphological forms 1. Acanthamoeba 2. Naegleria 3. Giardia 4. Trichomonas", "options": [{"label": "A", "text": "1,2 are correct", "correct": false}, {"label": "B", "text": "1,2,3,4 are correct", "correct": false}, {"label": "C", "text": "1,2,3 are correct", "correct": true}, {"label": "D", "text": "1,4 are correct", "correct": false}], "correct_answer": "C. 1,2,3 are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common HPV serotypes associated with human cervical cancer is", "options": [{"label": "A", "text": "31,33", "correct": false}, {"label": "B", "text": "16,18", "correct": true}, {"label": "C", "text": "6,11", "correct": false}, {"label": "D", "text": "1,4", "correct": false}], "correct_answer": "B. 16,18", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient with painful vesicular genital lesion, DOC is", "options": [{"label": "A", "text": "Penicillin", "correct": false}, {"label": "B", "text": "Acyclovir", "correct": true}, {"label": "C", "text": "Ceftriaxone", "correct": false}, {"label": "D", "text": "Erythromycin", "correct": false}], "correct_answer": "B. Acyclovir", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An adult male patient with the H/o unprotected sex few months ago presented with the clinical feature shown in the image. Choose the ideal laboratory test to diagnose this condition.", "options": [{"label": "A", "text": "Tzanck smeard", "correct": false}, {"label": "B", "text": "KOH wet mount", "correct": false}, {"label": "C", "text": "Serological test", "correct": true}, {"label": "D", "text": "Skin biopsy", "correct": false}], "correct_answer": "C. Serological test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_16(6).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the Immunoglobulin structure shown in the image", "options": [{"label": "A", "text": "IgM", "correct": false}, {"label": "B", "text": "IgE", "correct": false}, {"label": "C", "text": "IgG", "correct": false}, {"label": "D", "text": "IgA", "correct": true}], "correct_answer": "D. IgA", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_17(5).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Enterovirus causing hemorrhagic conjunctivitis is", "options": [{"label": "A", "text": "A. Enterovirus 70", "correct": true}, {"label": "B", "text": "Coxsackie A", "correct": false}, {"label": "C", "text": "Coxsackie B", "correct": false}, {"label": "D", "text": "Enterovirus 72", "correct": false}], "correct_answer": "A. A. Enterovirus 70", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 158 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Obstetrics Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 164</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 164 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Minimum number of antenatal visits as per WHO", "options": [{"label": "A", "text": "4", "correct": false}, {"label": "B", "text": "6", "correct": false}, {"label": "C", "text": "8", "correct": true}, {"label": "D", "text": "10", "correct": false}], "correct_answer": "C. 8", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1893851704788477/1893851704788477.m3u8"}, {"text": "Which of these is not a method of abortion in first trimester", "options": [{"label": "A", "text": "Mifepristone and misoprostol", "correct": false}, {"label": "B", "text": "Extra amniotic ethacridine", "correct": true}, {"label": "C", "text": "DC", "correct": false}, {"label": "D", "text": "MVA", "correct": false}], "correct_answer": "B. Extra amniotic ethacridine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55250041704788509/55250041704788509.m3u8"}, {"text": "First sign of Mg toxicity", "options": [{"label": "A", "text": "Loss of knee jerk", "correct": true}, {"label": "B", "text": "Respiratory distress", "correct": false}, {"label": "C", "text": "Hypotonia", "correct": false}, {"label": "D", "text": "Hypotension", "correct": false}], "correct_answer": "A. Loss of knee jerk", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4959031704788521/4959031704788521.m3u8"}, {"text": "All are true about late deceleration except", "options": [{"label": "A", "text": "Start with or after contractions but always end aftcontraction", "correct": false}, {"label": "B", "text": "Symmetrical and wide", "correct": false}, {"label": "C", "text": ">10-20 bpm from baseline", "correct": false}, {"label": "D", "text": "Variable and short", "correct": true}], "correct_answer": "D. Variable and short", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12861861704788536/12861861704788536.m3u8"}, {"text": "Image on NST graph (with no trace of uterine contractions)", "options": [{"label": "A", "text": "Beat to beat abnormality is abnormal here", "correct": false}, {"label": "B", "text": "Basal fetal heart rate here is tachycardic", "correct": false}, {"label": "C", "text": "It is a ctg", "correct": false}, {"label": "D", "text": "It is a non stress test", "correct": true}], "correct_answer": "D. It is a non stress test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1052).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59509151704788605/59509151704788605.m3u8"}, {"text": "Not a component of BPP", "options": [{"label": "A", "text": "Fetal tone", "correct": false}, {"label": "B", "text": "DFMC", "correct": true}, {"label": "C", "text": "Nst", "correct": false}, {"label": "D", "text": "Amniotic fluid", "correct": false}], "correct_answer": "B. DFMC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25014111704788620/25014111704788620.m3u8"}, {"text": "Match the following (which column was correctly matched)", "options": [{"label": "A", "text": "2,4", "correct": true}, {"label": "B", "text": "1,3", "correct": false}, {"label": "C", "text": "1,4", "correct": false}, {"label": "D", "text": "2,3", "correct": false}], "correct_answer": "A. 2,4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2222.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74798211704788637/74798211704788637.m3u8"}, {"text": "< 34 weeks mild to moderate anemia treatment according to anaemia mukt bharat", "options": [{"label": "A", "text": "Oral iron + FA TDS", "correct": false}, {"label": "B", "text": "Oral iron + FA BD + iv sucrose", "correct": false}, {"label": "C", "text": "Ferric carboxymaltose if iron resistant", "correct": false}, {"label": "D", "text": "Iv IRON sucrose only is oral iron resistant", "correct": true}], "correct_answer": "D. Iv IRON sucrose only is oral iron resistant", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13395291704788665/13395291704788665.m3u8"}, {"text": "Mother is 35+5 weeks BP is 170/110 proteinuria 3+ she has blurring of vision headache. Next line of management", "options": [{"label": "A", "text": "Start steroid and wait for steroid cover to complete", "correct": false}, {"label": "B", "text": "Treat HTN, start MgSO4 and terminate", "correct": true}, {"label": "C", "text": "Give tocolytis and deliver", "correct": false}, {"label": "D", "text": "Terminate at 37 weeks", "correct": false}], "correct_answer": "B. Treat HTN, start MgSO4 and terminate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44684801704788698/44684801704788698.m3u8"}, {"text": "Non immune hydrops seen in all except", "options": [{"label": "A", "text": "Syphilis", "correct": false}, {"label": "B", "text": "Rubella", "correct": false}, {"label": "C", "text": "Herpes simplex", "correct": false}, {"label": "D", "text": "HIV", "correct": true}], "correct_answer": "D. HIV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74559191704788711/74559191704788711.m3u8"}, {"text": "Arrange in sequence for third stage management 1. Check for second baby 2. Oxytocin 10 units 3. Controlled cord traction 4. Massage", "options": [{"label": "A", "text": "1-2-3-4", "correct": true}, {"label": "B", "text": "4-3-2-1", "correct": false}, {"label": "C", "text": "2-1-3-4", "correct": false}, {"label": "D", "text": "3-2-1-4", "correct": false}], "correct_answer": "A. 1-2-3-4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51141941704788748/51141941704788748.m3u8"}, {"text": "Which protein hormone is secreted by placenta", "options": [{"label": "A", "text": "LH", "correct": false}, {"label": "B", "text": "GnRH", "correct": false}, {"label": "C", "text": "HCG", "correct": true}, {"label": "D", "text": "FSH", "correct": false}], "correct_answer": "C. HCG", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74006091704788760/74006091704788760.m3u8"}, {"text": "When is the following procedure done ?", "options": [{"label": "A", "text": "11-14 weeks", "correct": false}, {"label": "B", "text": "16-20 weeks", "correct": true}, {"label": "C", "text": "24-28 weeks", "correct": false}, {"label": "D", "text": "28-32 weeks", "correct": false}], "correct_answer": "B. 16-20 weeks", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22(229).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55984211704788786/55984211704788786.m3u8"}, {"text": "Vagitus uterinus", "options": [{"label": "A", "text": "Infection of vagina", "correct": false}, {"label": "B", "text": "Infections of uterus", "correct": false}, {"label": "C", "text": "Cry of unborn baby", "correct": true}], "correct_answer": "C. Cry of unborn baby", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is wrong about normal placenta", "options": [{"label": "A", "text": "Weight 500 gm", "correct": false}, {"label": "B", "text": "Diameter 20 cm", "correct": false}, {"label": "C", "text": "It has Cord with 2 blood vessels", "correct": true}, {"label": "D", "text": "Thickness 2.5 cm", "correct": false}], "correct_answer": "C. It has Cord with 2 blood vessels", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25974811704788863/25974811704788863.m3u8"}, {"text": "Identify the image", "options": [{"label": "A", "text": "Membranous", "correct": false}, {"label": "B", "text": "Succenturiate lobe", "correct": false}, {"label": "C", "text": "Membranous cord + succenturiate lobe", "correct": true}], "correct_answer": "C. Membranous cord + succenturiate lobe", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202025-04-03%20at%206_32_52%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70397481704788879/70397481704788879.m3u8"}, {"text": "Which is false", "options": [{"label": "A", "text": "Each trimester has approximately 14 weeks", "correct": false}, {"label": "B", "text": "Period of gestation is calculated from last day of LMP", "correct": true}, {"label": "C", "text": "Accurate gestational age obtained from first trimester usg", "correct": false}], "correct_answer": "B. Period of gestation is calculated from last day of LMP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12590591704788894/12590591704788894.m3u8"}, {"text": "Arrange in correct order 1. Engagement 2. Crowning 3. Restitution 4. External rotation", "options": [{"label": "A", "text": "1-2-3-4", "correct": true}, {"label": "B", "text": "4-3-2-1", "correct": false}, {"label": "C", "text": "2-3-4-1", "correct": false}, {"label": "D", "text": "3-4-1-2", "correct": false}], "correct_answer": "A. 1-2-3-4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41264361704788906/41264361704788906.m3u8"}, {"text": "Feature of abruption multiple correct A. Uterine tenderness B. Painful bleeding C. Warning haemorrhages D. Increase in uterine size", "options": [{"label": "A", "text": "A, B, D", "correct": true}, {"label": "B", "text": "B, C, D", "correct": false}, {"label": "C", "text": "A, D", "correct": false}, {"label": "D", "text": "C, D", "correct": false}], "correct_answer": "A. A, B, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10455911704788918/10455911704788918.m3u8"}, {"text": "The sign seen by 8 weeks of pregnancy (4 options had to select 2, multiple correct) A. Goodle sign B. Osiander sign C. Lightening D. Internal ballotment", "options": [{"label": "A", "text": "A and B", "correct": true}, {"label": "B", "text": "C and D", "correct": false}, {"label": "C", "text": "B and C", "correct": false}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "A. A and B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/396761704788930/396761704788930.m3u8"}, {"text": "Which hormone do no influence fetal growth", "options": [{"label": "A", "text": "Tsh", "correct": false}, {"label": "B", "text": "Igf", "correct": false}, {"label": "C", "text": "Steroid", "correct": false}, {"label": "D", "text": "Growth hormone", "correct": true}], "correct_answer": "D. Growth hormone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42931071704788943/42931071704788943.m3u8"}, {"text": "Match the column", "options": [{"label": "A", "text": "A-4, B-3, C-2, D-1", "correct": true}, {"label": "B", "text": "A-1, B-3, C-2, D-1", "correct": false}, {"label": "C", "text": "A-4, B-2, C-1, D-3", "correct": false}, {"label": "D", "text": "A-4, B-2, C-3, D-1", "correct": false}], "correct_answer": "A. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34(152).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28918421704788956/28918421704788956.m3u8"}, {"text": "Perimortem CS done at", "options": [{"label": "A", "text": "Lower segment", "correct": false}, {"label": "B", "text": "Upper segment", "correct": true}, {"label": "C", "text": "Pfanensteil", "correct": false}, {"label": "D", "text": "Has to be done in OT", "correct": false}], "correct_answer": "B. Upper segment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76741141704788984/76741141704788984.m3u8"}, {"text": "SSRI in pregnancy causes (multiple correct) A. ADHD B. Low apgar C. Pulmonary hypertension D. Delayed motor development", "options": [{"label": "A", "text": "A, B, C, D", "correct": true}, {"label": "B", "text": "A, C, D", "correct": false}, {"label": "C", "text": "A and D", "correct": false}, {"label": "D", "text": "A, B, C", "correct": false}], "correct_answer": "A. A, B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16592931704788996/16592931704788996.m3u8"}, {"text": "Which of the coagulation factor decreases in pregnancy?", "options": [{"label": "A", "text": "Factor 2", "correct": false}, {"label": "B", "text": "Factor 8", "correct": false}, {"label": "C", "text": "Factor 11", "correct": true}, {"label": "D", "text": "Factor 7", "correct": false}], "correct_answer": "C. Factor 11", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19543911704789037/19543911704789037.m3u8"}, {"text": "Which of the following is not a criteria for preterm labour?", "options": [{"label": "A", "text": "Cervix more than 1 cm dilated", "correct": false}, {"label": "B", "text": "Contractions 8 contractions in 60 mins with cervical changes", "correct": false}, {"label": "C", "text": "More than 80% effaced cervix", "correct": false}, {"label": "D", "text": "Cervix directed posteriorly", "correct": true}], "correct_answer": "D. Cervix directed posteriorly", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40800061704789050/40800061704789050.m3u8"}, {"text": "Which one of the following constitutes the Modified Biophysical Profile?", "options": [{"label": "A", "text": "AFI + NST", "correct": true}, {"label": "B", "text": "NST + Gross body movement", "correct": false}, {"label": "C", "text": "NST + Fetal tone", "correct": false}, {"label": "D", "text": "NST + Fetal Breathing", "correct": false}], "correct_answer": "A. AFI + NST", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1678131704789084/1678131704789084.m3u8"}, {"text": "Which of the following is not cost effective regular screening procedure advised for pregnant women?", "options": [{"label": "A", "text": "HIV testing", "correct": false}, {"label": "B", "text": "HEP b testing", "correct": false}, {"label": "C", "text": "Vdrl", "correct": false}, {"label": "D", "text": "Echo", "correct": true}], "correct_answer": "D. Echo", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/946221704789098/946221704789098.m3u8"}, {"text": "Kassowitz rule is related to?", "options": [{"label": "A", "text": "Latent syphilis", "correct": false}, {"label": "B", "text": "Primary Syphilis", "correct": false}, {"label": "C", "text": "Secondary syphilis", "correct": false}, {"label": "D", "text": "Cogenital Syphilis", "correct": true}], "correct_answer": "D. Cogenital Syphilis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75497841704789144/75497841704789144.m3u8"}, {"text": "Regarding pathogenesis of preeclampsia, which of the following is incorrect?", "options": [{"label": "A", "text": "There's an increase in sFit-1 and a decrease in PIGF.", "correct": false}, {"label": "B", "text": "Vasoconstriction leads to ischemia, necrosis, hemorrhage and end organ damage seen in pre-eclampsia", "correct": false}, {"label": "C", "text": "Endothelial cell dysfunction leads to reduced nitric oxide levels and this causes the clinical presentation of pre- eclampsia.", "correct": false}, {"label": "D", "text": "There's a decrease in TXA2 and an increase in PGI2:TXA2 ratio in pre- eclampsia.", "correct": true}], "correct_answer": "D. There's a decrease in TXA2 and an increase in PGI2:TXA2 ratio in pre- eclampsia.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46584901704789170/46584901704789170.m3u8"}, {"text": "Which of the following is incorrect statement regarding MgsO4 in preeclampsia?", "options": [{"label": "A", "text": "MgSO4 should be given for 24 hours after a convulsion", "correct": false}, {"label": "B", "text": "Mgso4 in renal failure loading dose can be given but maintenance dose should be adjusted based on renal function", "correct": false}, {"label": "C", "text": "MgSO4 covers seizures and hypertension simultaneously", "correct": true}, {"label": "D", "text": "Mgso4 a neuroprotective drug", "correct": false}], "correct_answer": "C. MgSO4 covers seizures and hypertension simultaneously", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36523661704789190/36523661704789190.m3u8"}, {"text": "Regarding PPH, which of the following statement is incorrect?", "options": [{"label": "A", "text": "Loss of >500 ml of blood in vaginal delivery", "correct": false}, {"label": "B", "text": "Initial replacement by colloids, 4 times the amount of blood lost", "correct": true}, {"label": "C", "text": "Chorioamnionitis, multiple pregnancy and prolonged labor are the risk factors", "correct": false}, {"label": "D", "text": "By adding 500 ml for each 3 volume % drop in Hct, the volume of blood loss can be calculated", "correct": false}], "correct_answer": "B. Initial replacement by colloids, 4 times the amount of blood lost", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13367291704789202/13367291704789202.m3u8"}, {"text": "All of the following statements are true regarding Mannings score except?", "options": [{"label": "A", "text": "Includes breathing, movements, daily fetal tone FHR, amniotic fluid volume", "correct": false}, {"label": "B", "text": "Can tell us about fetal outcome and fetal ph", "correct": false}, {"label": "C", "text": "Score <4 is consistent with fetal <7.2 & score <2 is 100% predictive of fetal academia", "correct": false}, {"label": "D", "text": "Score is not inconsistent with fetal ph at different gestational ages", "correct": true}], "correct_answer": "D. Score is not inconsistent with fetal ph at different gestational ages", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54366471704789217/54366471704789217.m3u8"}, {"text": "Lady with breast removed and after giving tamoxifen. How much time couple should take contraceptive before planning preg.", "options": [{"label": "A", "text": "1 month", "correct": false}, {"label": "B", "text": "3 months", "correct": true}, {"label": "C", "text": "No need of contraceptive", "correct": false}, {"label": "D", "text": "Tamoxifen should be continued", "correct": false}], "correct_answer": "B. 3 months", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43561071704789230/43561071704789230.m3u8"}, {"text": "Regarding management of diabetic woman in labor, which of the following is incorrect?", "options": [{"label": "A", "text": "Elective C section has no effects in reducing incidence of brachial plexus injury", "correct": false}, {"label": "B", "text": "GDM pt. should be given morning insulin at time of induction as usual", "correct": true}, {"label": "C", "text": "Regular insulin is given by IV infusion pump", "correct": false}, {"label": "D", "text": "Capillary blood glucose levels are maintained at app. 100 mg/dl", "correct": false}], "correct_answer": "B. GDM pt. should be given morning insulin at time of induction as usual", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(351).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72075421704789243/72075421704789243.m3u8"}, {"text": "From 'Adluminal to luminal, arrange the following series of events in spermatogenesis ? A. Myoepithelial cells B. Spermatogonia C. Primary spermatocyte D. Spermatid E. Secondary spermatocyte", "options": [{"label": "A", "text": "A, B, C, E, D", "correct": true}, {"label": "B", "text": "A, B, D, C, E", "correct": false}, {"label": "C", "text": "A, D, B, C, E", "correct": false}, {"label": "D", "text": "A, C, B, E, D", "correct": false}], "correct_answer": "A. A, B, C, E, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21607561704789255/21607561704789255.m3u8"}, {"text": "Which of the following cervical cerclage procedure should be done in a non pregnant female with cervical incompetence?", "options": [{"label": "A", "text": "Lash and lash cerclage", "correct": false}, {"label": "B", "text": "Benson and Durfee", "correct": false}, {"label": "C", "text": "Wurms cerclage", "correct": false}, {"label": "D", "text": "Laproscopic cerclage", "correct": true}], "correct_answer": "D. Laproscopic cerclage", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11853181704789296/11853181704789296.m3u8"}, {"text": "Which if the following drugs is contraindicated in a patient with psychiatric disorders in pregnancy?", "options": [{"label": "A", "text": "Sodium Valproate", "correct": true}, {"label": "B", "text": "Carbamezepine", "correct": false}, {"label": "C", "text": "Lithium", "correct": false}, {"label": "D", "text": "Levetiracetam", "correct": false}], "correct_answer": "A. Sodium Valproate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the half-life of letrozole?", "options": [{"label": "A", "text": "20 hours", "correct": false}, {"label": "B", "text": "48 hour", "correct": true}, {"label": "C", "text": "96 hours", "correct": false}, {"label": "D", "text": "120 hours", "correct": false}], "correct_answer": "B. 48 hour", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46324171704789310/46324171704789310.m3u8"}, {"text": "Dose of carbetocin", "options": [{"label": "A", "text": "50mcg", "correct": false}, {"label": "B", "text": "100 mcg", "correct": true}, {"label": "C", "text": "150mcg", "correct": false}, {"label": "D", "text": "200 mcg", "correct": false}], "correct_answer": "B. 100 mcg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43891191704789323/43891191704789323.m3u8"}, {"text": "Dose of dexamethasone and interval", "options": [{"label": "A", "text": "sms2 doses 24hs aport", "correct": false}, {"label": "B", "text": "6mg 4 doses 12 hrs apart", "correct": true}, {"label": "C", "text": "12mg 2 doses 12 hrs apart", "correct": false}, {"label": "D", "text": "12 mg 4 doses 24 hrs apart", "correct": false}], "correct_answer": "B. 6mg 4 doses 12 hrs apart", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26843801704789338/26843801704789338.m3u8"}, {"text": "WHO guidelines for second stage of labour", "options": [{"label": "A", "text": "Delivery in lithotomy position", "correct": false}, {"label": "B", "text": "Hot compresses to perineum", "correct": true}, {"label": "C", "text": "Deflexed head", "correct": false}, {"label": "D", "text": "Routine episiotomy is preferred", "correct": false}], "correct_answer": "B. Hot compresses to perineum", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4251241704789352/4251241704789352.m3u8"}, {"text": "What is double bleb sign", "options": [{"label": "A", "text": "Yolk sac and gestational sac", "correct": false}, {"label": "B", "text": "Yolk sac and amniotic sac", "correct": true}, {"label": "C", "text": "Amniotic sac and gestational sac", "correct": false}], "correct_answer": "B. Yolk sac and amniotic sac", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47980101704789365/47980101704789365.m3u8"}, {"text": "For diagnosis of placenta accreta which are used ( multiple completion type ) 1. Usg. 2. MRI 3. XRAY 4. PET scan", "options": [{"label": "A", "text": "1&3", "correct": false}, {"label": "B", "text": "3&4", "correct": false}, {"label": "C", "text": "1&2", "correct": true}, {"label": "D", "text": "Onlv 3", "correct": false}], "correct_answer": "C. 1&2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56084801704789378/56084801704789378.m3u8"}, {"text": "Milk production in pregnancy is inhibited by", "options": [{"label": "A", "text": "Low LH", "correct": false}, {"label": "B", "text": "Human somatomammotrophin", "correct": false}, {"label": "C", "text": "High Estrogen", "correct": true}, {"label": "D", "text": "Low TSH", "correct": false}], "correct_answer": "C. High Estrogen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44847901704789393/44847901704789393.m3u8"}, {"text": "IAPDSG fasting criteria for GDM", "options": [{"label": "A", "text": "90", "correct": false}, {"label": "B", "text": "92", "correct": true}, {"label": "C", "text": "95", "correct": false}, {"label": "D", "text": "100", "correct": false}], "correct_answer": "B. 92", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7137991704789474/7137991704789474.m3u8"}, {"text": "Calculate bishop score 1f 1 cm dilated posterior, soft station-1 and 30% effaced", "options": [{"label": "A", "text": "3", "correct": false}, {"label": "B", "text": "5", "correct": true}, {"label": "C", "text": "6", "correct": false}, {"label": "D", "text": "7", "correct": false}], "correct_answer": "B. 5", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24809441704789514/24809441704789514.m3u8"}, {"text": "Pregnant woman presented with spotting 110/70mmhg, usg image is given below. What is the diagnosis", "options": [{"label": "A", "text": "Complete mole", "correct": true}, {"label": "B", "text": "Missed abortion", "correct": false}, {"label": "C", "text": "Ectopic pregnanc", "correct": false}, {"label": "D", "text": "Blighted ovum", "correct": false}], "correct_answer": "A. Complete mole", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(294).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65795121704789607/65795121704789607.m3u8"}, {"text": "Emergency Pregnancy contraceptive used in India", "options": [{"label": "A", "text": "LNG 1.5", "correct": true}, {"label": "B", "text": "Ulipristal 30 mg", "correct": false}, {"label": "C", "text": "Misoprostol", "correct": false}, {"label": "D", "text": "Copper T", "correct": false}], "correct_answer": "A. LNG 1.5", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7640651704789621/7640651704789621.m3u8"}, {"text": "20 weeks female with the following anomaly. What is the diagnosis", "options": [{"label": "A", "text": "Anencephaly", "correct": true}, {"label": "B", "text": "Encephalocele", "correct": false}, {"label": "C", "text": "Omphalocele", "correct": false}, {"label": "D", "text": "Cystic hygroma", "correct": false}], "correct_answer": "A. Anencephaly", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(271).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27104631704799916/27104631704799916.m3u8"}, {"text": "Instruments Used For CS ( Multiple Completion Type ) A. Green Armytage B. Allis Forcep C. Cusco Speculum D. Doyen Retractor E. Karman Cannula F. Shirodkar Retractor G. Scalapel", "options": [{"label": "A", "text": "A, B, D and G", "correct": true}, {"label": "B", "text": "A, C, D and E", "correct": false}, {"label": "C", "text": "A, B, E and F", "correct": false}, {"label": "D", "text": "A, E, F and G", "correct": false}], "correct_answer": "A. A, B, D and G", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70526101704799941/70526101704799941.m3u8"}, {"text": "Not A Cause Of Secondary Amenorrhea", "options": [{"label": "A", "text": "Turner Mosaiq", "correct": false}, {"label": "B", "text": "Kallman", "correct": true}, {"label": "C", "text": "Fragile X", "correct": false}, {"label": "D", "text": "Sheehan Syndrome", "correct": false}], "correct_answer": "B. Kallman", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61670091704799954/61670091704799954.m3u8"}, {"text": "Not A Component Of AMTSL", "options": [{"label": "A", "text": "Uterine Massage", "correct": false}, {"label": "B", "text": "Early Cord Clamping", "correct": true}, {"label": "C", "text": "Controlled Cord Traction", "correct": false}, {"label": "D", "text": "Uterotonics After Placental Removal", "correct": false}], "correct_answer": "B. Early Cord Clamping", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57816691704799978/57816691704799978.m3u8"}, {"text": "Ovarian Reserve Indicator", "options": [{"label": "A", "text": "Amh", "correct": true}, {"label": "B", "text": "Follicular Phase Estradiol", "correct": false}, {"label": "C", "text": "Luteal Phase FSH", "correct": false}, {"label": "D", "text": "LH", "correct": false}], "correct_answer": "A. Amh", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53089771704800010/53089771704800010.m3u8"}, {"text": "Which Is Not A Part Of Quadruple Test", "options": [{"label": "A", "text": "Unconjugated Estriol", "correct": false}, {"label": "B", "text": "Inhibin B", "correct": true}, {"label": "C", "text": "HCG", "correct": false}, {"label": "D", "text": "Afp", "correct": false}], "correct_answer": "B. Inhibin B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30137751704800024/30137751704800024.m3u8"}, {"text": "Which Are Impending Signs Of Eclampsia (Multiple Correct Type) A. Epigastric Pain B. Persistent Pedal Edema C. Blurred Vision D. Headache", "options": [{"label": "A", "text": "A, C, D", "correct": true}, {"label": "B", "text": "A, B, D", "correct": false}, {"label": "C", "text": "B, C, D", "correct": false}, {"label": "D", "text": "A , D", "correct": false}], "correct_answer": "A. A, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40388581704800084/40388581704800084.m3u8"}, {"text": "Complication Specific To Monochorionic Twins", "options": [{"label": "A", "text": "TTTS", "correct": true}, {"label": "B", "text": "Lugr", "correct": false}, {"label": "C", "text": "Discordant Growth", "correct": false}, {"label": "D", "text": "Preterm Labour", "correct": false}], "correct_answer": "A. TTTS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10206951704800096/10206951704800096.m3u8"}, {"text": "Normal Uterocervical Length In Non Pregnant Woman", "options": [{"label": "A", "text": "10 cm", "correct": false}, {"label": "B", "text": "7 cm", "correct": true}, {"label": "C", "text": "5 cm", "correct": false}, {"label": "D", "text": "3 cm", "correct": false}], "correct_answer": "B. 7 cm", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45268531704800108/45268531704800108.m3u8"}, {"text": "HCG is structurally and functionally similar to", "options": [{"label": "A", "text": "LH", "correct": true}, {"label": "B", "text": "FSH", "correct": false}, {"label": "C", "text": "ACTH", "correct": false}, {"label": "D", "text": "Oxytocin", "correct": false}], "correct_answer": "A. LH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10672241704800138/10672241704800138.m3u8"}, {"text": "Which of the following is group 1 in Robson classification for CS", "options": [{"label": "A", "text": "Nulliparous with spontaneous labour", "correct": true}, {"label": "B", "text": "Nulliparous with induced labour", "correct": false}, {"label": "C", "text": "Multiparous with spontaneous labour", "correct": false}, {"label": "D", "text": "Multiparous with induced labour", "correct": false}], "correct_answer": "A. Nulliparous with spontaneous labour", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(171).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5840711704800155/5840711704800155.m3u8"}, {"text": "A pregnant woman has leg cramps at night. What will you tell the patient to do", "options": [{"label": "A", "text": "Plantar flexion and knee flexion", "correct": false}, {"label": "B", "text": "Plantar flexion and knee extension", "correct": false}, {"label": "C", "text": "Dorsiflexion and knee extension", "correct": true}, {"label": "D", "text": "Dorsiflexion and knee flexion", "correct": false}], "correct_answer": "C. Dorsiflexion and knee extension", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63914361704800177/63914361704800177.m3u8"}, {"text": "What is the position of the fetus in the image shown below-", "options": [{"label": "A", "text": "ROA", "correct": true}, {"label": "B", "text": "ROP", "correct": false}, {"label": "C", "text": "LOA", "correct": false}, {"label": "D", "text": "LOP", "correct": false}], "correct_answer": "A. ROA", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(976).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39140091704800200/39140091704800200.m3u8"}, {"text": "Which grip is shown I the image below-", "options": [{"label": "A", "text": "Fundal grip", "correct": false}, {"label": "B", "text": "Lateral grip", "correct": true}, {"label": "C", "text": "Pawlik grip", "correct": false}, {"label": "D", "text": "Pelvic grip", "correct": false}], "correct_answer": "B. Lateral grip", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(975).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31909761704800211/31909761704800211.m3u8"}, {"text": "In the partograph at what cm do we start plotting", "options": [{"label": "A", "text": "2cm", "correct": false}, {"label": "B", "text": "4cm", "correct": true}, {"label": "C", "text": "6cm", "correct": false}, {"label": "D", "text": "8cm", "correct": false}], "correct_answer": "B. 4cm", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42758831704800225/42758831704800225.m3u8"}, {"text": "All the following are true for vaginal delivery of breech except", "options": [{"label": "A", "text": "If Breech diagnosed first time in labour then vaginal delivery contraindicated", "correct": true}, {"label": "B", "text": "Continuous electronic fetal monitoring done", "correct": false}, {"label": "C", "text": "One experienced person must be present", "correct": false}, {"label": "D", "text": "Should be tried only where facility for emergency CS is available", "correct": false}], "correct_answer": "A. If Breech diagnosed first time in labour then vaginal delivery contraindicated", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59257481704800236/59257481704800236.m3u8"}, {"text": "Which virus has following pathophysiology and causes microcephaly in fetus-", "options": [{"label": "A", "text": "Parvovirus", "correct": false}, {"label": "B", "text": "Rubella", "correct": false}, {"label": "C", "text": "Zika", "correct": true}, {"label": "D", "text": "CMV", "correct": false}], "correct_answer": "C. Zika", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(486).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51454221704800249/51454221704800249.m3u8"}, {"text": "P/V was done by nurse and cord prolapsed what is the first step you will do", "options": [{"label": "A", "text": "Observation", "correct": false}, {"label": "B", "text": "Inform staff and Shift immediately to delivery room", "correct": false}, {"label": "C", "text": "Trendelenburg position", "correct": true}, {"label": "D", "text": "Gently reposit cord in vagina", "correct": false}], "correct_answer": "C. Trendelenburg position", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23487981704800263/23487981704800263.m3u8"}, {"text": "Which of the following muscle is not cut in episiotomy", "options": [{"label": "A", "text": "Obturator muscle", "correct": true}, {"label": "B", "text": "Pudendal nerve and vessel", "correct": false}, {"label": "C", "text": "Bulbospongiosus", "correct": false}, {"label": "D", "text": "Superficial and transverse perineal muscles", "correct": false}], "correct_answer": "A. Obturator muscle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47024131704800282/47024131704800282.m3u8"}, {"text": "All the following are components of biophysical profile except", "options": [{"label": "A", "text": "NST", "correct": false}, {"label": "B", "text": "Fetal breathing movements", "correct": false}, {"label": "C", "text": "Gross body movements", "correct": false}, {"label": "D", "text": "Contraction stress test", "correct": true}], "correct_answer": "D. Contraction stress test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33552731704800296/33552731704800296.m3u8"}, {"text": "Which of the following is not a component of bishops score", "options": [{"label": "A", "text": "Cervical dilatation", "correct": false}, {"label": "B", "text": "Cervical length", "correct": false}, {"label": "C", "text": "Position of cervix", "correct": false}, {"label": "D", "text": "Type of pelvis", "correct": true}], "correct_answer": "D. Type of pelvis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68081311704800323/68081311704800323.m3u8"}, {"text": "Which is the criteria for abdominal ectopic pregnancy ?", "options": [{"label": "A", "text": "Spigelberg", "correct": false}, {"label": "B", "text": "Studdiford", "correct": true}, {"label": "C", "text": "Rubins", "correct": false}, {"label": "D", "text": "None", "correct": false}], "correct_answer": "B. Studdiford", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20689071704800336/20689071704800336.m3u8"}, {"text": "28 year old G2P1with 8 months amenorrhea presented with pain abdomen, bleeding per vaginum, loss of fetal movements with history of preeclampsia.", "options": [{"label": "A", "text": "Placenta previa", "correct": false}, {"label": "B", "text": "Abruption", "correct": true}, {"label": "C", "text": "Preterm labour", "correct": false}, {"label": "D", "text": "Polyhydramnios", "correct": false}], "correct_answer": "B. Abruption", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16491811704800389/16491811704800389.m3u8"}, {"text": "28 year old lady with 6 weeks amenorrhea with pain abdomen and bleeding p/v. her UPT Is positive. TVS shows empty uterus and no free fluid in POD. What is the next line of management", "options": [{"label": "A", "text": "Laparoscopy", "correct": false}, {"label": "B", "text": "Evacuation if uterus", "correct": false}, {"label": "C", "text": "Hospitalisation and observation", "correct": false}, {"label": "D", "text": "Follow up with beta HCG", "correct": true}], "correct_answer": "D. Follow up with beta HCG", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3501181704800402/3501181704800402.m3u8"}, {"text": "ESR in pregnancy increase because of", "options": [{"label": "A", "text": "Fibrinogen", "correct": true}, {"label": "B", "text": "Albumin", "correct": false}, {"label": "C", "text": "Antithrombin", "correct": false}, {"label": "D", "text": "Platelets", "correct": false}], "correct_answer": "A. Fibrinogen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54560161704800414/54560161704800414.m3u8"}, {"text": "24 year old female presents with 6 weeks amenorrhea, excessive vomiting. Usg shows snowstorm appearance. What is the next step in her management", "options": [{"label": "A", "text": "Follow up with beta HCG", "correct": false}, {"label": "B", "text": "Suction curettage", "correct": true}, {"label": "C", "text": "Medical management", "correct": false}, {"label": "D", "text": "Conservative management", "correct": false}], "correct_answer": "B. Suction curettage", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34002061704800452/34002061704800452.m3u8"}, {"text": "26 year old lady was on antithyroid drugs. Following delivery infant diagnosed with aplasia cutis. What is the drug", "options": [{"label": "A", "text": "PTU", "correct": false}, {"label": "B", "text": "Levothyroxine", "correct": false}, {"label": "C", "text": "Methimazole", "correct": true}], "correct_answer": "C. Methimazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55366481704800501/55366481704800501.m3u8"}, {"text": "In Atonic PPH, which of the following is done: A. Uterine massage is first step in the management B. Suction of uterus C. IV Methyl Ergometrine is given to all patients D. B-Lynch suture is put if medical management fails", "options": [{"label": "A", "text": "If A, B, C are correct", "correct": false}, {"label": "B", "text": "If A and C are correct", "correct": false}, {"label": "C", "text": "If A and D are correct", "correct": true}, {"label": "D", "text": "If all four (A, B, C and D) are correct", "correct": false}], "correct_answer": "C. If A and D are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68561851704789694/68561851704789694.m3u8"}, {"text": "IV loading dose of MgSO4 Prophylaxis in Pre-eclampsia is?", "options": [{"label": "A", "text": "8 mL MgSO4 + 10 mL of 0.9% NS", "correct": false}, {"label": "B", "text": "10 mL MgSO4 + 10 mL of 0.9% NS", "correct": false}, {"label": "C", "text": "8 mL MgSO4 + 12 mL of 0.9% NS", "correct": true}, {"label": "D", "text": "12 mL MgSO4 + 8 mL of 0.9% NS", "correct": false}], "correct_answer": "C. 8 mL MgSO4 + 12 mL of 0.9% NS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68623341704789714/68623341704789714.m3u8"}, {"text": "Name the sign in which you see gas in big vessel and heart", "options": [{"label": "A", "text": "Robert sign", "correct": true}, {"label": "B", "text": "Spaulding sign", "correct": false}, {"label": "C", "text": "Ball sign", "correct": false}], "correct_answer": "A. Robert sign", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True/False regarding the management fo A 36 weeks primigravida female diagnosed with Transverse lie: A. Repeat USG to confirm the position B. Prepared for CS at onset of labor C. First breech part is extracted during CS D. Most probable cause in this case is placenta previa E. Admit at 36 weeks", "options": [{"label": "A", "text": "A-T, B-F, C-T, D-T, E-F", "correct": true}, {"label": "B", "text": "A-F, B-F, C-T, D-T, E-F", "correct": false}, {"label": "C", "text": "A-T, B-F, C-T, D-F, E-F", "correct": false}, {"label": "D", "text": "A-T, B-T, C-T, D-T, E-F", "correct": false}], "correct_answer": "A. A-T, B-F, C-T, D-T, E-F", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55951601704789748/55951601704789748.m3u8"}, {"text": "Anti D prophylaxis administered in all of the following cases; except:", "options": [{"label": "A", "text": "MTP at 63 days", "correct": false}, {"label": "B", "text": "Manual removal of placenta", "correct": false}, {"label": "C", "text": "Amniocentesis at 16 weeks", "correct": false}, {"label": "D", "text": "Intrauterine blood transfusion at 28 weeks", "correct": true}], "correct_answer": "D. Intrauterine blood transfusion at 28 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66335071704789814/66335071704789814.m3u8"}, {"text": "The given below instrument used in:", "options": [{"label": "A", "text": "Cesarean section", "correct": true}, {"label": "B", "text": "Vaginal hysterectomy", "correct": false}, {"label": "C", "text": "Fothergill surgery", "correct": false}, {"label": "D", "text": "Suction evacuation", "correct": false}], "correct_answer": "A. Cesarean section", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(487).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71550251704789828/71550251704789828.m3u8"}, {"text": "True or false regarding PPH: A. Obese is a risk factor B. Previous PPH is a risk factor C. Active management of third stage of labor controls PPH D. Golden hour of PPH starts after full cervical dilation E. Identifying Risk Factors can help Prevent PPH", "options": [{"label": "A", "text": "A-T, B-T, C-F, D-F, E-T", "correct": true}, {"label": "B", "text": "A-F, B-T, C-F, D-F, E-T", "correct": false}, {"label": "C", "text": "A-T, B-T, C-F, D-T, E-T", "correct": false}, {"label": "D", "text": "A-T, B-F, C-F, D-F, E-T", "correct": false}], "correct_answer": "A. A-T, B-T, C-F, D-F, E-T", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31023631704789855/31023631704789855.m3u8"}, {"text": "Assertion: To define anaemia in pregnancy, high cutoff of Hb is taken than the non-pregnant scenarios. Reason: Physiological hemodilution is seen in pregnancy.", "options": [{"label": "A", "text": "Both Assertion and Reasons are independently true/correct statements and the Reason is the correct explanation for the Assertion", "correct": false}, {"label": "B", "text": "Both Assertion and Reasons are independently true/correct statements but the Reason is not the correct explanation for the Assertion", "correct": false}, {"label": "C", "text": "Assertion is independently a true/correct statement, but the Reasons is independently a false/incorrect statement", "correct": false}, {"label": "D", "text": "Assertion is independently a false/incorrect statement, but the Reasons is independently true/correct statement", "correct": true}, {"label": "E", "text": "Both Assertion and Reasons are independently false/incorrect statements", "correct": false}], "correct_answer": "D. Assertion is independently a false/incorrect statement, but the Reasons is independently true/correct statement", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64923901704789868/64923901704789868.m3u8"}, {"text": "What does the CTG graph shows?", "options": [{"label": "A", "text": "Deceleration in cardiotopography", "correct": true}, {"label": "B", "text": "Acceleration in cardiotopography", "correct": false}, {"label": "C", "text": "Cannot be said", "correct": false}, {"label": "D", "text": "Normal cardiotopography", "correct": false}], "correct_answer": "A. Deceleration in cardiotopography", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(387).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56236131704789881/56236131704789881.m3u8"}, {"text": "Causes of Hydrops fetalis:", "options": [{"label": "A", "text": "Parvovirus", "correct": true}, {"label": "B", "text": "Herpes", "correct": false}, {"label": "C", "text": "CMV", "correct": false}, {"label": "D", "text": "HIV", "correct": false}], "correct_answer": "A. Parvovirus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21232641704789894/21232641704789894.m3u8"}, {"text": "All of the followings are seen GDM; except:", "options": [{"label": "A", "text": "Malformations", "correct": true}, {"label": "B", "text": "Polyhydramnios", "correct": false}, {"label": "C", "text": "Obesity", "correct": false}, {"label": "D", "text": "Previous h/o macrosomia", "correct": false}], "correct_answer": "A. Malformations", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25709881704789923/25709881704789923.m3u8"}, {"text": "A fetus was found to have congenital heart block what should be evaluated in the mother?", "options": [{"label": "A", "text": "Apla Syndrome", "correct": false}, {"label": "B", "text": "Cogenital heart defects", "correct": false}, {"label": "C", "text": "SLE", "correct": true}, {"label": "D", "text": "Hemolytic anemia", "correct": false}], "correct_answer": "C. SLE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73607851704789969/73607851704789969.m3u8"}, {"text": "33 weeks multigravida women presenting with epigastric pain, headache, visual symptoms, proteinuria-3+. Next step of management?", "options": [{"label": "A", "text": "Immediate C-section", "correct": false}, {"label": "B", "text": "Dexamethasone for fetal lung maturity", "correct": false}, {"label": "C", "text": "Induction-vaginal delivery", "correct": false}, {"label": "D", "text": "MgSO4 IV", "correct": true}], "correct_answer": "D. MgSO4 IV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26908721704789981/26908721704789981.m3u8"}, {"text": "In preterm labour which drug has Neuro-protective role?", "options": [{"label": "A", "text": "MgSO4", "correct": true}, {"label": "B", "text": "Nifedipine", "correct": false}, {"label": "C", "text": "Ritoridine", "correct": false}, {"label": "D", "text": "Isoxsuprine", "correct": false}], "correct_answer": "A. MgSO4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61121721704790027/61121721704790027.m3u8"}, {"text": "Sequential arrangement of fetal scans done in pregnancy: 1. Triple markers 2. Nuchal Translucency Scan 3. Growth scan 4. Anomalous scan", "options": [{"label": "A", "text": "3→2→4→1", "correct": false}, {"label": "B", "text": "1→2→3→4", "correct": false}, {"label": "C", "text": "2→1→4→3", "correct": true}, {"label": "D", "text": "2→3→4→1", "correct": false}], "correct_answer": "C. 2→1→4→3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64751431704790039/64751431704790039.m3u8"}, {"text": "A pregnant lady who is having chickenpox; adverse reaction of this will maximum seen in thefoetus", "options": [{"label": "A", "text": "8-13 weeks", "correct": false}, {"label": "B", "text": "13-21 weeks", "correct": true}, {"label": "C", "text": "28-37 weeks", "correct": false}, {"label": "D", "text": "37-40 weeks", "correct": false}], "correct_answer": "B. 13-21 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65116031704790051/65116031704790051.m3u8"}, {"text": "A 23-year-old second gravida with dvt who is already on warfarin which is to be avoided", "options": [{"label": "A", "text": "LNG IUCD", "correct": false}, {"label": "B", "text": "POP", "correct": false}, {"label": "C", "text": "IMPALANON", "correct": true}, {"label": "D", "text": "DEPO PROVERA", "correct": false}], "correct_answer": "C. IMPALANON", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51438681704790063/51438681704790063.m3u8"}, {"text": "Which of the trophoblast does not invade spiral arterioles:", "options": [{"label": "A", "text": "Extravillous", "correct": false}, {"label": "B", "text": "Endovascular", "correct": false}, {"label": "C", "text": "Tertiary villus", "correct": false}, {"label": "D", "text": "Interstitial", "correct": true}], "correct_answer": "D. Interstitial", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35780111704790074/35780111704790074.m3u8"}, {"text": "A diabetic female delivers head of the baby even after one minute the shoulder was not delivered. Which of the following is done?", "options": [{"label": "A", "text": "Cleidotomy", "correct": false}, {"label": "B", "text": "McRoberts maneuver", "correct": true}, {"label": "C", "text": "C-section", "correct": false}, {"label": "D", "text": "Lateral traction", "correct": false}], "correct_answer": "B. McRoberts maneuver", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51217611704790087/51217611704790087.m3u8"}, {"text": "Physiological change in respiratory system in pregnancy?", "options": [{"label": "A", "text": "Minute volume decreases by 50%", "correct": false}, {"label": "B", "text": "Reserve volume is increased", "correct": false}, {"label": "C", "text": "FRC decreased", "correct": true}, {"label": "D", "text": "Total lung capacity increased by approximately 5% by term", "correct": false}], "correct_answer": "C. FRC decreased", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True and false about GDM are – A. Single 75 gm oral glucose tolerance test is enough B. Associated with maternal obesity C. Can be diagnosed in first trimester D. No increase in risk of diabetes later in life", "options": [{"label": "A", "text": "A-T, B-T, C-T, D-F", "correct": true}, {"label": "B", "text": "A-F, B-T, C-T, D-F", "correct": false}, {"label": "C", "text": "A-T, B-F, C-T, D-F", "correct": false}, {"label": "D", "text": "A-T, B-T, C-F, D-F", "correct": false}], "correct_answer": "A. A-T, B-T, C-T, D-F", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59083011704790099/59083011704790099.m3u8"}, {"text": "Which of the following drugs are useful as uterotonics in PPH ( multiple completion type) A. Dinoprostone B. Misoprostol C. Oxytocin D. PGF2 alpha", "options": [{"label": "A", "text": "B, C, D", "correct": true}, {"label": "B", "text": "A, B, D", "correct": false}, {"label": "C", "text": "A, C, D", "correct": false}, {"label": "D", "text": "A and B", "correct": false}], "correct_answer": "A. B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75087881704790111/75087881704790111.m3u8"}, {"text": "Which of the following is not a part of management of 3rd stage of labour", "options": [{"label": "A", "text": "Injection ergometrine", "correct": false}, {"label": "B", "text": "Uterine massage", "correct": true}, {"label": "C", "text": "CCT", "correct": false}, {"label": "D", "text": "Oxytocin infusion", "correct": false}], "correct_answer": "B. Uterine massage", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11631391704790177/11631391704790177.m3u8"}, {"text": "When is termination of pregnancy done in a diabetic mother who is controlled on insulin", "options": [{"label": "A", "text": "36", "correct": false}, {"label": "B", "text": "37", "correct": false}, {"label": "C", "text": "38", "correct": false}, {"label": "D", "text": "40", "correct": true}], "correct_answer": "D. 40", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43098121704790190/43098121704790190.m3u8"}, {"text": "When to shift patient with prosthetic heart valves on heparin from warfarin", "options": [{"label": "A", "text": "Onset of labour", "correct": false}, {"label": "B", "text": "32wks", "correct": false}, {"label": "C", "text": "36wks", "correct": true}, {"label": "D", "text": "38 wks", "correct": false}], "correct_answer": "C. 36wks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68657841704790204/68657841704790204.m3u8"}, {"text": "Lady came with amenorrhea after 3mnths of spontaneous abortion FSH =6. Cause of amenorrhea?", "options": [{"label": "A", "text": "Ovarian failure", "correct": false}, {"label": "B", "text": "Pituitary failure", "correct": false}, {"label": "C", "text": "Uterine synechae", "correct": true}, {"label": "D", "text": "Fresh pregnancy", "correct": false}], "correct_answer": "C. Uterine synechae", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52299141704790216/52299141704790216.m3u8"}, {"text": "WHO recommended emergency contraception ?", "options": [{"label": "A", "text": "Lng 3 microgm", "correct": false}, {"label": "B", "text": "Lng 1.5 microgm", "correct": false}, {"label": "C", "text": "Lng 1.5 miligm", "correct": true}, {"label": "D", "text": "Lng 3 milligram", "correct": false}], "correct_answer": "C. Lng 1.5 miligm", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12743971704790228/12743971704790228.m3u8"}, {"text": "Which of the following is not a part of quadruple test", "options": [{"label": "A", "text": "HCG", "correct": false}, {"label": "B", "text": "Estriol", "correct": false}, {"label": "C", "text": "Inhibin B", "correct": true}, {"label": "D", "text": "AFP", "correct": false}], "correct_answer": "C. Inhibin B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51807751704790255/51807751704790255.m3u8"}, {"text": "A G 2 P0+0+1 woman with 35+3 weeks pregnancy with BPD -34 weeks, AC-30 weeks, HC - 33+4 weeks and AFI - 5 . Placenta is grade 3 Previa. And there is absent end diastolic flow. What is the next step of management ?", "options": [{"label": "A", "text": "Give dexamethasone and terminate the pregnancy after 24 hours", "correct": false}, {"label": "B", "text": "Monitor with Doppler and wait for reversal of end diastolic ?ow and then terminate after 48 hrs", "correct": false}, {"label": "C", "text": "Terminate immediately", "correct": true}, {"label": "D", "text": "Monitor with Doppler regularly and terminate at 37 weeks", "correct": false}], "correct_answer": "C. Terminate immediately", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15240181704790268/15240181704790268.m3u8"}, {"text": "Which is normal in pregnancy", "options": [{"label": "A", "text": "Fixed splitS2", "correct": false}, {"label": "B", "text": "Pericardial knock", "correct": false}, {"label": "C", "text": "A normal S 3", "correct": true}, {"label": "D", "text": "A normal S 4", "correct": false}], "correct_answer": "C. A normal S 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64504301704790320/64504301704790320.m3u8"}, {"text": "A pregnant female with known cardiac disease presents to you in the first trimester with history of warfarin embryopathy, what should be advised now?", "options": [{"label": "A", "text": "Continue warfarin throughout the pregnancy", "correct": false}, {"label": "B", "text": "Replace warfarin with heparin in First trimester", "correct": true}, {"label": "C", "text": "Give acicoumarin", "correct": false}, {"label": "D", "text": "Use LMW heparin", "correct": false}], "correct_answer": "B. Replace warfarin with heparin in First trimester", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35147321704790389/35147321704790389.m3u8"}, {"text": "A 28-weeks pregnant female presents with the fetal distress on examination and the test performed (MCA Doppler study) is given below. What should be the next step in management?", "options": [{"label": "A", "text": "Immediate termination of pregnancy", "correct": false}, {"label": "B", "text": "Give steroid cover and monitor with Doppler and BPP, and plan delivery.", "correct": true}, {"label": "C", "text": "Give steroid and take up for CS immediately", "correct": false}, {"label": "D", "text": "Go for normal vaginal delivery as baby is very small", "correct": false}], "correct_answer": "B. Give steroid cover and monitor with Doppler and BPP, and plan delivery.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(574).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62493261704790430/62493261704790430.m3u8"}, {"text": "Identify the instrument shown?", "options": [{"label": "A", "text": "Episiotomy scissor", "correct": true}, {"label": "B", "text": "Cutting scissors", "correct": false}, {"label": "C", "text": "Babcock forceps", "correct": false}, {"label": "D", "text": "Ovum forceps", "correct": false}], "correct_answer": "A. Episiotomy scissor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(525).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25212061704790443/25212061704790443.m3u8"}, {"text": "A 32 weeks pregnant female presented with labor pains and minimal vaginal discharge, on analysis of the cervicovaginal discharge showed fibronectin. What is the probable diagnosis?", "options": [{"label": "A", "text": "Preterm labour", "correct": true}, {"label": "B", "text": "IUGR", "correct": false}, {"label": "C", "text": "IUD", "correct": false}, {"label": "D", "text": "Cervical infection", "correct": false}], "correct_answer": "A. Preterm labour", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12233111704790470/12233111704790470.m3u8"}, {"text": "Identify the given procedure done in labor room:", "options": [{"label": "A", "text": "NST", "correct": true}, {"label": "B", "text": "Amniotic fluid index", "correct": false}, {"label": "C", "text": "Amniocentesis", "correct": false}, {"label": "D", "text": "MCA Doppler", "correct": false}], "correct_answer": "A. NST", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(420).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18348081704790512/18348081704790512.m3u8"}, {"text": "All of the following indicated fetal lung maturity except?", "options": [{"label": "A", "text": "Lecithin/Sphingomyelin ratio > 2", "correct": false}, {"label": "B", "text": "Positive shake test", "correct": false}, {"label": "C", "text": "Increased phosphatidyl glycerol", "correct": false}, {"label": "D", "text": "Blue cells in Nile Blue Test", "correct": true}], "correct_answer": "D. Blue cells in Nile Blue Test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72559931704790544/72559931704790544.m3u8"}, {"text": "Identify the anamoly based on the image below-", "options": [{"label": "A", "text": "Twin-twin transfusion syndrome", "correct": false}, {"label": "B", "text": "Monochorionic diamniotic pregnancy", "correct": false}, {"label": "C", "text": "Monochorionic monoamniotic pregnancy", "correct": true}, {"label": "D", "text": "Dichorionic diamniotic pregnancy", "correct": false}], "correct_answer": "C. Monochorionic monoamniotic pregnancy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(334).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42380771704790573/42380771704790573.m3u8"}, {"text": "A 25-years-old women underwent induced ovulation. On USG, ovary showed 8 follicles. Serum estradol level was 800 pg/ml. What is the next step in the management of this patient?", "options": [{"label": "A", "text": "Retrieve follicles", "correct": true}, {"label": "B", "text": "Give cabergoline", "correct": false}, {"label": "C", "text": "Cancel cycle", "correct": false}, {"label": "D", "text": "Withhold HCG", "correct": false}], "correct_answer": "A. Retrieve follicles", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4041791704790586/4041791704790586.m3u8"}, {"text": "A pregnant woman with G3P2L0 presented to you with pregnancy at period of gestation of 9 weeks. She has a history of conisation one year back currently on follow up with no recurrence on PAP smear. She also has the history of preterm births at 30 and 32 weeks during her last 2 pregnancy. What is your next step in the management of this patient?", "options": [{"label": "A", "text": "USG to see cervical length", "correct": true}, {"label": "B", "text": "Cervical cerclage", "correct": false}, {"label": "C", "text": "Complete bed rest", "correct": false}, {"label": "D", "text": "Abdominal cerclage", "correct": false}], "correct_answer": "A. USG to see cervical length", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2728641704790599/2728641704790599.m3u8"}, {"text": "A pregnant female presents with prolonged labor in emergency. She is taken for caesarean section. What is the correct position in which the nurse should keep the patient on OT table?", "options": [{"label": "A", "text": "Supine with wedge under right hip", "correct": true}, {"label": "B", "text": "Semi fowlers", "correct": false}, {"label": "C", "text": "Trendelenburg with legs in stirrup", "correct": false}, {"label": "D", "text": "Prone position", "correct": false}], "correct_answer": "A. Supine with wedge under right hip", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16879641704790611/16879641704790611.m3u8"}, {"text": "A female come to gynae OPD for preconceptual counselling, with history of two second trimester abortions. What is the most important investigation for her:", "options": [{"label": "A", "text": "TVS", "correct": false}, {"label": "B", "text": "Hysteroscopy", "correct": true}, {"label": "C", "text": "Endometrial biopsy", "correct": false}, {"label": "D", "text": "Chromosomal abnormalities", "correct": false}], "correct_answer": "B. Hysteroscopy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21648421704790625/21648421704790625.m3u8"}, {"text": "A pregnant female delivered a baby with normal expulsion of an intact placenta. After half hour she started bleeding per vaginaly. On examination she was hypotensive and boggy mass is palpated per abdomen. USG showed retained placental tissues. What is the likely diagnosis?", "options": [{"label": "A", "text": "Placenta succenturiata", "correct": true}, {"label": "B", "text": "Adenomyosis", "correct": false}, {"label": "C", "text": "Placenta accrete", "correct": false}, {"label": "D", "text": "Membranous placenta", "correct": false}], "correct_answer": "A. Placenta succenturiata", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74986791704869090/74986791704869090.m3u8"}, {"text": "Following are the features of the color of normal amniotic fluid during delivery?", "options": [{"label": "A", "text": "Milky to yellowish green with mucus ?akes", "correct": false}, {"label": "B", "text": "Amber colored", "correct": false}, {"label": "C", "text": "Clear colorless to pale yellow", "correct": true}, {"label": "D", "text": "Golden color", "correct": false}], "correct_answer": "C. Clear colorless to pale yellow", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14789791704790639/14789791704790639.m3u8"}, {"text": "A lady presented with 7 weeks amenorrhea presented with slight vaginal spotting. CRL was 5m with well-formed gestational sac with calculated GA of 5.6 weeks on TVS. Next line of management?", "options": [{"label": "A", "text": "Wait for another 1 week and repeat TVS", "correct": true}, {"label": "B", "text": "Surgical or medical evacuation", "correct": false}, {"label": "C", "text": "Wait for another 4 weeks", "correct": false}, {"label": "D", "text": "Serum hCG levels", "correct": false}], "correct_answer": "A. Wait for another 1 week and repeat TVS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28813781704790654/28813781704790654.m3u8"}, {"text": "Which of the following is a true association with HRT:", "options": [{"label": "A", "text": "Decreased risk of colon cancer", "correct": true}, {"label": "B", "text": "Decreased risk of breast cancer", "correct": false}, {"label": "C", "text": "Decreased risk of endometrial cancer", "correct": false}, {"label": "D", "text": "Increased risk of osteoporosis", "correct": false}], "correct_answer": "A. Decreased risk of colon cancer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "28 weeks gestation lady presents with fever, acute pain abdomen and mild leucocytosis. What is the most probable diagnosis?", "options": [{"label": "A", "text": "Red degeneration", "correct": true}, {"label": "B", "text": "Uterine torsion", "correct": false}, {"label": "C", "text": "Infection of the fibroid", "correct": false}, {"label": "D", "text": "Preterm labour", "correct": false}], "correct_answer": "A. Red degeneration", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which one is not possible-", "options": [{"label": "A", "text": "MCMA", "correct": false}, {"label": "B", "text": "MCDA", "correct": false}, {"label": "C", "text": "DCMA", "correct": true}, {"label": "D", "text": "DCDA", "correct": false}], "correct_answer": "C. DCMA", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(401).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7875001721044105/7875001721044105.m3u8"}, {"text": "In a hypertensive patient presenting with PPH which drug is contraindicated", "options": [{"label": "A", "text": "Oxytocin", "correct": false}, {"label": "B", "text": "Methylergometrine", "correct": true}, {"label": "C", "text": "Misoprost", "correct": false}, {"label": "D", "text": "PGF-2 alpha", "correct": false}], "correct_answer": "B. Methylergometrine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45354871721044325/45354871721044325.m3u8"}, {"text": "A G2 P1 female with 6 wks amenorrhea presents with bleeding pv, hypotension. She has pain in abdomen and on p/v examination cervical motion tenderness is present. On usg free fluid is present in right paracolic gutter. What is the most probable diagnosis", "options": [{"label": "A", "text": "Ruptured ectopic", "correct": true}, {"label": "B", "text": "Missed abortion", "correct": false}, {"label": "C", "text": "Abruptio placenta", "correct": false}, {"label": "D", "text": "Placenta previa", "correct": false}], "correct_answer": "A. Ruptured ectopic", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62673191721044438/62673191721044438.m3u8"}, {"text": "18 wks pregnant female presents with high risk of NTD and low risk of trisomy 21 on quadruple test-what to do next", "options": [{"label": "A", "text": "Chorionic villi sampling", "correct": false}, {"label": "B", "text": "Amniocentesis", "correct": false}, {"label": "C", "text": "NIPT", "correct": false}, {"label": "D", "text": "Anomaly scan", "correct": true}], "correct_answer": "D. Anomaly scan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14201151721044563/14201151721044563.m3u8"}, {"text": "Correct dose for steroid for fetal lung maturity", "options": [{"label": "A", "text": "Betamethasone 12 mg 12hr 4doses", "correct": false}, {"label": "B", "text": "Betamethasone 6 mg 12 hr 2 doses", "correct": false}, {"label": "C", "text": "Dexamethsone 6 mg 12 hrs 4 doses", "correct": true}, {"label": "D", "text": "Dexamethasone 12 mg 24 hrs 2 doses", "correct": false}], "correct_answer": "C. Dexamethsone 6 mg 12 hrs 4 doses", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4063981721044702/4063981721044702.m3u8"}, {"text": "A 32 year old female at 36 weeks of pregancy presents with BP 170/100 mm of hg, visual disturbances, headache, urine protein 3+-what will be the next best step", "options": [{"label": "A", "text": "Iv labetalol, Mgso4, expedite delivery", "correct": true}, {"label": "B", "text": "Iv labetalol and delivery at 37 weeks", "correct": false}, {"label": "C", "text": "Iv labetalol, dexamethasone and immediate termination of pregnancy", "correct": false}, {"label": "D", "text": "Iv labetalol, dexamethasone and conservative mg", "correct": false}], "correct_answer": "A. Iv labetalol, Mgso4, expedite delivery", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10770821721044876/10770821721044876.m3u8"}, {"text": "An female with O negative blood group and husband B positive was given Anti D at 28 weeks. What is the criteria for giving Anti D post partum", "options": [{"label": "A", "text": "DCT positive, Baby O +ve", "correct": false}, {"label": "B", "text": "DCT positive, Baby Rh-ve", "correct": false}, {"label": "C", "text": "DCT negative, Baby Rh +ve", "correct": true}, {"label": "D", "text": "DCT negative, Baby Rh-ve", "correct": false}], "correct_answer": "C. DCT negative, Baby Rh +ve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38983651721045006/38983651721045006.m3u8"}, {"text": "At what vertebral level is ischial spine", "options": [{"label": "A", "text": "L4-L5", "correct": false}, {"label": "B", "text": "L5 body", "correct": false}, {"label": "C", "text": "Spine of S3", "correct": false}, {"label": "D", "text": "Coccyx", "correct": true}], "correct_answer": "D. Coccyx", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78407051721045293/78407051721045293.m3u8"}, {"text": "Which hormone has no role in fetal growth", "options": [{"label": "A", "text": "Growth hormone", "correct": true}, {"label": "B", "text": "Insulin", "correct": false}, {"label": "C", "text": "Igf1", "correct": false}, {"label": "D", "text": "Thyroxine", "correct": false}], "correct_answer": "A. Growth hormone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42910211721046819/42910211721046819.m3u8"}, {"text": "Which is most potent natural estrogen", "options": [{"label": "A", "text": "Estrone", "correct": false}, {"label": "B", "text": "Estriol", "correct": false}, {"label": "C", "text": "Estradiol", "correct": true}, {"label": "D", "text": "Conjugated estrogen", "correct": false}], "correct_answer": "C. Estradiol", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8729721721046938/8729721721046938.m3u8"}, {"text": "All are used to diagnose IUGR except", "options": [{"label": "A", "text": "Absent end diastolic flow on umbilical artery", "correct": false}, {"label": "B", "text": "EFW < 3rd percentile", "correct": false}, {"label": "C", "text": "Abdominal circumference < 3rd percentile", "correct": false}, {"label": "D", "text": "Uterine artery Pulsatality index < 95th percentile", "correct": true}], "correct_answer": "D. Uterine artery Pulsatality index < 95th percentile", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30625391721047139/30625391721047139.m3u8"}, {"text": "A G2 P1-29 year old female delivered a baby but the baby died in 2 days due o medical reasons. What drug will u advise to stop breast milk secretion", "options": [{"label": "A", "text": "Ergot alkaloids", "correct": false}, {"label": "B", "text": "Cabergoline", "correct": true}, {"label": "C", "text": "Dopamine", "correct": false}, {"label": "D", "text": "Misoprostol", "correct": false}], "correct_answer": "B. Cabergoline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35339021721047269/35339021721047269.m3u8"}, {"text": "What is the reason for increased blood volume at term in pregnancy", "options": [{"label": "A", "text": "Increased fluid retention", "correct": false}, {"label": "B", "text": "Action of aldosterone and estrogen", "correct": false}, {"label": "C", "text": "Aldosterone and ADH", "correct": false}, {"label": "D", "text": "Both A and B", "correct": true}], "correct_answer": "D. Both A and B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70472581721307022/70472581721307022.m3u8"}, {"text": "Management of uterine inversion with placenta attached next step", "options": [{"label": "A", "text": "Remove placenta and reposition uterus", "correct": false}, {"label": "B", "text": "Reposition of uterus without removing placenta", "correct": true}, {"label": "C", "text": "Shift to Ot and insert uterus back under GA", "correct": false}, {"label": "D", "text": "Separate placenta first", "correct": false}], "correct_answer": "B. Reposition of uterus without removing placenta", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63122051721307246/63122051721307246.m3u8"}, {"text": "Woman is 3cm dilated, 70% effaced on p/v exam bag of worms is felt", "options": [{"label": "A", "text": "Start oxytocin", "correct": false}, {"label": "B", "text": "Emergency LSCS", "correct": true}, {"label": "C", "text": "Rupture of membranes and confirm cord prolapse", "correct": false}, {"label": "D", "text": "Wait ans watch", "correct": false}], "correct_answer": "B. Emergency LSCS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30388371721307357/30388371721307357.m3u8"}, {"text": "G6L1A3 she has had 2 previous CS, Which will not be taken as consent", "options": [{"label": "A", "text": "Chances of bowel injury due to PAS", "correct": true}, {"label": "B", "text": "Chances of bladder injury due to PAS", "correct": false}, {"label": "C", "text": "Chances of hysterectomy due to PAS", "correct": false}, {"label": "D", "text": "Chances of blood transfusion", "correct": false}], "correct_answer": "A. Chances of bowel injury due to PAS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31533731721308539/31533731721308539.m3u8"}, {"text": "13 year old girl with UPT positive what is next step", "options": [{"label": "A", "text": "Preserve clothing", "correct": false}, {"label": "B", "text": "Take consent of mother and do examination", "correct": false}, {"label": "C", "text": "Register MLC and inform police", "correct": true}, {"label": "D", "text": "Plan MTP", "correct": false}], "correct_answer": "C. Register MLC and inform police", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48894751721308632/48894751721308632.m3u8"}, {"text": "A patient comes at 30 weeks with decreased fetal movements, per abdomen uterus is 34 weeks and FHR absent her BP is 166/110 mmhg she had wet undergarments but bleeding ahs stopped now. She is 6 cm dilated (50% effaced. What is management", "options": [{"label": "A", "text": "Antihypertensives and emergency CS", "correct": false}, {"label": "B", "text": "Antihypertensives and tocolytics", "correct": false}, {"label": "C", "text": "Antihypertensives and ARM", "correct": true}, {"label": "D", "text": "Observation", "correct": false}], "correct_answer": "C. Antihypertensives and ARM", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47448691721308874/47448691721308874.m3u8"}, {"text": "If we ligate artery for PPH then which will serve uterus with anastomosis", "options": [{"label": "A", "text": "Ovarian", "correct": true}, {"label": "B", "text": "Uterine", "correct": false}, {"label": "C", "text": "Arcuate", "correct": false}, {"label": "D", "text": "Round ligament artery", "correct": false}], "correct_answer": "A. Ovarian", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27081851721309902/27081851721309902.m3u8"}, {"text": "A patient came with bipolar disorder, she is pregnant in third trimester and she is on daily 750mg of lithium. Now she is well controlled. What will you advise", "options": [{"label": "A", "text": "Increase dose", "correct": true}, {"label": "B", "text": "Decrease dose", "correct": false}, {"label": "C", "text": "Stop lithium", "correct": false}, {"label": "D", "text": "Change to valproate", "correct": false}], "correct_answer": "A. Increase dose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37768071721310200/37768071721310200.m3u8"}, {"text": "Which viral infection is not teratogenic", "options": [{"label": "A", "text": "Varicella", "correct": false}, {"label": "B", "text": "Herpes", "correct": true}, {"label": "C", "text": "CMV", "correct": false}, {"label": "D", "text": "Rubella", "correct": false}], "correct_answer": "B. Herpes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31184111721310453/31184111721310453.m3u8"}, {"text": "A female with abdominal pain and bleeding per vagina with 3 months of amenorrhea. On examination her BP was 90/60mmHg. Which of the following statements is/are true about ectc pregnancy? 1. Abdominal pain is the most common presenting symptom of ectopic pregnancy and may b present in at least 90% of the patients. 2. PID and sexually transmitted infections are a major risk factor. 3. Low values of progesterone are usually diagnostic of ectopic pregnancy, however there's n specific value to completely rule out or exclude ectopic pregnancy. 4. Oral methotrexate is a viable medical alternative to surgery in ectopic pregnancy patients presenting with shock or renal failure.", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "3,4", "correct": false}, {"label": "C", "text": "1,2,3", "correct": true}, {"label": "D", "text": "1234", "correct": false}], "correct_answer": "C. 1,2,3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a physiological change seen in pregnancy?", "options": [{"label": "A", "text": "Increase in systolic and diastolic blood pressure after 6 weeks", "correct": true}, {"label": "B", "text": "Peripheral resistance to insulin leading to hyperinsulinemia", "correct": false}, {"label": "C", "text": "Fasting hypoglycemia and postprandial hyperglycemia", "correct": false}, {"label": "D", "text": "Increased plasma volume and RBC mass", "correct": false}], "correct_answer": "A. Increase in systolic and diastolic blood pressure after 6 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Instrument assisted delivery is not indicated in which of the following?", "options": [{"label": "A", "text": "Fetal distress", "correct": false}, {"label": "B", "text": "Maternal exhaustion", "correct": false}, {"label": "C", "text": "Prolonged second stage of labour", "correct": false}, {"label": "D", "text": "Cephalo pelvic disproportion", "correct": true}], "correct_answer": "D. Cephalo pelvic disproportion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the shortest pelvic diameter at the brim?", "options": [{"label": "A", "text": "Obstetric conjugate", "correct": true}, {"label": "B", "text": "Diagonal conjugate", "correct": false}, {"label": "C", "text": "True conjugate", "correct": false}, {"label": "D", "text": "Anatomical conjugate", "correct": false}], "correct_answer": "A. Obstetric conjugate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 32-year-old woman, G2P1L1, comes for a quadruple test at 16 weeks. Which of the following is not included in the quadruple test?", "options": [{"label": "A", "text": "Dimeric inhibin B", "correct": true}, {"label": "B", "text": "Unconjugated estriol", "correct": false}, {"label": "C", "text": "AFP", "correct": false}, {"label": "D", "text": "Beta hCG", "correct": false}], "correct_answer": "A. Dimeric inhibin B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Early onset pre-eclampsia is defined before:", "options": [{"label": "A", "text": "28 weeks", "correct": false}, {"label": "B", "text": "30 weeks", "correct": false}, {"label": "C", "text": "32 weeks", "correct": false}, {"label": "D", "text": "34 weeks", "correct": true}], "correct_answer": "D. 34 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is NOT part of AMTSL:", "options": [{"label": "A", "text": "Uterine massage", "correct": false}, {"label": "B", "text": "Delivery of placenta by controlled cord traction", "correct": false}, {"label": "C", "text": "Bimanual compression", "correct": true}, {"label": "D", "text": "Administration of oxytocin after shoulder delivery", "correct": false}], "correct_answer": "C. Bimanual compression", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "When is delayed cord clamping done?", "options": [{"label": "A", "text": "Vigorous term and preterm babies irrespective of birth weights", "correct": true}, {"label": "B", "text": "Term and preterm babies requiring resuscitation", "correct": false}, {"label": "C", "text": "Vigorous term babies not requiring resuscitation", "correct": false}, {"label": "D", "text": "All term babies born at 37 weeks", "correct": false}], "correct_answer": "A. Vigorous term and preterm babies irrespective of birth weights", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In restitution:", "options": [{"label": "A", "text": "Passive movement of head due to untwisting of neck", "correct": true}, {"label": "B", "text": "Movement of the head by 1/8th of the circle due to torsion", "correct": false}, {"label": "C", "text": "Stretching of the vulval outlet by the head", "correct": false}, {"label": "D", "text": "External rotation after delivery of shoulder", "correct": false}], "correct_answer": "A. Passive movement of head due to untwisting of neck", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A female with 40 weeks gestation progressed spontaneously and she is second stage for 2 hrs and there is fetal bradycardia. She is having 4 contractions in 10 mins, fetal head is at +3 station and suture is in AP ,caput is present. What is next step", "options": [{"label": "A", "text": "Outlet forceps", "correct": true}, {"label": "B", "text": "Ventouse", "correct": false}, {"label": "C", "text": "Cavity forcep", "correct": false}, {"label": "D", "text": "Low forcep", "correct": false}], "correct_answer": "A. Outlet forceps", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Sequence of steps in D&C A. Assess uterus direction and size B. Uterine sound C. Serial dilatation D. Curettage", "options": [{"label": "A", "text": "A,B,C,D", "correct": true}, {"label": "B", "text": "B,D,C,A", "correct": false}, {"label": "C", "text": "C,A,D,B", "correct": false}, {"label": "D", "text": "A,B,D,C", "correct": false}], "correct_answer": "A. A,B,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All the following are risk factors for uterine dysfunction except", "options": [{"label": "A", "text": "Multiparity", "correct": false}, {"label": "B", "text": "High station at onset of labour", "correct": false}, {"label": "C", "text": "Chorioamnionitis", "correct": false}, {"label": "D", "text": "Epidural analgesia", "correct": true}], "correct_answer": "D. Epidural analgesia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not used in postpartum hemorrhage (PPH)?", "options": [{"label": "A", "text": "Misoprostol", "correct": false}, {"label": "B", "text": "Methyl PGf 2alpha", "correct": false}, {"label": "C", "text": "Dinoprostone", "correct": true}, {"label": "D", "text": "Oxytocin", "correct": false}], "correct_answer": "C. Dinoprostone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following does not cause fetal bradycardia during labor?", "options": [{"label": "A", "text": "Maternal fever", "correct": true}, {"label": "B", "text": "Fetal head compression", "correct": false}, {"label": "C", "text": "Placental abruption (abruptio placentae)", "correct": false}, {"label": "D", "text": "Congenital heart block", "correct": false}], "correct_answer": "A. Maternal fever", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Minimum age for MTP", "options": [{"label": "A", "text": "16", "correct": true}, {"label": "B", "text": "18", "correct": false}, {"label": "C", "text": "22", "correct": false}, {"label": "D", "text": "25 XV", "correct": false}], "correct_answer": "A. 16", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What are the correct timings for Intrauterine device (IUD) insertion? A. Immediate postpartum B. Up to 48 hours postpartum C. Within 5-7 days of the menstrual cycle D. 5-7 days before the next menstrual cycle", "options": [{"label": "A", "text": "A,B,C,D", "correct": false}, {"label": "B", "text": "A,B,C", "correct": true}, {"label": "C", "text": "A,B", "correct": false}, {"label": "D", "text": "Only A and B", "correct": false}], "correct_answer": "B. A,B,C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a benefit of using magnesium sulfate (MgSO 4 )?", "options": [{"label": "A", "text": "Decreases the risk of placental abruption", "correct": false}, {"label": "B", "text": "Reduces the incidence of seizures in preeclampsia", "correct": false}, {"label": "C", "text": "Provides neuroprotection", "correct": false}, {"label": "D", "text": "Improves renal blood flow", "correct": true}], "correct_answer": "D. Improves renal blood flow", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 29-year-old woman primigravida at 8 weeks is diagnosed with asymptomatic bacteriuria colony count >10000 caused by E. coli. repeat sample shows same findings What is the most common complication if this condition is left untreated?", "options": [{"label": "A", "text": "Miscarriage", "correct": false}, {"label": "B", "text": "Chorioamnionitis", "correct": false}, {"label": "C", "text": "Preterm labour", "correct": true}, {"label": "D", "text": "Neonatal mortality", "correct": false}], "correct_answer": "C. Preterm labour", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is contraindicated in pregnancy:", "options": [{"label": "A", "text": "CT scan", "correct": true}, {"label": "B", "text": "MRI", "correct": false}, {"label": "C", "text": "Us", "correct": false}, {"label": "D", "text": "Doppler", "correct": false}], "correct_answer": "A. CT scan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following medications are associated with an increased risk of neural tube defects (NTDs)?", "options": [{"label": "A", "text": "Valproate", "correct": true}, {"label": "B", "text": "Carbamazepine", "correct": false}, {"label": "C", "text": "Lithium", "correct": false}, {"label": "D", "text": "Phenytoin", "correct": false}], "correct_answer": "A. Valproate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Competitive GnRH antagonist are used in (multiple completion) 1. Advanced prostate CA 2. Male hypogonadotropic hypogonadism 3. Controlled ovarian stimulation in IVF 4. Tocolysis", "options": [{"label": "A", "text": "1&2", "correct": false}, {"label": "B", "text": "1,2 &3", "correct": false}, {"label": "C", "text": "1 &3", "correct": true}, {"label": "D", "text": "1,3 & 4", "correct": false}], "correct_answer": "C. 1 &3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 174 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Opthalmology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 141</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 141 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Angle subtended by 6/6 letter in Snellen chart from 6 m?", "options": [{"label": "A", "text": "5 min", "correct": true}, {"label": "B", "text": "10", "correct": false}, {"label": "C", "text": "15", "correct": false}, {"label": "D", "text": "20", "correct": false}], "correct_answer": "A. 5 min", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(938).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8376751704882772/8376751704882772.m3u8"}, {"text": "Optic nerve head changes in glaucoma are all except?", "options": [{"label": "A", "text": "Cup:disc ratio change", "correct": false}, {"label": "B", "text": "Bayonetting", "correct": false}, {"label": "C", "text": "Roenne nasal step", "correct": true}, {"label": "D", "text": "Nasal shifting of vessels", "correct": false}], "correct_answer": "C. Roenne nasal step", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(825).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47171861704882791/47171861704882791.m3u8"}, {"text": "Which of these is seen in optic neuritis", "options": [{"label": "A", "text": "Marcus Gunn Pupil", "correct": true}, {"label": "B", "text": "Seen in multiple myeloma", "correct": false}, {"label": "C", "text": "Oral steroids are given initially", "correct": false}, {"label": "D", "text": "CECT is done to diagnose", "correct": false}], "correct_answer": "A. Marcus Gunn Pupil", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(754).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39238801704882811/39238801704882811.m3u8"}, {"text": "What is not seen in keratoconus?", "options": [{"label": "A", "text": "Munson sign", "correct": false}, {"label": "B", "text": "Scissoring reflex", "correct": false}, {"label": "C", "text": "Habb striae", "correct": true}, {"label": "D", "text": "Irregular astigmatism", "correct": false}], "correct_answer": "C. Habb striae", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15728411704882831/15728411704882831.m3u8"}, {"text": "A pregnant lady presents with retro-orbital pain, pulsatile proptosis, diplopia, tinnitus of one eye. IOP, BP and fundus were normal. Which structure are involved? A. Cavernous sinus B. ICA C. 6th nerve D. 3rd nerve", "options": [{"label": "A", "text": "A and B", "correct": false}, {"label": "B", "text": "B and C", "correct": false}, {"label": "C", "text": "A and D", "correct": false}, {"label": "D", "text": "All of the above", "correct": true}], "correct_answer": "D. All of the above", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(664).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60826421704882850/60826421704882850.m3u8"}, {"text": "A fisherman with history of trauma with fishtail presents with symptoms of pain, blurring vision. What sign is there in pic?", "options": [{"label": "A", "text": "Hypopyon", "correct": true}, {"label": "B", "text": "Hyphema", "correct": false}, {"label": "C", "text": "Acqueous flare", "correct": false}, {"label": "D", "text": "Keratic precipitates", "correct": false}], "correct_answer": "A. Hypopyon", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(546).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3298381704882865/3298381704882865.m3u8"}, {"text": "Topical atropine in not used in", "options": [{"label": "A", "text": "Acute congestive glaucoma", "correct": true}, {"label": "B", "text": "Malignant glaucoma", "correct": false}, {"label": "C", "text": "Acute anterior uveitis", "correct": false}, {"label": "D", "text": "Corneal ulcer", "correct": false}], "correct_answer": "A. Acute congestive glaucoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58225691704882888/58225691704882888.m3u8"}, {"text": "Most Common Cause of moderate to sever visual impairment according to 2015-20219 survey in india ?", "options": [{"label": "A", "text": "Refractory errors", "correct": true}, {"label": "B", "text": "Glaucoma", "correct": false}, {"label": "C", "text": "Untreated Cataract", "correct": false}, {"label": "D", "text": "Diabetic retinopathy", "correct": false}], "correct_answer": "A. Refractory errors", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20444871704882903/20444871704882903.m3u8"}, {"text": "Most common cause of blindness in India?", "options": [{"label": "A", "text": "Refractory errors", "correct": false}, {"label": "B", "text": "Glaucoma", "correct": false}, {"label": "C", "text": "Untreated cataract", "correct": true}, {"label": "D", "text": "Diabetic retinopathy", "correct": false}], "correct_answer": "C. Untreated cataract", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64951231704882914/64951231704882914.m3u8"}, {"text": "Which nerve is not involved in oculocephalic reflex?)", "options": [{"label": "A", "text": "3", "correct": false}, {"label": "B", "text": "6", "correct": false}, {"label": "C", "text": "8", "correct": false}, {"label": "D", "text": "4", "correct": true}], "correct_answer": "D. 4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(485).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19648631704882930/19648631704882930.m3u8"}, {"text": "Not related with complicated cataract", "options": [{"label": "A", "text": "Krukenberg spindle", "correct": true}, {"label": "B", "text": "Occurs after uveitis", "correct": false}, {"label": "C", "text": "Polychromatic lustre", "correct": false}, {"label": "D", "text": "Breadcrumb appearance", "correct": false}], "correct_answer": "A. Krukenberg spindle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14857551704882945/14857551704882945.m3u8"}, {"text": "A patient with icterus in eye with elevated liver enzymes, ataxia and rigidity", "options": [{"label": "A", "text": "Wilson", "correct": true}, {"label": "B", "text": "Hepatitis A", "correct": false}, {"label": "C", "text": "Huntington chorea", "correct": false}], "correct_answer": "A. Wilson", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34604441704882957/34604441704882957.m3u8"}, {"text": "What's most common ocular manifestation in COVID 19?", "options": [{"label": "A", "text": "Follicular counjctivitis", "correct": true}, {"label": "B", "text": "Papillary conjunctivitis", "correct": false}, {"label": "C", "text": "Mucormycosis", "correct": false}, {"label": "D", "text": "Uveitis", "correct": false}], "correct_answer": "A. Follicular counjctivitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33242391704882968/33242391704882968.m3u8"}, {"text": "Incorrect about the condition shown is?", "options": [{"label": "A", "text": "It is of 2 types progressive and regressive", "correct": false}, {"label": "B", "text": "Elastoid degeneration", "correct": false}, {"label": "C", "text": "Simple excision will reduce recurrence by 95%", "correct": true}, {"label": "D", "text": "Consists of head neck and body", "correct": false}], "correct_answer": "C. Simple excision will reduce recurrence by 95%", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(346).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28991951704882987/28991951704882987.m3u8"}, {"text": "Identify", "options": [{"label": "A", "text": "Ankyloblepharon", "correct": true}, {"label": "B", "text": "Symblepharon", "correct": false}, {"label": "C", "text": "Trichiasis", "correct": false}, {"label": "D", "text": "Entropion", "correct": false}], "correct_answer": "A. Ankyloblepharon", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1095).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4565281704883003/4565281704883003.m3u8"}, {"text": "Drug which increases trabecular outflow", "options": [{"label": "A", "text": "Acetazolamide", "correct": false}, {"label": "B", "text": "Timolol", "correct": false}, {"label": "C", "text": "Brimonidine", "correct": false}, {"label": "D", "text": "Netarsudil", "correct": true}], "correct_answer": "D. Netarsudil", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33129921704883018/33129921704883018.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-2, B-3, C-4, D-1", "correct": true}, {"label": "B", "text": "A-4, B-3, C-2 D-1", "correct": false}, {"label": "C", "text": "A-2, B-1, C-4, D-3", "correct": false}, {"label": "D", "text": "A-4, B-3, C-1, D-2", "correct": false}], "correct_answer": "A. A-2, B-3, C-4, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1075).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22020171704883039/22020171704883039.m3u8"}, {"text": "The actions of superior oblique muscle are?", "options": [{"label": "A", "text": "Intorsion, elevation and abduction", "correct": false}, {"label": "B", "text": "Extorsion, depression and adduction", "correct": false}, {"label": "C", "text": "Intorsion, depression and abduction", "correct": true}, {"label": "D", "text": "Intorsion, elevation and adduction", "correct": false}], "correct_answer": "C. Intorsion, depression and abduction", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(278).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43010601704883081/43010601704883081.m3u8"}, {"text": "Which of the following triad is seen associated with angle closure glaucoma?", "options": [{"label": "A", "text": "Virchow", "correct": false}, {"label": "B", "text": "Hutchinson", "correct": false}, {"label": "C", "text": "Vogt", "correct": true}, {"label": "D", "text": "Gaucher", "correct": false}], "correct_answer": "C. Vogt", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63780861704883093/63780861704883093.m3u8"}, {"text": "On examination, a patient was found to have orbicularis oculi paresis, lagophthalmous, insensitive cornea. Which of the following might be responsible for this scenario?", "options": [{"label": "A", "text": "Acanthamoeba catellini", "correct": false}, {"label": "B", "text": "Onchocerca volvulus", "correct": false}, {"label": "C", "text": "Mycobacterium leprae", "correct": true}, {"label": "D", "text": "Chlamydia A to C", "correct": false}], "correct_answer": "C. Mycobacterium leprae", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56226931704883106/56226931704883106.m3u8"}, {"text": "Which of the following will cause punched out lesion in the retina?", "options": [{"label": "A", "text": "Toxoplasmosis", "correct": true}, {"label": "B", "text": "Congenital rubella", "correct": false}, {"label": "C", "text": "Posterior staphyloma", "correct": false}, {"label": "D", "text": "Choroidal coloboma", "correct": false}], "correct_answer": "A. Toxoplasmosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44312581704883122/44312581704883122.m3u8"}, {"text": "Which of the following has familial inheritance 1. Retinoblastoma 2. Retinitis pigmentosa 3. Myopia 4. Primary open angle glaucoma", "options": [{"label": "A", "text": "1,3", "correct": false}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "1,2,3,4", "correct": true}, {"label": "D", "text": "3,4", "correct": false}], "correct_answer": "C. 1,2,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40537291704883138/40537291704883138.m3u8"}, {"text": "A lady presented with one day history of sudden painless loss of vision in right eye. On examination, right eye has RAPD while other ocular examination was normal. What investigations will be helpful to confirm the diagnosis? 1. MRI brain and orbit with contrast 2. Estimation of Blood glucose, Liver and Renal function tests 3. Anti NMO and anti MOG antibody 4. Thyroid profile", "options": [{"label": "A", "text": "1, 2", "correct": true}, {"label": "B", "text": "1, 3", "correct": false}, {"label": "C", "text": "1, 2, 3, 4", "correct": false}, {"label": "D", "text": "2, 4", "correct": false}], "correct_answer": "A. 1, 2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41862271704883152/41862271704883152.m3u8"}, {"text": "Identify the sign in the given pic?", "options": [{"label": "A", "text": "Kayser Fleisher ring", "correct": false}, {"label": "B", "text": "Vossius ring", "correct": true}, {"label": "C", "text": "Fleisher ring", "correct": false}, {"label": "D", "text": "Weiss ring", "correct": false}], "correct_answer": "B. Vossius ring", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24(209).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52986671704883172/52986671704883172.m3u8"}, {"text": "Identify the chart in the given pic?", "options": [{"label": "A", "text": "Snellen chart", "correct": false}, {"label": "B", "text": "ETDRS chart", "correct": false}, {"label": "C", "text": "Hess chart", "correct": true}, {"label": "D", "text": "Pielli Robson chart", "correct": false}], "correct_answer": "C. Hess chart", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(205).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18259441704883189/18259441704883189.m3u8"}, {"text": "What is the most common ocular manifestation of COVID?", "options": [{"label": "A", "text": "Retinal vein occlusion", "correct": false}, {"label": "B", "text": "Viral keratouveitis", "correct": false}, {"label": "C", "text": "Follicular conjunctivitis", "correct": true}, {"label": "D", "text": "Pseudomembranous conjunctivitis", "correct": false}], "correct_answer": "C. Follicular conjunctivitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59758351704883201/59758351704883201.m3u8"}, {"text": "Where is the most likely lesion in the given visual field defect?", "options": [{"label": "A", "text": "Optic chiasma", "correct": true}, {"label": "B", "text": "Optic tract", "correct": false}, {"label": "C", "text": "Optic radiations", "correct": false}, {"label": "D", "text": "Occipital lobe", "correct": false}], "correct_answer": "A. Optic chiasma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-25%20at%2010_36_52%20AM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73114781704883228/73114781704883228.m3u8"}, {"text": "Which step of cataract surgery is being done here?", "options": [{"label": "A", "text": "Capsulorhhexis", "correct": true}, {"label": "B", "text": "Lens aspiration", "correct": false}, {"label": "C", "text": "Hydrodissection", "correct": false}, {"label": "D", "text": "Intraocular lens implantation", "correct": false}], "correct_answer": "A. Capsulorhhexis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28(150).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67891691704883253/67891691704883253.m3u8"}, {"text": "A man with red eye presents to clinic. On examination, there were cells in the anterior chamber and keratic precipitates with Intraocular pressure was 36. Which drug is not to be given?", "options": [{"label": "A", "text": "Mannitol", "correct": false}, {"label": "B", "text": "CA inhibitors", "correct": false}, {"label": "C", "text": "Beta blockers", "correct": false}, {"label": "D", "text": "Prostaglandins", "correct": true}], "correct_answer": "D. Prostaglandins", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64713671704883270/64713671704883270.m3u8"}, {"text": "A child with acute painful proptosis and small cells on histopathology which turned to be desmin positive. What is the diagnosis?", "options": [{"label": "A", "text": "Rhabdomyosarcoma", "correct": true}, {"label": "B", "text": "Leukemia", "correct": false}, {"label": "C", "text": "Ewing sarcoma", "correct": false}, {"label": "D", "text": "Chloroma", "correct": false}], "correct_answer": "A. Rhabdomyosarcoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26312941704883290/26312941704883290.m3u8"}, {"text": "Most classical route of spread of retinoblastoma?", "options": [{"label": "A", "text": "Direct", "correct": false}, {"label": "B", "text": "Optic nerve", "correct": true}, {"label": "C", "text": "Lymphatic", "correct": false}, {"label": "D", "text": "Vascular", "correct": false}], "correct_answer": "B. Optic nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52250881704883311/52250881704883311.m3u8"}, {"text": "What is the most likely diagnosis seen in the nine gazes in the figure?", "options": [{"label": "A", "text": "Right 4th nerve palsy", "correct": false}, {"label": "B", "text": "Left 4th nerve palsy", "correct": false}, {"label": "C", "text": "Left 3rd nerve palsy", "correct": true}, {"label": "D", "text": "Right 3rd nerve palsy", "correct": false}], "correct_answer": "C. Left 3rd nerve palsy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32(140).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47153661704883340/47153661704883340.m3u8"}, {"text": "Most common lacrimal gland tumour", "options": [{"label": "A", "text": "Pleiomorphic adenoma", "correct": true}, {"label": "B", "text": "Non- Hogdkins Lymphoma", "correct": false}, {"label": "C", "text": "Adenoid cystic carcinoma", "correct": false}, {"label": "D", "text": "Mucoepidermoid Ca", "correct": false}], "correct_answer": "A. Pleiomorphic adenoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14524761704883354/14524761704883354.m3u8"}, {"text": "Which is not a component of SAFE strategy for trachoma", "options": [{"label": "A", "text": "Surgery for trichiasis", "correct": false}, {"label": "B", "text": "Antibiotics", "correct": false}, {"label": "C", "text": "Facial cleaning", "correct": false}, {"label": "D", "text": "Evaluation of programme", "correct": true}], "correct_answer": "D. Evaluation of programme", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17129351704883368/17129351704883368.m3u8"}, {"text": "Where is the likely lesion here", "options": [{"label": "A", "text": "Left Lateral geniculate body", "correct": false}, {"label": "B", "text": "Left Occipital lobe", "correct": true}, {"label": "C", "text": "Right Occipital lobe", "correct": false}, {"label": "D", "text": "Optic chiasma", "correct": false}], "correct_answer": "B. Left Occipital lobe", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/35(141).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56513611704883389/56513611704883389.m3u8"}, {"text": "Which statements are true for association of Primary open angle glaucoma", "options": [{"label": "A", "text": "The pathology at level of trabecular meshwork is seen on gonioscopy", "correct": false}, {"label": "B", "text": "Family members have 1% risk of developing POAG", "correct": false}, {"label": "C", "text": "On dilating the pupil IOP always rises", "correct": false}, {"label": "D", "text": "Visual field defect can be there with normal cup disc ratio", "correct": false}, {"label": "E", "text": "First degree relatives of POAG patients having steroid responsiveness", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2363471704883436/2363471704883436.m3u8"}, {"text": "Which of the following are true regarding Kayser-Fleisher ring", "options": [{"label": "A", "text": "Pathognomonic of Wilson disease", "correct": false}, {"label": "B", "text": "Seen in superior and inferior Descement membrane", "correct": true}, {"label": "C", "text": "Seen in all patients with Hepatitis", "correct": false}, {"label": "D", "text": "Disappears with Deferoxamine", "correct": false}], "correct_answer": "B. Seen in superior and inferior Descement membrane", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/37(116).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78655621704883457/78655621704883457.m3u8"}, {"text": "Which drugs are required for assessment of a patient with fixed dilated pupil", "options": [{"label": "A", "text": "2.5% Phenylephrine", "correct": false}, {"label": "B", "text": "4% Cocaine", "correct": false}, {"label": "C", "text": "Pilocarpine", "correct": true}, {"label": "D", "text": "1% Adrenaline", "correct": false}], "correct_answer": "C. Pilocarpine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/38(111).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76415931704883482/76415931704883482.m3u8"}, {"text": "Iritis seen in what all conditions among the following A. Systemic Lupus Erythematous B. Rheumatoid arthritis C. Ulcerative Colitis D. Bechets E. Psoriasis", "options": [{"label": "A", "text": "A, B and D", "correct": false}, {"label": "B", "text": "B, C and E", "correct": false}, {"label": "C", "text": "A, C, D and E", "correct": true}, {"label": "D", "text": "A, D and E", "correct": false}], "correct_answer": "C. A, C, D and E", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69814291704883503/69814291704883503.m3u8"}, {"text": "A patient having small pupil which remains same in dark as well. Which of the following condition could be the reason?", "options": [{"label": "A", "text": "Blind eye", "correct": false}, {"label": "B", "text": "Horner syndrome", "correct": true}, {"label": "C", "text": "Argyll Robertson pupil", "correct": false}, {"label": "D", "text": "Adie pupil", "correct": false}], "correct_answer": "B. Horner syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/506341704887178/506341704887178.m3u8"}, {"text": "Patient came with left head tilt. On straightening of head, the doctor noticed right hypotropia which increased on dextroversion. Which is the most likely muscle paralysed?", "options": [{"label": "A", "text": "Right superior oblique", "correct": false}, {"label": "B", "text": "Left superior oblique", "correct": false}, {"label": "C", "text": "Right superior rectus", "correct": true}, {"label": "D", "text": "Right superior rectus", "correct": false}], "correct_answer": "C. Right superior rectus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61408611704887192/61408611704887192.m3u8"}, {"text": "A patient was prescribed eye ointment and eye drop by doctor. What sequence should nurse follow out of these?", "options": [{"label": "A", "text": "Apply eye ointment and then after 15 minutes eye drop", "correct": false}, {"label": "B", "text": "Apply eye ointment and then eye drop simultaneously", "correct": false}, {"label": "C", "text": "Apply eye drops and then 15 minutes after eye ointment", "correct": true}, {"label": "D", "text": "Any one can be put before other", "correct": false}], "correct_answer": "C. Apply eye drops and then 15 minutes after eye ointment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39242131704887203/39242131704887203.m3u8"}, {"text": "A 40 year old patient who underwent LASIK for myopia previously is now undergoing cataract surgery. Formula used for lens power calculation", "options": [{"label": "A", "text": "SRK 1", "correct": false}, {"label": "B", "text": "SRK 2", "correct": false}, {"label": "C", "text": "Haigis", "correct": true}, {"label": "D", "text": "Holladay", "correct": false}], "correct_answer": "C. Haigis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9548891704887215/9548891704887215.m3u8"}, {"text": "All of the following are features of corneal epithelium except", "options": [{"label": "A", "text": "Lined by Stratified squamous epithelium", "correct": false}, {"label": "B", "text": "Bowman 's membrane regenerate", "correct": true}, {"label": "C", "text": "Apical cells have microvilli", "correct": false}, {"label": "D", "text": "Stems cells are limited to limbus", "correct": false}], "correct_answer": "B. Bowman 's membrane regenerate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23371211704887227/23371211704887227.m3u8"}, {"text": "What is the effect of increasing the numerical aperture of objective lens of a microscope?", "options": [{"label": "A", "text": "Better resolution", "correct": true}, {"label": "B", "text": "Higher magnification", "correct": false}, {"label": "C", "text": "Higher Degree of view", "correct": false}, {"label": "D", "text": "Higher working distance", "correct": false}], "correct_answer": "A. Better resolution", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36361101704887239/36361101704887239.m3u8"}, {"text": "A 40 year old male patient is under treatment for epilepsy and he development permanent progressive concentric visual constriction. Which of the following drug causes this condition in most of the patients", "options": [{"label": "A", "text": "Levetiracetam", "correct": false}, {"label": "B", "text": "Vigabatrin", "correct": true}, {"label": "C", "text": "Phenobarbitone", "correct": false}, {"label": "D", "text": "Ethosuximide", "correct": false}], "correct_answer": "B. Vigabatrin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46(91).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23118611704887253/23118611704887253.m3u8"}, {"text": "Image of Elderly lady undergoing the procedure. Identify the procedure", "options": [{"label": "A", "text": "Anterior ethmoidal nerve block", "correct": false}, {"label": "B", "text": "Vidian nerve block", "correct": false}, {"label": "C", "text": "Trephination", "correct": false}, {"label": "D", "text": "Diagnostic probing of Nasolacrimal duct obstruction", "correct": true}], "correct_answer": "D. Diagnostic probing of Nasolacrimal duct obstruction", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47(110).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/741671704887267/741671704887267.m3u8"}, {"text": "Which of these could be the possible in the given angiography picture?", "options": [{"label": "A", "text": "Submacular hemarrage", "correct": false}, {"label": "B", "text": "Macular ischemia", "correct": true}, {"label": "C", "text": "Macular edema", "correct": false}, {"label": "D", "text": "Premacular hemorrage", "correct": false}], "correct_answer": "B. Macular ischemia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/48(95).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37602031704887284/37602031704887284.m3u8"}, {"text": "Which nerves are responsible for eye movements", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "Unknown", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49(93).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45371571704887296/45371571704887296.m3u8"}, {"text": "Which is the layer marked in the picture?", "options": [{"label": "A", "text": "Inner plexiform", "correct": true}, {"label": "B", "text": "Outer plexiform", "correct": false}, {"label": "C", "text": "Inner nuclear", "correct": false}, {"label": "D", "text": "Outer nuclear", "correct": false}], "correct_answer": "A. Inner plexiform", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/50(98).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65113271704887311/65113271704887311.m3u8"}, {"text": "Which of the following is true? 1. Topiramate induces angle closure 2. Dorzolamide can decrease ocular blood flow 3. Central field defects seen in open angle glaucoma 4. Latanoprost is used with caution in patients of bronchial asthma", "options": [{"label": "A", "text": "If 1,2,3 are correct", "correct": false}, {"label": "B", "text": "If 1 and 3 are correct", "correct": true}, {"label": "C", "text": "If 2 and 4 are correct", "correct": false}, {"label": "D", "text": "If all 1,2,3,4 are correct", "correct": false}], "correct_answer": "B. If 1 and 3 are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3483021704887326/3483021704887326.m3u8"}, {"text": "Enlargement of blind spot is seen in all except?", "options": [{"label": "A", "text": "Papilledema", "correct": false}, {"label": "B", "text": "Primary open angle glaucoma", "correct": false}, {"label": "C", "text": "Medullated nerve fibres", "correct": false}, {"label": "D", "text": "Optic nerve hypoplasia", "correct": true}], "correct_answer": "D. Optic nerve hypoplasia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52(88).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28248921704887342/28248921704887342.m3u8"}, {"text": "ETDRS is used for?", "options": [{"label": "A", "text": "Primary open angle glaucoma", "correct": false}, {"label": "B", "text": "Diabetic retinopathy", "correct": true}, {"label": "C", "text": "Corneal topography", "correct": false}, {"label": "D", "text": "Corneal endothelial count", "correct": false}], "correct_answer": "B. Diabetic retinopathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28590931704887355/28590931704887355.m3u8"}, {"text": "Identify the cranial nerve supplying the muscle marked", "options": [{"label": "A", "text": "3rd", "correct": false}, {"label": "B", "text": "4th", "correct": true}, {"label": "C", "text": "6th", "correct": false}, {"label": "D", "text": "7th", "correct": false}], "correct_answer": "B. 4th", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/54(87).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72772781704887370/72772781704887370.m3u8"}, {"text": "Assertion (A): Topical steroids are contraindicated in viral corneal ulcer Reason(R): Topical steroids can increase intraocular pressure Select one of the following", "options": [{"label": "A", "text": "Both A &R are true and R is correct explanation of A", "correct": false}, {"label": "B", "text": "Both A &R are true but R is not correct explanation of A", "correct": true}, {"label": "C", "text": "A is true R is false", "correct": false}, {"label": "D", "text": "A is false R is false", "correct": false}], "correct_answer": "B. Both A &R are true but R is not correct explanation of A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13169011704887386/13169011704887386.m3u8"}, {"text": "All of the following are used to control IOP except", "options": [{"label": "A", "text": "Mannitol", "correct": false}, {"label": "B", "text": "Clonidine", "correct": false}, {"label": "C", "text": "Dexamethasone", "correct": true}, {"label": "D", "text": "Methazoloamide", "correct": false}], "correct_answer": "C. Dexamethasone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72785401704887399/72785401704887399.m3u8"}, {"text": "Which of the following is correct regarding the image given below:", "options": [{"label": "A", "text": "It is called as ArgylL Robertson pupil", "correct": false}, {"label": "B", "text": "The vision is normal in right eye", "correct": false}, {"label": "C", "text": "Seen in optic neuritis, the pupil can paradoxically dilate in both eyes", "correct": false}], "correct_answer": "Unknown", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/57(83).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69963891704887412/69963891704887412.m3u8"}, {"text": "The test given below in the image is used for:", "options": [{"label": "A", "text": "Ocular deviation", "correct": false}, {"label": "B", "text": "Stereopsis test", "correct": true}, {"label": "C", "text": "Refractive errors", "correct": false}, {"label": "D", "text": "Sensory anomalies", "correct": false}], "correct_answer": "B. Stereopsis test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/58(101).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63564201704887425/63564201704887425.m3u8"}, {"text": "What is the ?rst step in the management of an 18 months old child whose both eyes are deviated medially:", "options": [{"label": "A", "text": "Forced duction test", "correct": false}, {"label": "B", "text": "Examination under anaesthesia", "correct": false}, {"label": "C", "text": "Refractive error testing", "correct": true}, {"label": "D", "text": "Examination of fundus", "correct": false}], "correct_answer": "C. Refractive error testing", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39425071704887440/39425071704887440.m3u8"}, {"text": "After cataract surgery; Intraocular lens put uneventfully in a young patient what should be done then:", "options": [{"label": "A", "text": "IOL replaced every 10 years", "correct": false}, {"label": "B", "text": "Never replaced", "correct": true}, {"label": "C", "text": "Replaced when secondary cataract develops", "correct": false}, {"label": "D", "text": "Replaced when presbyopia develops", "correct": false}], "correct_answer": "B. Never replaced", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17894251704887456/17894251704887456.m3u8"}, {"text": "Match the following ocular drugs with respect to their side effects:", "options": [{"label": "A", "text": "1-c, 2-e, 3-a, 4-h", "correct": false}, {"label": "B", "text": "1-d, 2-e, 3-a, 4-f", "correct": false}, {"label": "C", "text": "1-g, 2-c, 3-b, 4-d", "correct": true}, {"label": "D", "text": "1-e, 2-b, 3-c, 4-d", "correct": false}], "correct_answer": "C. 1-g, 2-c, 3-b, 4-d", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/61(85).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63191281704887470/63191281704887470.m3u8"}, {"text": "Fundus examination should be done in 45-year-old female with newly diagnosed diabetes mellitus with no visual symptoms?", "options": [{"label": "A", "text": "After 2 years", "correct": false}, {"label": "B", "text": "After 5 years", "correct": false}, {"label": "C", "text": "At the time of diagnosis", "correct": true}, {"label": "D", "text": "Doesn’t require fundus examination", "correct": false}], "correct_answer": "C. At the time of diagnosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10231181704887485/10231181704887485.m3u8"}, {"text": "Mode of injury occurs in the given below image", "options": [{"label": "A", "text": "Globe burst", "correct": true}, {"label": "B", "text": "Eyeball injury with a sharp weapon", "correct": false}, {"label": "C", "text": "Corrosive", "correct": false}, {"label": "D", "text": "Chemical", "correct": false}], "correct_answer": "A. Globe burst", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/63(72).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18399871704887495/18399871704887495.m3u8"}, {"text": "Which of the following should not be done?", "options": [{"label": "A", "text": "Remove the foreign body in OPD", "correct": true}, {"label": "B", "text": "Check refractive error", "correct": false}, {"label": "C", "text": "Give antibiotics", "correct": false}, {"label": "D", "text": "Do primary survey", "correct": false}], "correct_answer": "A. Remove the foreign body in OPD", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/65(93).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78735811704887511/78735811704887511.m3u8"}, {"text": "All are manifestation of dengue virus infection in eye except?", "options": [{"label": "A", "text": "Cataract", "correct": true}, {"label": "B", "text": "Maculopathy", "correct": false}, {"label": "C", "text": "Vitreous haemorrhage", "correct": false}, {"label": "D", "text": "Optic neuritis", "correct": false}], "correct_answer": "A. Cataract", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56436851704887524/56436851704887524.m3u8"}, {"text": "Which of the following is the nucleus for upwards gaze?", "options": [{"label": "A", "text": "Paramedian Pontine Reticular Formation", "correct": false}, {"label": "B", "text": "Nucleus Raphe Magnus", "correct": false}, {"label": "C", "text": "Cuneiform nucleus", "correct": false}, {"label": "D", "text": "Nucleus of Cajal", "correct": true}], "correct_answer": "D. Nucleus of Cajal", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50496211704887589/50496211704887589.m3u8"}, {"text": "In diabetic 3rd nerve palsy all seen except?", "options": [{"label": "A", "text": "Pupil dilation", "correct": true}, {"label": "B", "text": "Ptosis", "correct": false}, {"label": "C", "text": "Outward downward rolling of pupil", "correct": false}, {"label": "D", "text": "Normal pupillary reflex", "correct": false}], "correct_answer": "A. Pupil dilation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/67(76).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12901651704887609/12901651704887609.m3u8"}, {"text": "Identify the pathology in the below histopathology picture of retina.+", "options": [{"label": "A", "text": "Drusen", "correct": true}, {"label": "B", "text": "Phagosome", "correct": false}, {"label": "C", "text": "Basal laminar deposit", "correct": false}, {"label": "D", "text": "Basal linear deposit", "correct": false}], "correct_answer": "A. Drusen", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/68(79).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60692541704887623/60692541704887623.m3u8"}, {"text": "Stenopic slit is used for all except", "options": [{"label": "A", "text": "Fincham’s test", "correct": false}, {"label": "B", "text": "Determine the axis of cylinder", "correct": false}, {"label": "C", "text": "Corneal tattooing", "correct": true}, {"label": "D", "text": "Iridectomy", "correct": false}], "correct_answer": "C. Corneal tattooing", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/69(82).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67089261704887639/67089261704887639.m3u8"}, {"text": "A patient is taking drugs for rheumatoid arthritis and has a history of cataract surgery 1 year back, the patient presented with sudden painless loss of vision, probable diagnosis is?", "options": [{"label": "A", "text": "Cystoid Macular Edema", "correct": true}, {"label": "B", "text": "Macularhole", "correct": false}, {"label": "C", "text": "Chloroquine toxicity", "correct": false}, {"label": "D", "text": "Chronic choroiditis", "correct": false}], "correct_answer": "A. Cystoid Macular Edema", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/70(67).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16109801704887654/16109801704887654.m3u8"}, {"text": "Which of the following is used as an adjuvant therapy for fungal corneal ulcer?", "options": [{"label": "A", "text": "Atropine eye drops", "correct": true}, {"label": "B", "text": "Pilocarpine eye drops", "correct": false}, {"label": "C", "text": "Dexamethasone", "correct": false}, {"label": "D", "text": "Lidocaine", "correct": false}], "correct_answer": "A. Atropine eye drops", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55970731704887671/55970731704887671.m3u8"}, {"text": "A 55-years-old man complaints of glare in eye while driving his car in the night, his best corrected vision 6/12.he had undergone cataract surgery. What is the most probable diagnosis?", "options": [{"label": "A", "text": "ARMD", "correct": false}, {"label": "B", "text": "Post capsular opacification lens", "correct": true}, {"label": "C", "text": "Corneal degeneration", "correct": false}, {"label": "D", "text": "Diabetic retinopathy", "correct": false}], "correct_answer": "B. Post capsular opacification lens", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45041821704887688/45041821704887688.m3u8"}, {"text": "A 15-years-old boy presented with headache and blurring of vision. On examination there was limitation of movement in right eye and diplopia on looking towards left. What is your diagnosis?", "options": [{"label": "A", "text": "Tb meningitis", "correct": false}, {"label": "B", "text": "Internuclear ophthalmoplegia", "correct": true}, {"label": "C", "text": "Cranial neuritis", "correct": false}, {"label": "D", "text": "Demyelination", "correct": false}], "correct_answer": "B. Internuclear ophthalmoplegia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/73(70).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7727811704887707/7727811704887707.m3u8"}, {"text": "A 2yr old child brought by the parents with complaints of enlarged eyes and photophobia. Examination finding is as below. Most probable diagnosis is ?", "options": [{"label": "A", "text": "Congenital glaucoma", "correct": true}, {"label": "B", "text": "Retinoblastoma", "correct": false}, {"label": "C", "text": "Congenital endothelial dystrophy", "correct": false}, {"label": "D", "text": "Megalocornea", "correct": false}], "correct_answer": "A. Congenital glaucoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/74(67).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3772041704887725/3772041704887725.m3u8"}, {"text": "Identify the below image and it’s use.", "options": [{"label": "A", "text": "Progressive glasses for presbyopia", "correct": false}, {"label": "B", "text": "Bifocal glasses for Presbyopia", "correct": false}, {"label": "C", "text": "Executive bifocals for pediatric pseudophakia", "correct": true}, {"label": "D", "text": "Bifocals for aphakia", "correct": false}], "correct_answer": "C. Executive bifocals for pediatric pseudophakia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/75(59).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32575131704887740/32575131704887740.m3u8"}, {"text": "Angle subtended by the topmost letter of snellen’s chart from 6 m distance", "options": [{"label": "A", "text": "1 min", "correct": false}, {"label": "B", "text": "5 min", "correct": false}, {"label": "C", "text": "30 min", "correct": false}, {"label": "D", "text": "50 min", "correct": true}], "correct_answer": "D. 50 min", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24814491704887754/24814491704887754.m3u8"}, {"text": "What is your most probable diagnosis on the below image?", "options": [{"label": "A", "text": "Internuclear ophthalmoplegia", "correct": false}, {"label": "B", "text": "Lateral rectus palsy", "correct": false}, {"label": "C", "text": "Superior oblique palsy", "correct": true}, {"label": "D", "text": "Oculomotor palsy", "correct": false}], "correct_answer": "C. Superior oblique palsy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/77(32).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34027961704887768/34027961704887768.m3u8"}, {"text": "Struge Weber syndrome, most characteristic eye finding is", "options": [{"label": "A", "text": "Keratitis", "correct": false}, {"label": "B", "text": "Glaucoma", "correct": true}, {"label": "C", "text": "Uveitis", "correct": false}, {"label": "D", "text": "Retinitis Pigmentosa", "correct": false}], "correct_answer": "B. Glaucoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/78(24).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20488571704887779/20488571704887779.m3u8"}, {"text": "A patient presented with photophobia, watering and minimal hypopyon with feather like projections in corenel storma. What is the most probable cause?", "options": [{"label": "A", "text": "HSV keratitis", "correct": false}, {"label": "B", "text": "Acanthamoeba keratitis", "correct": false}, {"label": "C", "text": "Fungal keratis", "correct": true}, {"label": "D", "text": "Pseudomonal keratitis", "correct": false}], "correct_answer": "C. Fungal keratis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/79(31).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76307151704883542/76307151704883542.m3u8"}, {"text": "The given image shows before and after effect of phenylephrine administration on a lesion. What is the likely diagnosis?", "options": [{"label": "A", "text": "Nodular episcleritis", "correct": true}, {"label": "B", "text": "Tenon’s cyst", "correct": false}, {"label": "C", "text": "Pterygium", "correct": false}, {"label": "D", "text": "Phlycten", "correct": false}], "correct_answer": "A. Nodular episcleritis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(76).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For ocular examination, the order of staining for dry eyes is-", "options": [{"label": "A", "text": "Fluorescein, then Rose Bengal, and then Lissamine green", "correct": true}, {"label": "B", "text": "Rose Bengal, then Lissamine green, and then Fluorescein", "correct": false}, {"label": "C", "text": "Lissamine green, then Rose Bengal and then Fluorescein", "correct": false}, {"label": "D", "text": "Rose Bengal, then fluorescein, and then Lissamine green", "correct": false}], "correct_answer": "A. Fluorescein, then Rose Bengal, and then Lissamine green", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following are direct gonioscope? A. Koeppe B. Goldman C. Richardson D. Zeiss", "options": [{"label": "A", "text": "Only A", "correct": false}, {"label": "B", "text": "A and C", "correct": true}, {"label": "C", "text": "Only C", "correct": false}, {"label": "D", "text": "B and D", "correct": false}], "correct_answer": "B. A and C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What structure is marked here by the red arrow?", "options": [{"label": "A", "text": "Lens capsule", "correct": false}, {"label": "B", "text": "Weigert ligament", "correct": false}, {"label": "C", "text": "Canal of Petit", "correct": true}, {"label": "D", "text": "Canal of Hanover", "correct": false}], "correct_answer": "C. Canal of Petit", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(33).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In the oculocephalic reflex, what is the gain of VOR (ratio of eye velocity/head velocity)?", "options": [{"label": "A", "text": "1", "correct": true}, {"label": "B", "text": "0", "correct": false}, {"label": "C", "text": "2", "correct": false}, {"label": "D", "text": "4", "correct": false}], "correct_answer": "A. 1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True about glaucoma is-", "options": [{"label": "A", "text": "Earliest and specific change is Isopter contraction+ Baring of blind spot", "correct": true}, {"label": "B", "text": "In static perimetry, the intensity of stimulus is kept constant while it is moving", "correct": false}, {"label": "C", "text": "Kinetic perimetry is best diagnostic modality for monitoring field changes in glaucoma", "correct": false}, {"label": "D", "text": "VF defect corresponds to optic nerve changes.", "correct": false}], "correct_answer": "A. Earliest and specific change is Isopter contraction+ Baring of blind spot", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "This device will be useful for", "options": [{"label": "A", "text": "Measuement of Proptosis", "correct": true}, {"label": "B", "text": "Meaurement of Ptosis", "correct": false}, {"label": "C", "text": "Testing Binocularity", "correct": false}, {"label": "D", "text": "Measurement of deviation in squint", "correct": false}], "correct_answer": "A. Measuement of Proptosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(415).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "This will be useful for all except", "options": [{"label": "A", "text": "Thyroid eye disease", "correct": false}, {"label": "B", "text": "Lacrimal gland tumour", "correct": false}, {"label": "C", "text": "Cavernous hemangioma", "correct": false}, {"label": "D", "text": "Myasthenia Gravis", "correct": true}], "correct_answer": "D. Myasthenia Gravis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(367).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child came to OPD and was prescribed-2D sphere with -1D cylinder @180. What is the refractive error of that eye of the patient?", "options": [{"label": "A", "text": "Compound hypermetropic astigmatism, with the rule", "correct": false}, {"label": "B", "text": "Compound myopic astigmatism, with the rule", "correct": true}, {"label": "C", "text": "Simple myopic astigmatism, against the rule", "correct": false}, {"label": "D", "text": "Mixed astigmatism, with the rule", "correct": false}], "correct_answer": "B. Compound myopic astigmatism, with the rule", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(332).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 21 year old boxer with spectacles needs to go for refractive surgery. Which of the following should be avoided?", "options": [{"label": "A", "text": "LASIK (laser in situ keratomileus)", "correct": false}, {"label": "B", "text": "SMILE (Small intra lenticule extraction)", "correct": false}, {"label": "C", "text": "Photorefractive keratectomy", "correct": false}, {"label": "D", "text": "Radial keratotomy", "correct": true}], "correct_answer": "D. Radial keratotomy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(302).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the correction description of following images", "options": [{"label": "A", "text": "Cobalt blue light, Indocyanine green dye, corneal ulcer", "correct": false}, {"label": "B", "text": "Cobalt blue light, Fluoroscein dye, interstitial keratitis", "correct": true}, {"label": "C", "text": "Red green light, Fluoroscein dye, corneal degeneration", "correct": false}, {"label": "D", "text": "Rhodium filter, Fluoroscein dye, corneal ulcer", "correct": false}], "correct_answer": "B. Cobalt blue light, Fluoroscein dye, interstitial keratitis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(307).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 25 year old medical student underwent LASIK for myopia. He did well during the procedure but postoperatively complained of severe pain, watering and photophobia. One week postoperatively, he presented as shown in Figure. Which is not true?", "options": [{"label": "A", "text": "Corneal scraping for smear and culture", "correct": false}, {"label": "B", "text": "Prednisolone 1% drops", "correct": true}, {"label": "C", "text": "Debridement of corneal lesions", "correct": false}, {"label": "D", "text": "Testing corneal sensation", "correct": false}], "correct_answer": "B. Prednisolone 1% drops", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(246).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What of the following will not be seen in severe Non Proliferative Diabetic retinopathy?", "options": [{"label": "A", "text": "Venous beading", "correct": false}, {"label": "B", "text": "Retinal microvascular abnormalities", "correct": false}, {"label": "C", "text": "Neovascularization at disc", "correct": true}, {"label": "D", "text": "Retinal hemorrages", "correct": false}], "correct_answer": "C. Neovascularization at disc", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 11 yr old child presented with decreased vision, foul smelling discharge from nose, proptosis and fever. Imaging was done as shown below. What is the diagnosis?", "options": [{"label": "A", "text": "Sinusitis with Pre-septal cellulitis", "correct": false}, {"label": "B", "text": "Sinusitis with Orbital cellulitis", "correct": false}, {"label": "C", "text": "Sinusitis with Sub-periosteal abscess", "correct": true}, {"label": "D", "text": "Sinusitis", "correct": false}], "correct_answer": "C. Sinusitis with Sub-periosteal abscess", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(217).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 31 year old woman was brought to the emergency department because of severe left eye pain, redness and bulging. She gave history of sinusitis recently for which she took medications. On examination, the corneal sensations were also decreased in left eye. On further examination, it was seen that there was difficulty in abducting right eye as well. Which of these might be the", "options": [{"label": "A", "text": "Ethmoid sinusitis", "correct": false}, {"label": "B", "text": "Cavernous sinus infection", "correct": true}, {"label": "C", "text": "Orbital apex syndrome", "correct": false}, {"label": "D", "text": "Orbital cellulitis", "correct": false}], "correct_answer": "B. Cavernous sinus infection", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient came with a chemical injury to the eye. What is the first step in the management?", "options": [{"label": "A", "text": "Take history", "correct": true}, {"label": "B", "text": "Take visual acuity", "correct": false}, {"label": "C", "text": "Check IOP", "correct": false}, {"label": "D", "text": "Copious irrigation with water/saline", "correct": false}], "correct_answer": "A. Take history", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60279971731497599/60279971731497599.m3u8"}, {"text": "A labourer working in construction site had chuna particle fall in eye. How will you manage initially?", "options": [{"label": "A", "text": "Irrigation with normal saline", "correct": true}, {"label": "B", "text": "Topical antibiotics", "correct": false}, {"label": "C", "text": "Temporary tarsorapphy", "correct": false}, {"label": "D", "text": "Complete scraping", "correct": false}], "correct_answer": "A. Irrigation with normal saline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true regarding Viscoelastics in cataract surgery", "options": [{"label": "A", "text": "Damages corneal epithelium.", "correct": false}, {"label": "B", "text": "Inert can be left in eye.", "correct": false}, {"label": "C", "text": "Maintain Anterior chamber in Capsulorhexis and IOLS", "correct": true}, {"label": "D", "text": "Silicone oil, SF6, perflurane are commonly used viscoelastic substance", "correct": false}], "correct_answer": "C. Maintain Anterior chamber in Capsulorhexis and IOLS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70957361731497645/70957361731497645.m3u8"}, {"text": "Which of the following is seen in Diabetic Retinopathy?", "options": [{"label": "A", "text": "Myopia progression", "correct": false}, {"label": "B", "text": "Tractional RD", "correct": true}, {"label": "C", "text": "Retinoschisis", "correct": false}, {"label": "D", "text": "Posterior Staphyloma", "correct": false}], "correct_answer": "B. Tractional RD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29611831731497664/29611831731497664.m3u8"}, {"text": "Pterygium causes -", "options": [{"label": "A", "text": "Purulent discharge", "correct": false}, {"label": "B", "text": "Macular edema", "correct": false}, {"label": "C", "text": "Eye pain", "correct": false}, {"label": "D", "text": "Astigmatism", "correct": true}], "correct_answer": "D. Astigmatism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19977721731497679/19977721731497679.m3u8"}, {"text": "Angiographic picture of microaneurysms in Diabetic retinopathy shows", "options": [{"label": "A", "text": "Hyperfluorescent dots", "correct": true}, {"label": "B", "text": "Hypofluorescent dots", "correct": false}, {"label": "C", "text": "Hyperfluorescent lines", "correct": false}, {"label": "D", "text": "Hyperfluoroscent branch like", "correct": false}], "correct_answer": "A. Hyperfluorescent dots", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31271701731497709/31271701731497709.m3u8"}, {"text": "Which of the following is not derived by Neural crest?", "options": [{"label": "A", "text": "Ciliary ganglion", "correct": false}, {"label": "B", "text": "Ciliary muscles", "correct": false}, {"label": "C", "text": "Retinal pigment epithelium", "correct": true}, {"label": "D", "text": "Choroidal melanocytes", "correct": false}], "correct_answer": "C. Retinal pigment epithelium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13914311731497810/13914311731497810.m3u8"}, {"text": "Identify the arrow marked retina layers", "options": [{"label": "A", "text": "A-3, B-1, C-4, D-2", "correct": false}, {"label": "B", "text": "A-2, B-3, C-4, D-1", "correct": true}, {"label": "C", "text": "A-4, B-3, C-2, D-1", "correct": false}, {"label": "D", "text": "A-1, B-3, C-2, D-4", "correct": false}], "correct_answer": "B. A-2, B-3, C-4, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1263).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64350861731497829/64350861731497829.m3u8"}, {"text": "What is the ratio of lumen of optic artery & vein in Optic disc ?", "options": [{"label": "A", "text": "2:3", "correct": true}, {"label": "B", "text": "1:3", "correct": false}, {"label": "C", "text": "1:5", "correct": false}, {"label": "D", "text": "2:5", "correct": false}], "correct_answer": "A. 2:3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34444471731497843/34444471731497843.m3u8"}, {"text": "What is the Investigation of choice for Best disease?", "options": [{"label": "A", "text": "Electroretinogram", "correct": false}, {"label": "B", "text": "Mutifocal Electroretinogram", "correct": false}, {"label": "C", "text": "Electrooculogram", "correct": true}, {"label": "D", "text": "Visual evoked potential", "correct": false}], "correct_answer": "C. Electrooculogram", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22934481731497864/22934481731497864.m3u8"}, {"text": "Sudden Bilateral painless Loss of vision is due to:", "options": [{"label": "A", "text": "Keratoconus", "correct": false}, {"label": "B", "text": "Acute congestive glaucoma", "correct": false}, {"label": "C", "text": "Diabetic retinopathy", "correct": true}, {"label": "D", "text": "Iridocyclitis", "correct": false}], "correct_answer": "C. Diabetic retinopathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/932671731497917/932671731497917.m3u8"}, {"text": "Which is not present in inner segment of photoreceptors ?", "options": [{"label": "A", "text": "Mitochondria", "correct": false}, {"label": "B", "text": "Endoplasmic Reticulum", "correct": false}, {"label": "C", "text": "Golgi apparatus", "correct": false}, {"label": "D", "text": "Disc Membrane", "correct": true}], "correct_answer": "D. Disc Membrane", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32378011731497943/32378011731497943.m3u8"}, {"text": "A child with 1400 gm was brought to the ophthalmology department with leucokoria and calcification. He had a history of 34 w prematurity. What is the probable diagnosis -", "options": [{"label": "A", "text": "Congenital Cataract", "correct": false}, {"label": "B", "text": "Retinopathy of prematurity", "correct": false}, {"label": "C", "text": "Coats' disease", "correct": false}, {"label": "D", "text": "Retinoblastoma", "correct": true}], "correct_answer": "D. Retinoblastoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23075941731497964/23075941731497964.m3u8"}, {"text": "What is seen in macula corneal opacity-", "options": [{"label": "A", "text": "Both Iris and pupil details visible", "correct": false}, {"label": "B", "text": "Details of iris visible", "correct": false}, {"label": "C", "text": "Only pupil margin visible", "correct": true}, {"label": "D", "text": "Both Iris and pupil margins not visible", "correct": false}], "correct_answer": "C. Only pupil margin visible", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24041631731497987/24041631731497987.m3u8"}, {"text": "Which.of the following is true regarding OVDs used in cataract surgery:", "options": [{"label": "A", "text": "Maintain Anterior chamber in Capsulorhexis and IOLS", "correct": true}, {"label": "B", "text": "Can be left in eye because this is inert", "correct": false}, {"label": "C", "text": "Corneal epithelium is damaged", "correct": false}, {"label": "D", "text": "SF6 and Perflurane are commonly used viscoelastic substance", "correct": false}], "correct_answer": "A. Maintain Anterior chamber in Capsulorhexis and IOLS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7277301731493542/7277301731493542.m3u8"}, {"text": "Which of the following is seen in Diabetic Retinopathy:", "options": [{"label": "A", "text": "Retinoschisis", "correct": false}, {"label": "B", "text": "Tractional Retinal detachment", "correct": true}, {"label": "C", "text": "Myopia", "correct": false}, {"label": "D", "text": "Posterior Staphyloma", "correct": false}], "correct_answer": "B. Tractional Retinal detachment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56343891731493574/56343891731493574.m3u8"}, {"text": "Pterygium can lead to:", "options": [{"label": "A", "text": "Eye pain", "correct": false}, {"label": "B", "text": "Macular edema", "correct": false}, {"label": "C", "text": "Astigmaism", "correct": true}, {"label": "D", "text": "Purulent discharge", "correct": false}], "correct_answer": "C. Astigmaism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14575921731493605/14575921731493605.m3u8"}, {"text": "Which is not present in inner segment of photoreceptors?", "options": [{"label": "A", "text": "Mitochondria", "correct": false}, {"label": "B", "text": "Disc Membrane", "correct": true}, {"label": "C", "text": "Golgi apparatus", "correct": false}, {"label": "D", "text": "Endoplasmic Reticulum", "correct": false}], "correct_answer": "B. Disc Membrane", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32796561731493635/32796561731493635.m3u8"}, {"text": "Which of the following is seen in FFA in microaneurysm", "options": [{"label": "A", "text": "Hyperfluorescence dots", "correct": true}, {"label": "B", "text": "Hypofluorescence dots", "correct": false}, {"label": "C", "text": "Hyperfluorescence lines", "correct": false}, {"label": "D", "text": "Hyperfluoroscent branching pattern", "correct": false}], "correct_answer": "A. Hyperfluorescence dots", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59022891731493814/59022891731493814.m3u8"}, {"text": "Which of the following is not derived by Neural crest:", "options": [{"label": "A", "text": "Choroidal melanocytes", "correct": false}, {"label": "B", "text": "Ciliary muscles", "correct": false}, {"label": "C", "text": "Retinal pigment epithelium", "correct": true}, {"label": "D", "text": "Ciliary ganglion", "correct": false}], "correct_answer": "C. Retinal pigment epithelium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67662961731493858/67662961731493858.m3u8"}, {"text": "Identification of the layers of retina marked:", "options": [{"label": "A", "text": "Retinal pigment epithelium,", "correct": false}, {"label": "B", "text": "Ganglion cell layer", "correct": false}, {"label": "C", "text": "Inner nuclear layer nuclear", "correct": true}, {"label": "D", "text": "Outer plexiform laver", "correct": false}], "correct_answer": "C. Inner nuclear layer nuclear", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1247).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42230921731493937/42230921731493937.m3u8"}, {"text": "Optic disc Artery/ venous lumen ratio is:", "options": [{"label": "A", "text": "2:3", "correct": true}, {"label": "B", "text": "1:3", "correct": false}, {"label": "C", "text": "1:5", "correct": false}, {"label": "D", "text": "2:5", "correct": false}], "correct_answer": "A. 2:3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41856231731494075/41856231731494075.m3u8"}, {"text": "What is the Investigation of choice for Best disease:", "options": [{"label": "A", "text": "Electrooculogram", "correct": true}, {"label": "B", "text": "Mutifocal ERG", "correct": false}, {"label": "C", "text": "Electroretinogram", "correct": false}, {"label": "D", "text": "Visual evoked potential", "correct": false}], "correct_answer": "A. Electrooculogram", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15680911731494163/15680911731494163.m3u8"}, {"text": "Which of the following lead to sudden bilateral painless vision loss:", "options": [{"label": "A", "text": "Iridocyclitis", "correct": false}, {"label": "B", "text": "Glaucoma", "correct": false}, {"label": "C", "text": "Diabetic retinopathy", "correct": true}, {"label": "D", "text": "Keratoconus", "correct": false}], "correct_answer": "C. Diabetic retinopathy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36845231731494196/36845231731494196.m3u8"}, {"text": "A 1400 gram child was referred to ophthalmology department with leukocoria & calcification with the history of prematurity. What is the probable diagnosis:", "options": [{"label": "A", "text": "Coats' disease", "correct": false}, {"label": "B", "text": "Retinopathy of prematurity", "correct": false}, {"label": "C", "text": "Congenital Cataract", "correct": false}, {"label": "D", "text": "Retinoblastoma", "correct": true}], "correct_answer": "D. Retinoblastoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51544841731494239/51544841731494239.m3u8"}, {"text": "Which of the following is seen in macula corneal opacity-", "options": [{"label": "A", "text": "Both Iris and pupil details visible", "correct": false}, {"label": "B", "text": "Details of iris visible", "correct": false}, {"label": "C", "text": "Only pupil margin visible", "correct": true}, {"label": "D", "text": "Both Iris and pupil margins not visible", "correct": false}], "correct_answer": "C. Only pupil margin visible", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7799781731494274/7799781731494274.m3u8"}, {"text": "What is anisometropia", "options": [{"label": "A", "text": "Difference in colour of iris", "correct": false}, {"label": "B", "text": "Difference in refractive error", "correct": true}, {"label": "C", "text": "Difference in axial length/optical distance", "correct": false}, {"label": "D", "text": "Difference in visual acuity", "correct": false}], "correct_answer": "B. Difference in refractive error", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not function of superior oblique?", "options": [{"label": "A", "text": "Intorsion", "correct": false}, {"label": "B", "text": "Depression", "correct": false}, {"label": "C", "text": "Abduction", "correct": false}, {"label": "D", "text": "Adduction", "correct": true}], "correct_answer": "D. Adduction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient of Rheumatic heart disease with superior visual field defect. What could be the possibility", "options": [{"label": "A", "text": "Central retinal artery occlusion", "correct": false}, {"label": "B", "text": "Central retinal vein occlusion", "correct": false}, {"label": "C", "text": "Branch retinal artery occlusion", "correct": true}, {"label": "D", "text": "Branch retinal vein occlusion", "correct": false}], "correct_answer": "C. Branch retinal artery occlusion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is not a feature of 3rd nerve palsy?", "options": [{"label": "A", "text": "Pupil dilatation", "correct": false}, {"label": "B", "text": "Ptosis", "correct": false}, {"label": "C", "text": "Down and out eye", "correct": false}, {"label": "D", "text": "Abduction limitation", "correct": true}], "correct_answer": "D. Abduction limitation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 40yr old patient wearing thick spectacles since childhood came with complaints of sudden onset flashes. What could be likely cause for which treatment is needed?", "options": [{"label": "A", "text": "Subarachnoid hemorrage", "correct": false}, {"label": "B", "text": "Retinal detachment", "correct": true}, {"label": "C", "text": "Vitreous hemorrage", "correct": false}, {"label": "D", "text": "Central retinal vein occlusion", "correct": false}], "correct_answer": "B. Retinal detachment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is most common cause of unilateral proptosis in adults?", "options": [{"label": "A", "text": "Optic nerve glioma", "correct": false}, {"label": "B", "text": "Thyroid eye disease", "correct": true}, {"label": "C", "text": "Optic nerve menigioma", "correct": false}, {"label": "D", "text": "Cavernous hemangioma", "correct": false}], "correct_answer": "B. Thyroid eye disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is false for the given image?", "options": [{"label": "A", "text": "a and b wave amplitude are reduced in Electroretinogram", "correct": false}, {"label": "B", "text": "Night blindness is seen in late stages", "correct": true}, {"label": "C", "text": "Dystrophy of rods and cones", "correct": false}, {"label": "D", "text": "Inherited disorder", "correct": false}], "correct_answer": "B. Night blindness is seen in late stages", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-1(3).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 2 month old child with photophobia and watering. Which of the following cannot be the cause?", "options": [{"label": "A", "text": "Congenital glaucoma", "correct": false}, {"label": "B", "text": "Congenital entropion", "correct": false}, {"label": "C", "text": "Congenital distichiasis", "correct": false}, {"label": "D", "text": "Congenital nasolacrimal duct obstruction", "correct": true}], "correct_answer": "D. Congenital nasolacrimal duct obstruction", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 80 yr old male presented with diminuition of vision since 2 yrs. The right eye was red and painful. On examination, the IOP was 50 mmHg in right eye and 16 mm Hg in left eye. The right eye had deep anterior chamber with some cells and flare. What could be the possibility?", "options": [{"label": "A", "text": "Malignant glaucoma", "correct": false}, {"label": "B", "text": "Phacolytic glaucoma", "correct": true}, {"label": "C", "text": "Phacomorphic glaucoma", "correct": false}, {"label": "D", "text": "Fuchs heterochromic iridocyclitis", "correct": false}], "correct_answer": "B. Phacolytic glaucoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is a true statement about glaucoma?", "options": [{"label": "A", "text": "Early and specific feature is isoptre contraction and baring of blind spot", "correct": false}, {"label": "B", "text": "Visual field defects to be associated with glaucoma if associated with optic nerve head changes", "correct": true}, {"label": "C", "text": "In static perimetry, intensity of stimulus is kept constant while it is moved", "correct": false}, {"label": "D", "text": "Kinetic perimetry is best for monitoring field changes in glaucoma", "correct": false}], "correct_answer": "B. Visual field defects to be associated with glaucoma if associated with optic nerve head changes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The following images are before and after use of phenylephrine drug. What could be the condition here?", "options": [{"label": "A", "text": "Episcleritis", "correct": true}, {"label": "B", "text": "Scleritis", "correct": false}, {"label": "C", "text": "Phlycten", "correct": false}, {"label": "D", "text": "Keratitis", "correct": false}], "correct_answer": "A. Episcleritis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-2(2).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What should be the sequence of staining in dry eye? 1. Fluoroscein 2. Lissamine 3. Rose Bengal", "options": [{"label": "A", "text": "1-2-3", "correct": true}, {"label": "B", "text": "2-3-1", "correct": false}, {"label": "C", "text": "1-3-2", "correct": false}, {"label": "D", "text": "3-2-1", "correct": false}], "correct_answer": "A. 1-2-3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presented 2 weeks after cataract surgery with decreased vision. On examination, there were anterior chamber cells and flare with hazy vitreous. What can be the cause with organism related", "options": [{"label": "A", "text": "Endophthalmitis with Staphylococcus", "correct": true}, {"label": "B", "text": "Endophthalmitis with Propiobacterium", "correct": false}, {"label": "C", "text": "Sympathetic ophthalmia", "correct": false}, {"label": "D", "text": "Toxic anterior segment syndrome", "correct": false}], "correct_answer": "A. Endophthalmitis with Staphylococcus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In advanced cases of Diabetes mellitus, cause of retinal detachment is?", "options": [{"label": "A", "text": "Exudative", "correct": false}, {"label": "B", "text": "Tractional", "correct": true}, {"label": "C", "text": "Rhegmatogenous", "correct": false}, {"label": "D", "text": "No detachment", "correct": false}], "correct_answer": "B. Tractional", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Test to visualise all layers of retina in vivo", "options": [{"label": "A", "text": "Fundus fluorescein angiography", "correct": false}, {"label": "B", "text": "Ultrasound", "correct": false}, {"label": "C", "text": "Perimetey", "correct": false}, {"label": "D", "text": "Optical Coherence Tomography", "correct": true}], "correct_answer": "D. Optical Coherence Tomography", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In optic neuritis, which is true a. 70% pt of Multiple sclerosis present with optic neuritis b. Oral steroid is appropriate treatment c. It can have normal optic nerve with no disc edema d. Colour vision and contrast are proportionally affected to vision impairement", "options": [{"label": "A", "text": "A and D", "correct": false}, {"label": "B", "text": "B and D", "correct": false}, {"label": "C", "text": "ACD", "correct": false}, {"label": "D", "text": "Only C", "correct": true}], "correct_answer": "D. Only C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All are effective treatment for amylopia except", "options": [{"label": "A", "text": "Refractive error correction", "correct": false}, {"label": "B", "text": "Patching", "correct": false}, {"label": "C", "text": "Strabismus surgery", "correct": true}, {"label": "D", "text": "Video games", "correct": false}], "correct_answer": "C. Strabismus surgery", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In corneal transplant, storage medium and sutures used are", "options": [{"label": "A", "text": "Mc Carey Kaufman and Nylon", "correct": true}, {"label": "B", "text": "Polyethylene glycol and Nylon", "correct": false}, {"label": "C", "text": "Optisoland silk", "correct": false}, {"label": "D", "text": "Moist chamber and vicryl", "correct": false}], "correct_answer": "A. Mc Carey Kaufman and Nylon", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture6(3).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The definition of blindness as per India NPCB is", "options": [{"label": "A", "text": "Best corrected vision <3/60 in better eye", "correct": false}, {"label": "B", "text": "Uncorrected vision <3/60 in better eye", "correct": false}, {"label": "C", "text": "Presenting vision <3/60 in better eye", "correct": true}, {"label": "D", "text": "Uncorrected vision <6/60 in better eye", "correct": false}], "correct_answer": "C. Presenting vision <3/60 in better eye", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What’s the diagnosis based on the eye movements shown", "options": [{"label": "A", "text": "3rd nerve palsy", "correct": false}, {"label": "B", "text": "Horizontal gaze palsy", "correct": false}, {"label": "C", "text": "Internuclear ophthalmoplegia", "correct": true}, {"label": "D", "text": "Thyroid eye disease", "correct": false}], "correct_answer": "C. Internuclear ophthalmoplegia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture8(3).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Acute hemorrhagic conjunctivitis is caused by a. Poliovirus b. Coxsackie A c. Coxsackie B d. Enterovirus 70", "options": [{"label": "A", "text": "B and D", "correct": true}, {"label": "B", "text": "C and D", "correct": false}, {"label": "C", "text": "B, C and D", "correct": false}, {"label": "D", "text": "B and C", "correct": false}], "correct_answer": "A. B and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 151 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Orthopaedics Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 86</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 86 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "A young Marathon runner complaining of pain on walking and running in anterior and medial aspect of tibia. The X-rays ?ndings are normal. Further bone scan was advised. What is your diagnosis?", "options": [{"label": "A", "text": "Nutcracker fracture", "correct": false}, {"label": "B", "text": "Shin splints", "correct": true}, {"label": "C", "text": "Jones fracture", "correct": false}, {"label": "D", "text": "Lisfranc fracture", "correct": false}], "correct_answer": "B. Shin splints", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40370951704777152/40370951704777152.m3u8"}, {"text": "The given below instrument is used for:", "options": [{"label": "A", "text": "Plate holding", "correct": true}, {"label": "B", "text": "Bone nibbler", "correct": false}, {"label": "C", "text": "Controlled traction of the fracture segment", "correct": false}, {"label": "D", "text": "Cutting the K-WIRE", "correct": false}], "correct_answer": "A. Plate holding", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(988).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3727091704777170/3727091704777170.m3u8"}, {"text": "A middle-aged female present with lytic lesion in lower 1/3 of femur. Biopsy showed grooved nuclei and giant cells. No periosteal reaction seen. What is the con?rmatory investigation for this case:", "options": [{"label": "A", "text": "Serum PTH", "correct": false}, {"label": "B", "text": "Serum Calcitonin", "correct": false}, {"label": "C", "text": "Cd1a and Langerin IHC", "correct": true}, {"label": "D", "text": "MRI", "correct": false}], "correct_answer": "C. Cd1a and Langerin IHC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57192521704777188/57192521704777188.m3u8"}, {"text": "A male brought to the casualty after he met with an accident. He was having comminuted fracture in the lower end of femur. His distal pulses were not palpable so a vascular surgeon decided to explore. So the resident did the following procedure given below the picture. What is the name of the ?xator?", "options": [{"label": "A", "text": "K nail", "correct": false}, {"label": "B", "text": "Interlocking nail", "correct": false}, {"label": "C", "text": "Rail ?xator", "correct": true}, {"label": "D", "text": "Ilizarov ?xator", "correct": false}], "correct_answer": "C. Rail ?xator", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(758).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65699401704777205/65699401704777205.m3u8"}, {"text": "Match the following:", "options": [{"label": "A", "text": "A-4, B-5, C-3, D-1", "correct": true}, {"label": "B", "text": "A-5, B-4, C-1 D-3", "correct": false}, {"label": "C", "text": "A-3, B-5, C-4, D-1", "correct": false}, {"label": "D", "text": "A-1, B-5, C-3, D-4", "correct": false}], "correct_answer": "A. A-4, B-5, C-3, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(706).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71519581704777217/71519581704777217.m3u8"}, {"text": "Arrange the options in sequence as part of surgical intervention for DDH: A. Capsulotomy B. Locate the acetabulum by tracing ligament of teres C. Relocated the femoral head in acetabulum D. Derotation femoral osteotomy", "options": [{"label": "A", "text": "ABCD", "correct": true}, {"label": "B", "text": "ADCB", "correct": false}, {"label": "C", "text": "BDCA", "correct": false}, {"label": "D", "text": "CBAD", "correct": false}], "correct_answer": "A. ABCD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30265841704777233/30265841704777233.m3u8"}, {"text": "Identify the splint:", "options": [{"label": "A", "text": "Cock up splint", "correct": true}, {"label": "B", "text": "Finger dynamic splint", "correct": false}, {"label": "C", "text": "Sugar tong", "correct": false}, {"label": "D", "text": "Knuckle bender splint", "correct": false}], "correct_answer": "A. Cock up splint", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(540).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(118).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63087221704777253/63087221704777253.m3u8"}, {"text": "A boy fell from the height on his outstretched hand. The X-ray is similar to the one shown below. The most likely diagnosis?", "options": [{"label": "A", "text": "Galeazzi fracture", "correct": true}, {"label": "B", "text": "Colle’s fracture", "correct": false}, {"label": "C", "text": "Ronaldo’s fracture", "correct": false}, {"label": "D", "text": "Monteggia fracture", "correct": false}], "correct_answer": "A. Galeazzi fracture", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(533).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73865911704777266/73865911704777266.m3u8"}, {"text": "A 30-years-old man presents with numbness of both hands. The patient was asked to perform the test demonstrated in the video. What is the test? For video visit link or scan given QR code:", "options": [{"label": "A", "text": "Adson’s test", "correct": false}, {"label": "B", "text": "Roos test", "correct": true}, {"label": "C", "text": "Pembertons’ test", "correct": false}, {"label": "D", "text": "Wright Test", "correct": false}], "correct_answer": "B. Roos test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(496).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23907351704777280/23907351704777280.m3u8"}, {"text": "The test performed in the following video is? For video visit link or scan given QR code:", "options": [{"label": "A", "text": "Allen test", "correct": true}, {"label": "B", "text": "Adson’s test", "correct": false}, {"label": "C", "text": "Phalen’s test", "correct": false}, {"label": "D", "text": "Wight test", "correct": false}], "correct_answer": "A. Allen test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(518).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10_1(102).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33036831704777294/33036831704777294.m3u8"}, {"text": "Which one is correct option in relation to Fracture intertrochanteric femur:", "options": [{"label": "A", "text": "More common in males than females", "correct": false}, {"label": "B", "text": "One year mortality rate is about 20 to 30%", "correct": false}, {"label": "C", "text": "Chances of Non Union are more as compared to fracture neck of femur", "correct": false}, {"label": "D", "text": "One year morbidity rate can be reduced by operating within 48 hrs", "correct": true}], "correct_answer": "D. One year morbidity rate can be reduced by operating within 48 hrs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25273411704777312/25273411704777312.m3u8"}, {"text": "Regarding CTEV: A. More common in males and is bilateral B. With ponseti technique correction rate is 90% C. Forefoot is adducted and Supinated D. Equinus should be corrected ?rst", "options": [{"label": "A", "text": "If A, B, C are correct", "correct": true}, {"label": "B", "text": "If A and C are correct", "correct": false}, {"label": "C", "text": "If B and D are correct", "correct": false}, {"label": "D", "text": "If all four (A, B, C and D) are correct", "correct": false}], "correct_answer": "A. If A, B, C are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17927841704777326/17927841704777326.m3u8"}, {"text": "Match the following with shown images:", "options": [{"label": "A", "text": "a-2, b-1, c-4, d-3", "correct": true}, {"label": "B", "text": "a-1, b-2, c-4, d-3", "correct": false}, {"label": "C", "text": "a-4, b-3, c-1, d-2", "correct": false}, {"label": "D", "text": "a-3, b-1, c-2, d-4", "correct": false}], "correct_answer": "A. a-2, b-1, c-4, d-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(394).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75003321704777338/75003321704777338.m3u8"}, {"text": "The following X-ray shows lytic lesions of the lower limb. The biopsy shows fibroblastic proliferation, osteoclast and inflammatory cells. From the given options, the most likely diagnosis that can be inferred from the above clinical picture is:", "options": [{"label": "A", "text": "LCH", "correct": true}, {"label": "B", "text": "Giant cell tumor (GCT)", "correct": false}, {"label": "C", "text": "Chondroblastoma", "correct": false}, {"label": "D", "text": "Tenosynovial GCT", "correct": false}], "correct_answer": "A. LCH", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-26%20at%202_22_16%20PM.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76694491704777354/76694491704777354.m3u8"}, {"text": "Which bone doesn't form wrist joint?", "options": [{"label": "A", "text": "Radius", "correct": false}, {"label": "B", "text": "Ulna", "correct": true}, {"label": "C", "text": "Scaphoid", "correct": false}, {"label": "D", "text": "Triqulateral", "correct": false}], "correct_answer": "B. Ulna", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60280841704777376/60280841704777376.m3u8"}, {"text": "First sign of compartment syndrome?", "options": [{"label": "A", "text": "Numbness and tingling", "correct": false}, {"label": "B", "text": "Pain on Passive stretch of toe", "correct": true}, {"label": "C", "text": "Loss of distal pulse", "correct": false}, {"label": "D", "text": "Mottling", "correct": false}], "correct_answer": "B. Pain on Passive stretch of toe", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16858131704777388/16858131704777388.m3u8"}, {"text": "Normal curvature of lumbar spine", "options": [{"label": "A", "text": "Kyphosis", "correct": false}, {"label": "B", "text": "Lordosis", "correct": true}, {"label": "C", "text": "Recurvatum", "correct": false}, {"label": "D", "text": "Scoliosis", "correct": false}], "correct_answer": "B. Lordosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71467491704777403/71467491704777403.m3u8"}, {"text": "In patellar cluck syndrome hyperplastic scar tissue is present at", "options": [{"label": "A", "text": "Superior pole of patella and impinging on femoral component during flexion", "correct": false}, {"label": "B", "text": "Superior pole of patella and impinging on femoral component during extension", "correct": true}, {"label": "C", "text": "Inferior pole of patella and impinging on femoral component during flexion", "correct": false}, {"label": "D", "text": "Inferior pole of patella and impinging on femoral component during extension", "correct": false}], "correct_answer": "B. Superior pole of patella and impinging on femoral component during extension", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21630271704777419/21630271704777419.m3u8"}, {"text": "A patient with history of low grade fever and discharging sinus. Xray is shown below. Your Diagnosis?", "options": [{"label": "A", "text": "Invoculum", "correct": true}, {"label": "B", "text": "Sequestrum", "correct": false}, {"label": "C", "text": "Cloaca", "correct": false}, {"label": "D", "text": "Woven bone", "correct": false}], "correct_answer": "A. Invoculum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(707).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12793731704777430/12793731704777430.m3u8"}, {"text": "Diagnosis?", "options": [{"label": "A", "text": "Mallet finger", "correct": true}, {"label": "B", "text": "Jersey finger", "correct": false}, {"label": "C", "text": "Swan neck deformity", "correct": false}, {"label": "D", "text": "Avulsion fracture", "correct": false}], "correct_answer": "A. Mallet finger", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(588).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33197651704777445/33197651704777445.m3u8"}, {"text": "Diagnosis on the hip xray?", "options": [{"label": "A", "text": "Coxa magna", "correct": false}, {"label": "B", "text": "Coxa saltans", "correct": false}, {"label": "C", "text": "Coxa valga", "correct": false}, {"label": "D", "text": "Coxa vara", "correct": true}], "correct_answer": "D. Coxa vara", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(541).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27532981704777457/27532981704777457.m3u8"}, {"text": "A patient presented with swelling in the wrist. On radiography the below was found. Your most probable diagnosis?", "options": [{"label": "A", "text": "GCT", "correct": true}, {"label": "B", "text": "Simple Bone cyst", "correct": false}, {"label": "C", "text": "ABC", "correct": false}, {"label": "D", "text": "Ulna fracture", "correct": false}], "correct_answer": "A. GCT", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(534).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11810661704777472/11810661704777472.m3u8"}, {"text": "A 55-years-old male presents with severe backache for 10 days and urinary incontinence with a H/o. Intervertebral lumbar disc prolapse. There is no H/o fever or weight loss. What is the likely diagnosis?", "options": [{"label": "A", "text": "Potts spine", "correct": false}, {"label": "B", "text": "Multiple myeloma", "correct": false}, {"label": "C", "text": "Cauda equina syndrome", "correct": true}, {"label": "D", "text": "Bone metastasis", "correct": false}], "correct_answer": "C. Cauda equina syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70552541704777486/70552541704777486.m3u8"}, {"text": "What is the treatment modality for the following fracture?", "options": [{"label": "A", "text": "Tension band wiring", "correct": true}, {"label": "B", "text": "External fixation", "correct": false}, {"label": "C", "text": "Plating", "correct": false}, {"label": "D", "text": "ORIF", "correct": false}], "correct_answer": "A. Tension band wiring", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(877).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70416741704777503/70416741704777503.m3u8"}, {"text": "A 55 years-old female came with hip flexor contracture. What is the most likely test to be done in this case?", "options": [{"label": "A", "text": "Allens test", "correct": false}, {"label": "B", "text": "Thomas test", "correct": true}, {"label": "C", "text": "Ober test", "correct": false}, {"label": "D", "text": "Trendlenberg test", "correct": false}], "correct_answer": "B. Thomas test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40274201704777521/40274201704777521.m3u8"}, {"text": "A patient of supracondylar humerus fracture is unable to flex interphalangeal joint of the thumb. Which nerve is most likely injured?", "options": [{"label": "A", "text": "Median nerve", "correct": false}, {"label": "B", "text": "Superficial branch of ulnar nerve", "correct": false}, {"label": "C", "text": "AIN", "correct": true}, {"label": "D", "text": "PIN", "correct": false}], "correct_answer": "C. AIN", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17692081704777543/17692081704777543.m3u8"}, {"text": "Which fracture results in the given deformity?", "options": [{"label": "A", "text": "Supracondylar fracture of humerus", "correct": true}, {"label": "B", "text": "Lateral condylar fracture", "correct": false}, {"label": "C", "text": "Olecranon fracture", "correct": false}, {"label": "D", "text": "Radial head fracture", "correct": false}], "correct_answer": "A. Supracondylar fracture of humerus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(366).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55953281704777559/55953281704777559.m3u8"}, {"text": "Match the following structures:", "options": [{"label": "A", "text": "1-d, 2-e, 3-a, 4-b", "correct": false}, {"label": "B", "text": "1-e, 2-b, 3-a, 4-c", "correct": false}, {"label": "C", "text": "1-e, 2-d, 3-a, 4-b", "correct": true}, {"label": "D", "text": "1-e, 2-d, 3-b, 4-c", "correct": false}], "correct_answer": "C. 1-e, 2-d, 3-a, 4-b", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(989).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37301191704777573/37301191704777573.m3u8"}, {"text": "All of the following statements are correct about anterior shoulder dislocation; except:", "options": [{"label": "A", "text": "Recurrent rate is maximum if the patients age less than 20 years", "correct": true}, {"label": "B", "text": "Axillary nerve is most commonly injured", "correct": false}, {"label": "C", "text": "CT scan is preferred for knowing the bony lesion", "correct": false}, {"label": "D", "text": "Anterior shoulder dislocation is most common type", "correct": false}], "correct_answer": "A. Recurrent rate is maximum if the patients age less than 20 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23486071704777586/23486071704777586.m3u8"}, {"text": "The given below instrument is usde for:", "options": [{"label": "A", "text": "For cutting ribs in spinal surgery", "correct": false}, {"label": "B", "text": "For smoothening of the edges in amputation surgery", "correct": false}, {"label": "C", "text": "Used as nibbler and remove ?brous tissue from non-union site", "correct": true}, {"label": "D", "text": "To hold the hard tissues", "correct": false}], "correct_answer": "C. Used as nibbler and remove ?brous tissue from non-union site", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(796).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69305281704777692/69305281704777692.m3u8"}, {"text": "True/False regarding Septic arthritis:- A. Staph aureus is most common organism in young children B. Incision and Drainage done after culture of aspirate and antibiotic for 24 hours C. Kocher’s criteria is used to differentiate from transient synovitis D. Widening of joint space is there", "options": [{"label": "A", "text": "A-T, B-F, C-T, D-T", "correct": true}, {"label": "B", "text": "A-F, B-T, C-F, D-T", "correct": false}, {"label": "C", "text": "A-T, B-F, C-T, D-F", "correct": false}, {"label": "D", "text": "A-T, B-T, C-F, D-F", "correct": false}], "correct_answer": "A. A-T, B-F, C-T, D-T", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41942251704777719/41942251704777719.m3u8"}, {"text": "True regarding fracture shaft of femur is :", "options": [{"label": "A", "text": "More common in elderly", "correct": false}, {"label": "B", "text": "Easily managed with gallows traction in elderly", "correct": false}, {"label": "C", "text": "Associated with pulmonary complications", "correct": false}, {"label": "D", "text": "Intermedullary nailing is gold standard for management", "correct": true}], "correct_answer": "D. Intermedullary nailing is gold standard for management", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68028981704777733/68028981704777733.m3u8"}, {"text": "A 75-years-old female fall in the bathroom. On examination, She has fracture shaft of femur, this occurs due to:", "options": [{"label": "A", "text": "Osteoporosis", "correct": true}, {"label": "B", "text": "Osteopetrosis", "correct": false}, {"label": "C", "text": "Paget’s disease", "correct": false}, {"label": "D", "text": "Metastasis", "correct": false}], "correct_answer": "A. Osteoporosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26098171704777751/26098171704777751.m3u8"}, {"text": "The radiographs given below, what is the management of this case:", "options": [{"label": "A", "text": "Extended curettage with allograft", "correct": true}, {"label": "B", "text": "Bone biopsy", "correct": false}, {"label": "C", "text": "Curettage", "correct": false}, {"label": "D", "text": "Extended curettage with autograft", "correct": false}], "correct_answer": "A. Extended curettage with allograft", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(497).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32286161704777768/32286161704777768.m3u8"}, {"text": "A pt sustained fall from height. He was treated with Cast. After removal he was not able to walk properly and not able to lift leg and kept dragging. Image was given like this Which structure has been a?ected ?", "options": [{"label": "A", "text": "G Medius", "correct": true}, {"label": "B", "text": "Gluteus maximus", "correct": false}, {"label": "C", "text": "Piriformis", "correct": false}, {"label": "D", "text": "Quadriceps femoris", "correct": false}], "correct_answer": "A. G Medius", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(990).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36038021704777783/36038021704777783.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "1-A, 2-B, 3-C, 4-D", "correct": false}, {"label": "B", "text": "3-A, 2-B, 4-C, 1-D", "correct": false}, {"label": "C", "text": "3-A, 1-B, 2-C, 4-D", "correct": false}, {"label": "D", "text": "4-A, 2-B, 3-C, 1-D", "correct": true}], "correct_answer": "D. 4-A, 2-B, 3-C, 1-D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(878).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64108221704777798/64108221704777798.m3u8"}, {"text": "Pt presents with the image attached Most likely nerve injured is", "options": [{"label": "A", "text": "Ulnar N", "correct": true}, {"label": "B", "text": "Median N", "correct": false}, {"label": "C", "text": "Radial N", "correct": false}, {"label": "D", "text": "Musculocutaneous N", "correct": false}], "correct_answer": "A. Ulnar N", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(797).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37547201704777816/37547201704777816.m3u8"}, {"text": "Sequence of Thomas Test A. Squarring of pelvis B. Flexion of hip C. Overcorrection of normal side D. Check / correct lumbar lordosis", "options": [{"label": "A", "text": "D-C-B-A", "correct": false}, {"label": "B", "text": "D-C-B", "correct": false}, {"label": "C", "text": "A-B-C-D", "correct": true}, {"label": "D", "text": "C-D-A-B", "correct": false}], "correct_answer": "C. A-B-C-D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(759).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65128871704777842/65128871704777842.m3u8"}, {"text": "DOC for 60 year old Post menopausal female (diabetic / Hypertensive / Non smoker ) with Colles’ # ( when she was 52 ; 8 years ago) with DEXA < -2.5 is :", "options": [{"label": "A", "text": "Calcium / Vit D", "correct": false}, {"label": "B", "text": "Alendronate", "correct": true}, {"label": "C", "text": "Estrogen / HRT", "correct": false}, {"label": "D", "text": "Repeat DEXA after 3 years", "correct": false}], "correct_answer": "B. Alendronate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49271051704777854/49271051704777854.m3u8"}, {"text": "A pt presented with femur shaft # What all are needed to put tibial skeletal traction ? A. Bohler Braun Splint / Frame B. Bohler stirrup C. Thomas Splint D. Denham’s pin / Durham’s pin E. K wire F. Steinmann’s pin", "options": [{"label": "A", "text": "F-E-D-C", "correct": false}, {"label": "B", "text": "D-A-C-B", "correct": false}, {"label": "C", "text": "A-B-C-D", "correct": false}, {"label": "D", "text": "F-D-B-A", "correct": true}], "correct_answer": "D. F-D-B-A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69927161704777866/69927161704777866.m3u8"}, {"text": "There is nerve injury but nerve sheaths intact. What is the diagnosis", "options": [{"label": "A", "text": "Neurapraxia", "correct": false}, {"label": "B", "text": "Axontmesis", "correct": true}, {"label": "C", "text": "Neurotmesis", "correct": false}, {"label": "D", "text": "Axonapraxia", "correct": false}], "correct_answer": "B. Axontmesis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2739571704777877/2739571704777877.m3u8"}, {"text": "A pt with tibial # on cast presents in ER Cast Removed Pain on passive ?exion DP and PTA + Loss of sensation in 1st web space Next Step ?", "options": [{"label": "A", "text": "Analgesics", "correct": false}, {"label": "B", "text": "Reapply cast", "correct": false}, {"label": "C", "text": "Venous Color Doppler", "correct": false}, {"label": "D", "text": "Measure anterior compartment pressure", "correct": true}], "correct_answer": "D. Measure anterior compartment pressure", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75153191704777889/75153191704777889.m3u8"}, {"text": "Arrange the following in terms of stability (Lowest – Highest) A. uniplanar with one rod B. uniplanar with two rods C. Biplanar D. Ilizarov", "options": [{"label": "A", "text": "A-B-C-D", "correct": true}, {"label": "B", "text": "B-C-D-A", "correct": false}, {"label": "C", "text": "C-D-A-B", "correct": false}, {"label": "D", "text": "D-C-B-A", "correct": false}], "correct_answer": "A. A-B-C-D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-26%20at%203_39_40%20PM.jpeg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8448761704777902/8448761704777902.m3u8"}, {"text": "65 years old postmenopausal female came with persistent backache not responding to conservative treatment. History of heavy weight lifting 4 months back with progressively increasing pain that worsens on walking and starts radiating down her legs within 100 m range of walking, she however feels no pain on climbing up the stairs most probable diagnosis?", "options": [{"label": "A", "text": "Vertebral osteoporotic compression fracture", "correct": false}, {"label": "B", "text": "PIVD", "correct": true}, {"label": "C", "text": "Lumbar canal stenosis", "correct": false}, {"label": "D", "text": "Isthmic spondylolisthesis", "correct": false}], "correct_answer": "B. PIVD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25385241704777915/25385241704777915.m3u8"}, {"text": "Timing of first cast application in CTEV?", "options": [{"label": "A", "text": "1 year of age", "correct": false}, {"label": "B", "text": "3 months of age", "correct": false}, {"label": "C", "text": "2 weeks of age", "correct": true}, {"label": "D", "text": "1-2 years of age", "correct": false}], "correct_answer": "C. 2 weeks of age", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54936871704777928/54936871704777928.m3u8"}, {"text": "Name of the nerve injured?", "options": [{"label": "A", "text": "Sciatic nerve", "correct": false}, {"label": "B", "text": "Common peroneal nerve", "correct": true}, {"label": "C", "text": "Femoral nerve", "correct": false}, {"label": "D", "text": "Tibial nerve", "correct": false}], "correct_answer": "B. Common peroneal nerve", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(798).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48890831704777944/48890831704777944.m3u8"}, {"text": "Patient had difficulty in walking upstairs, when he was made bear weight on right lower limb the left sided pelvis dropped down but when he was standing on left lower limb the right sided pelvis moved up. Lesion?", "options": [{"label": "A", "text": "Right superior gluteal nerve palsy", "correct": true}, {"label": "B", "text": "Left superior gluteal nerve palsy", "correct": false}, {"label": "C", "text": "Right inferior gluteal nerve palsy", "correct": false}, {"label": "D", "text": "Left inferior gluteal nerve palsy", "correct": false}], "correct_answer": "A. Right superior gluteal nerve palsy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(142).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26153291704777956/26153291704777956.m3u8"}, {"text": "First deformity corrected in CTEV?", "options": [{"label": "A", "text": "Cavus", "correct": true}, {"label": "B", "text": "Forefoot adduction", "correct": false}, {"label": "C", "text": "Varus", "correct": false}, {"label": "D", "text": "Equinus", "correct": false}], "correct_answer": "A. Cavus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(708).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41764971704777968/41764971704777968.m3u8"}, {"text": "Injury will result in?", "options": [{"label": "A", "text": "ACL injury", "correct": false}, {"label": "B", "text": "ACL and MEDIAL collateral ligament injury", "correct": false}, {"label": "C", "text": "LATERAL Collateral ligament injury", "correct": true}, {"label": "D", "text": "Medial meniscus injury", "correct": false}], "correct_answer": "C. LATERAL Collateral ligament injury", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(589).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41715641704777982/41715641704777982.m3u8"}, {"text": "Muscle action tested in Trendelenburg?", "options": [{"label": "A", "text": "Abduction", "correct": false}, {"label": "B", "text": "Abduction and internal rotation", "correct": false}, {"label": "C", "text": "Internal rotation and adduction", "correct": false}, {"label": "D", "text": "Abduction and external rotation", "correct": true}], "correct_answer": "D. Abduction and external rotation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60080511704777995/60080511704777995.m3u8"}, {"text": "Child with difficulty in walking. ALP = 1322 IU/L, diagnosis?", "options": [{"label": "A", "text": "Osteomalacia", "correct": false}, {"label": "B", "text": "Osteogenesis imperfecta", "correct": false}, {"label": "C", "text": "Rickets", "correct": true}, {"label": "D", "text": "Pagets disease", "correct": false}], "correct_answer": "C. Rickets", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(498).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2485061704778009/2485061704778009.m3u8"}, {"text": "6 years old sustained fracture lateral condyle of humerus, gradually developed elbow deformity, which of the following are the likely outcomes?", "options": [{"label": "A", "text": "Ape thumb deformity", "correct": false}, {"label": "B", "text": "Pointing index", "correct": false}, {"label": "C", "text": "Kiloh nevin sign", "correct": false}, {"label": "D", "text": "Inability to adduct the fingers", "correct": true}], "correct_answer": "D. Inability to adduct the fingers", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28036841704778024/28036841704778024.m3u8"}, {"text": "Open fracture of femur. Treatment?", "options": [{"label": "A", "text": "Closed reduction and internal fixation", "correct": false}, {"label": "B", "text": "Open reduction and internal fixation", "correct": false}, {"label": "C", "text": "Open reduction and external fixation", "correct": true}, {"label": "D", "text": "Closed reduction and external fixation", "correct": false}], "correct_answer": "C. Open reduction and external fixation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52932231704778038/52932231704778038.m3u8"}, {"text": "Book test is for?", "options": [{"label": "A", "text": "Median nerve", "correct": false}, {"label": "B", "text": "Ulnar nerve", "correct": true}, {"label": "C", "text": "Posterior interosseus nerve", "correct": false}, {"label": "D", "text": "Radial nerve", "correct": false}], "correct_answer": "B. Ulnar nerve", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14_1(84).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36302681704778054/36302681704778054.m3u8"}, {"text": "35 years old male, with knee pain, probable diagnosis?", "options": [{"label": "A", "text": "Chondroblastoma", "correct": false}, {"label": "B", "text": "Osteochondroma", "correct": false}, {"label": "C", "text": "Osteoclastoma", "correct": true}, {"label": "D", "text": "Fibrous dysplasia", "correct": false}], "correct_answer": "C. Osteoclastoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(367).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44051441704778068/44051441704778068.m3u8"}, {"text": "Anterior dislocation of the shoulder is likely to result in the damage of which of the following nerves?", "options": [{"label": "A", "text": "Axillary nerve", "correct": true}, {"label": "B", "text": "Median nerve", "correct": false}, {"label": "C", "text": "Radial nerve", "correct": false}, {"label": "D", "text": "Suprascapular nerve", "correct": false}], "correct_answer": "A. Axillary nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16325241704778081/16325241704778081.m3u8"}, {"text": "Which of the following is false regarding hip dislocation?", "options": [{"label": "A", "text": "Posterior dislocation of hip has flexion and adduction", "correct": false}, {"label": "B", "text": "Vessel injury more common in anterior", "correct": false}, {"label": "C", "text": "Nerve injury more common in anterior", "correct": true}, {"label": "D", "text": "Posterior dislocation is more common than anterior", "correct": false}], "correct_answer": "C. Nerve injury more common in anterior", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21917551704778095/21917551704778095.m3u8"}, {"text": "Most common pattern of Pott’s spine involvement?", "options": [{"label": "A", "text": "Paradiscal", "correct": true}, {"label": "B", "text": "Central", "correct": false}, {"label": "C", "text": "Anterior", "correct": false}, {"label": "D", "text": "Posterior", "correct": false}], "correct_answer": "A. Paradiscal", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-26%20at%204_34_44%20PM.jpeg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "60 years old patient presents with limping gait and left hip pain. What is the likely diagnosis?", "options": [{"label": "A", "text": "TB hip", "correct": false}, {"label": "B", "text": "RA", "correct": false}, {"label": "C", "text": "Ankylosing spondylitis", "correct": false}, {"label": "D", "text": "AVN", "correct": true}], "correct_answer": "D. AVN", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/60(92).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77952701704778110/77952701704778110.m3u8"}, {"text": "A 10 years old child comes with a swelling in the tibial diaphysis, X-ray shows reaction on the surface of the bone, Biopsy of the lesion shows small round cells and MIC2 mutation. What is the likely diagnosis?", "options": [{"label": "A", "text": "Ewing Sarcoma", "correct": true}, {"label": "B", "text": "Clear Cell Osteosarcoma", "correct": false}, {"label": "C", "text": "Neuroectodermal Tumor Metastasis", "correct": false}, {"label": "D", "text": "All", "correct": false}], "correct_answer": "A. Ewing Sarcoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51442301704778124/51442301704778124.m3u8"}, {"text": "Incorrect?", "options": [{"label": "A", "text": "30% malignant transformation", "correct": false}, {"label": "B", "text": "Epiphyseal", "correct": false}, {"label": "C", "text": "Ground glass opacity is diagnostic", "correct": false}, {"label": "D", "text": "Radiotherapy is the treatment", "correct": true}], "correct_answer": "D. Radiotherapy is the treatment", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(519).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21715691704778145/21715691704778145.m3u8"}, {"text": "A 14-year-old male presented with a mushroom-like tumor in the distal femur for the past 2 years. Which of the following features will help the clinician to identify a malignant transformation?", "options": [{"label": "A", "text": "Initially growth of tumor was away from the joint, now tumor growth is towards the joint.", "correct": false}, {"label": "B", "text": "Hyaline cap thickness on MRI is 2cm", "correct": true}, {"label": "C", "text": "Tumor does not have malignant transformation potential", "correct": false}, {"label": "D", "text": "Tumor is in continuation with bone marrow cavity of the normal bone", "correct": false}], "correct_answer": "B. Hyaline cap thickness on MRI is 2cm", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(86).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 14 year old girl presents with multiple swellings and multiple brown rashes. She has increased uptake on bone scan over femur, skull and ribs. Biochemical parameters are abnormal. She also has a history of hypothyroidism. Following is her xray. Which of the following is the likely diagnosis?", "options": [{"label": "A", "text": "Neuroma with bone involvement", "correct": false}, {"label": "B", "text": "Papillary carcinoma of thyroid", "correct": false}, {"label": "C", "text": "McCune Albright syndrome", "correct": true}, {"label": "D", "text": "Langerhans cell histiocytosis", "correct": false}], "correct_answer": "C. McCune Albright syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient came with history of RTA and shaft of femur fracture. Patient was stabilized. After 12 hours, he developed sudden onset breathlessness, confusion and petechial skin rashes over axilla and chest. What is the probable diagnosis?", "options": [{"label": "A", "text": "Fat embolism", "correct": true}, {"label": "B", "text": "Head injury", "correct": false}, {"label": "C", "text": "Blunt trauma to chest", "correct": false}, {"label": "D", "text": "Hemorrhagic shock", "correct": false}], "correct_answer": "A. Fat embolism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient has sustained pelvic fracture in an RTA and is bleeding and in shock. Immediate management of this case should be?", "options": [{"label": "A", "text": "Immediate internal fixation", "correct": false}, {"label": "B", "text": "Immediate external fixation", "correct": false}, {"label": "C", "text": "Give blood transfusion", "correct": false}, {"label": "D", "text": "Tie a bedsheet around the pelvis", "correct": true}], "correct_answer": "D. Tie a bedsheet around the pelvis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 25-year-old man sustained a shoulder injury and presented with swelling of the shoulder. Xray is shown. Which is/are the ligament injured in this case?", "options": [{"label": "A", "text": "Acromioclavicular ligament", "correct": false}, {"label": "B", "text": "Coracoacromial ligament", "correct": false}, {"label": "C", "text": "Coracohumeral ligament", "correct": false}, {"label": "D", "text": "Both acromioclavicular and coracoclavicular ligament", "correct": true}], "correct_answer": "D. Both acromioclavicular and coracoclavicular ligament", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(42).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Hawkins classification used in which fracture:", "options": [{"label": "A", "text": "Navicular", "correct": false}, {"label": "B", "text": "Tibia", "correct": false}, {"label": "C", "text": "Calcaneum", "correct": false}, {"label": "D", "text": "Talus", "correct": true}], "correct_answer": "D. Talus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MRI of the knee lateral view, identify the structure marked", "options": [{"label": "A", "text": "ACL", "correct": false}, {"label": "B", "text": "PCL", "correct": true}, {"label": "C", "text": "Patellar tendon", "correct": false}, {"label": "D", "text": "Medial collateral ligament", "correct": false}], "correct_answer": "B. PCL", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1060).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following fractures does the three point bony relationship is maintained?", "options": [{"label": "A", "text": "Lateral epicondyle", "correct": false}, {"label": "B", "text": "Medial epicondyle", "correct": false}, {"label": "C", "text": "Supracondylar fracture", "correct": true}, {"label": "D", "text": "Elbow dislocation", "correct": false}], "correct_answer": "C. Supracondylar fracture", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True statement about Bankarts lesion in recurrent anterior dislocation of shoulder:", "options": [{"label": "A", "text": "Injury to anterior inferior glenoid labrum", "correct": true}, {"label": "B", "text": "Injury of anterior superior glenoid labrum", "correct": false}, {"label": "C", "text": "Depression in posteroinferior head of humerus", "correct": false}, {"label": "D", "text": "Depression in the posterosuperior part of head of humerus", "correct": false}], "correct_answer": "A. Injury to anterior inferior glenoid labrum", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "C/o symmetric arthritis, involving multiple joints like wrist, hands, feet, bilateral nature.. morning stiffness present. Swollen and tender joints seen-", "options": [{"label": "A", "text": "RA", "correct": true}, {"label": "B", "text": "Psoriatic arthritis", "correct": false}, {"label": "C", "text": "Osteoarthritis", "correct": false}, {"label": "D", "text": "Ank. Spondylitis", "correct": false}], "correct_answer": "A. RA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fracture at the marked site will produce which type of gait abnormality?", "options": [{"label": "A", "text": "Steppage gait", "correct": true}, {"label": "B", "text": "Waddling gait", "correct": false}, {"label": "C", "text": "Antalgic gait", "correct": false}, {"label": "D", "text": "Widened gait", "correct": false}], "correct_answer": "A. Steppage gait", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(245).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Following are the intrinsic muscle associated with foot", "options": [{"label": "A", "text": "Adductor hallucis", "correct": false}, {"label": "B", "text": "Adductor digiti minimi", "correct": true}, {"label": "C", "text": "External digitorum longus", "correct": false}, {"label": "D", "text": "External digitorum brevis", "correct": false}], "correct_answer": "B. Adductor digiti minimi", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mark the false statement out of the following statement", "options": [{"label": "A", "text": "Most common bone fracture in wrist is lunate", "correct": true}, {"label": "B", "text": "Most common bone fracture is scaphoid in wrist", "correct": false}, {"label": "C", "text": "Glass holding cast for fracture Scaphoid", "correct": false}, {"label": "D", "text": "Osteonecrosis happens in navicular bone", "correct": false}], "correct_answer": "A. Most common bone fracture in wrist is lunate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Positive Trendelenberggait indicates involvement of", "options": [{"label": "A", "text": "Gluteus medius", "correct": false}, {"label": "B", "text": "Sciatic nerve", "correct": false}, {"label": "C", "text": "Gluteus minimus", "correct": false}, {"label": "D", "text": "Sup Gluteal Nerve", "correct": true}], "correct_answer": "D. Sup Gluteal Nerve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Osteoporotic fracture is usually seen in :", "options": [{"label": "A", "text": "Vertebra", "correct": true}, {"label": "B", "text": "Glenoid / Humerus", "correct": false}, {"label": "C", "text": "Subtrochaenteric Femur / Mid Shaft Femur", "correct": false}, {"label": "D", "text": "Kuch Bhi ho / It doesn't matter", "correct": false}], "correct_answer": "A. Vertebra", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70995991721471584/70995991721471584.m3u8"}, {"text": "All are true about Ankylosing Spondylitis except :", "options": [{"label": "A", "text": "It happens before 20 and never after 40", "correct": false}, {"label": "B", "text": "There is HLA B27 association", "correct": false}, {"label": "C", "text": "Affects Males More than Females", "correct": false}, {"label": "D", "text": "It is non erosive and scans show widening of joint space / Only joints are affected", "correct": true}, {"label": "E", "text": "There is involvement of Si Joint (OPTIONAL", "correct": false}], "correct_answer": "D. It is non erosive and scans show widening of joint space / Only joints are affected", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66593161721471600/66593161721471600.m3u8"}, {"text": "Young adult presents with pain in the thigh. Scan is shown here. What is the diagnosis?", "options": [{"label": "A", "text": "Osteochondritis", "correct": false}, {"label": "B", "text": "Osteosarcoma", "correct": false}, {"label": "C", "text": "Chronic Osteomyelitis", "correct": true}, {"label": "D", "text": "Osteo--", "correct": false}], "correct_answer": "C. Chronic Osteomyelitis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(744).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51817551721471614/51817551721471614.m3u8"}, {"text": "What is the diagnosis of the following X Ray", "options": [{"label": "A", "text": "Fracture Tibial Condyle", "correct": false}, {"label": "B", "text": "Rheumatoid Arthritis", "correct": false}, {"label": "C", "text": "Patella Fracture", "correct": true}, {"label": "D", "text": "Haemarthrosis", "correct": false}], "correct_answer": "C. Patella Fracture", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1143).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38027831721471632/38027831721471632.m3u8"}, {"text": "If Teriparatide is given in excess, it can carry risk of:", "options": [{"label": "A", "text": "Osteonecrosis of mandible", "correct": false}, {"label": "B", "text": "Osteosarcoma", "correct": true}, {"label": "C", "text": "Subtrochaenteric fracture femur", "correct": false}, {"label": "D", "text": "Net loss of Bone", "correct": false}], "correct_answer": "B. Osteosarcoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40193271721471663/40193271721471663.m3u8"}, {"text": "Which of the following describes / is related to Salter Harris Type 1 Fracture of Physeal Trauma ?", "options": [{"label": "A", "text": "Split of whole epiphysis", "correct": false}, {"label": "B", "text": "Resting Layer involved", "correct": false}, {"label": "C", "text": "Mineralisation Zone", "correct": false}, {"label": "D", "text": "Hypertrophic Zone", "correct": true}], "correct_answer": "D. Hypertrophic Zone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70864861721471680/70864861721471680.m3u8"}, {"text": "24 year old female with Right Proximal one third fracture of femur. What will be the best suited treatment ?", "options": [{"label": "A", "text": "Intramedullary Nails/ Interlocking Nails", "correct": true}, {"label": "B", "text": "Above Knee Cast", "correct": false}, {"label": "C", "text": "Below Knee Cast", "correct": false}, {"label": "D", "text": "Hip Spica (NOT SURE)", "correct": false}], "correct_answer": "A. Intramedullary Nails/ Interlocking Nails", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10627941721471695/10627941721471695.m3u8"}, {"text": "Standard treatment for Intra capsular fracture proximal femur in 75 year old male", "options": [{"label": "A", "text": "Boot and Bar Traction", "correct": false}, {"label": "B", "text": "Russell's Traction", "correct": false}, {"label": "C", "text": "Hemi arthroplasty", "correct": true}, {"label": "D", "text": "Hip Spica", "correct": false}], "correct_answer": "C. Hemi arthroplasty", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26705741721471566/26705741721471566.m3u8"}, {"text": "65 years old postmenopausal female came with persistent backache not responding to conservative treatment. History of heavy weight lifting 4 months back with progressively increasing pain that worsens on walking and starts radiating down her legs within 100 m range of walking, she however feels no pain on climbing up the stairs most probable diagnosis?", "options": [{"label": "A", "text": "Vertebral osteoporotic compression fracture", "correct": false}, {"label": "B", "text": "PIVD", "correct": true}, {"label": "C", "text": "Lumbar canal stenosis", "correct": false}, {"label": "D", "text": "Ischemic spondylolisthesis", "correct": false}], "correct_answer": "B. PIVD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are properties of CTEV Shoes except :", "options": [{"label": "A", "text": "No Heel", "correct": false}, {"label": "B", "text": "Straight Inner Border", "correct": false}, {"label": "C", "text": "Outer Shoe Raise", "correct": false}, {"label": "D", "text": "Inner Shoe Raise", "correct": true}], "correct_answer": "D. Inner Shoe Raise", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "24 year old female with Right Proximal one third fracture of shaft of femur. What will be the best suited treatment ?", "options": [{"label": "A", "text": "Intramedullary Nails/ Interlocking Nails", "correct": true}, {"label": "B", "text": "Above Knee Cast", "correct": false}, {"label": "C", "text": "Below Knee Cast", "correct": false}, {"label": "D", "text": "Hip Spica (NOT SURE)", "correct": false}], "correct_answer": "A. Intramedullary Nails/ Interlocking Nails", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 96 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Psm Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 194</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 194 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Transmission Assessment Survey is done for:", "options": [{"label": "A", "text": "Leishmania", "correct": false}, {"label": "B", "text": "Plasmodium vivax", "correct": false}, {"label": "C", "text": "Plasmodium falciparum", "correct": false}, {"label": "D", "text": "Wucheria bancroft", "correct": true}], "correct_answer": "D. Wucheria bancroft", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which mass vaccination would help during post disaster phase?", "options": [{"label": "A", "text": "Cholera", "correct": false}, {"label": "B", "text": "Measles", "correct": true}, {"label": "C", "text": "Typhoid", "correct": false}, {"label": "D", "text": "Tetanus", "correct": false}], "correct_answer": "B. Measles", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Disease not caused by vector in this image is: 1. Kala azar 2. Babesiosis 3. Chandipura encephalitis 4. KFD 5. Oriental sore", "options": [{"label": "A", "text": "All 5 are correct", "correct": false}, {"label": "B", "text": "Option 1 & 3 are correct", "correct": false}, {"label": "C", "text": "Option 2 & 4 are correct", "correct": true}, {"label": "D", "text": "Option 1, 3, 5 are correct", "correct": false}], "correct_answer": "C. Option 2 & 4 are correct", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-04-02%20at%2017_24_06(1).jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Intensified malaria control under the national framework for malaria elimination is defined as:", "options": [{"label": "A", "text": "States with API > 1", "correct": true}, {"label": "B", "text": "Zero incidence of malaria", "correct": false}, {"label": "C", "text": "No longer a health problem", "correct": false}, {"label": "D", "text": "3 consecutive years no local transmission in the state", "correct": false}], "correct_answer": "A. States with API > 1", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1086).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not true for influenza?", "options": [{"label": "A", "text": "Virus shedding present before the patient presents with symptoms", "correct": false}, {"label": "B", "text": "More mortality in elderly", "correct": false}, {"label": "C", "text": "Incubation period :2 weeks", "correct": true}, {"label": "D", "text": "Aquatic birds are reservoirs", "correct": false}], "correct_answer": "C. Incubation period :2 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47353121695910218/47353121695910218.m3u8"}, {"text": "A 5-years-old boy presents to the hospital with bleeding wound from bite of his pet dog which was fully vaccinated. He previously had completed anti rabies immunization 1year before. What post exposure prophylaxis against rabies is recommended for the patient now?", "options": [{"label": "A", "text": "No ARV required", "correct": false}, {"label": "B", "text": "2 doses on day 0 and 3", "correct": true}, {"label": "C", "text": "Single site 4 doses on day 0,3 7 and 28", "correct": false}, {"label": "D", "text": "Rig and 4 doses regime", "correct": false}], "correct_answer": "B. 2 doses on day 0 and 3", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-04-02%20at%2017_25_13.jpeg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71090531695879984/71090531695879984.m3u8"}, {"text": "All are true regarding rabies except:", "options": [{"label": "A", "text": "Not given Ig after 7days of 1st dose", "correct": true}, {"label": "B", "text": "Maximum dose near deltoid", "correct": false}, {"label": "C", "text": "Dose of human Ig20 IU/kg", "correct": false}, {"label": "D", "text": "If human Ig not available then equine may be used", "correct": false}], "correct_answer": "A. Not given Ig after 7days of 1st dose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is transmitted by vector shown in the figure?", "options": [{"label": "A", "text": "KFD Virus", "correct": false}, {"label": "B", "text": "Chandipura virus", "correct": false}, {"label": "C", "text": "Orientia tsutsugamushi", "correct": true}, {"label": "D", "text": "Anaplasmaphagocytophlia", "correct": false}], "correct_answer": "C. Orientia tsutsugamushi", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-04-02%20at%2017_25_29.jpeg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHO recommended mass drug administration is indicated for all except:", "options": [{"label": "A", "text": "Lymphatic Filariasis", "correct": false}, {"label": "B", "text": "Vit A deficiency", "correct": true}, {"label": "C", "text": "Worm Infestation", "correct": false}, {"label": "D", "text": "Scabies", "correct": false}], "correct_answer": "B. Vit A deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Pneumococcal vaccine will be most beneficial for which of the following groups:", "options": [{"label": "A", "text": "Cystic fibrosis patient", "correct": false}, {"label": "B", "text": "Sickle cell anemia", "correct": true}, {"label": "C", "text": "Recurrent otitis and sinusitis", "correct": false}, {"label": "D", "text": "Child less than 2 years", "correct": false}], "correct_answer": "B. Sickle cell anemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not vector index :", "options": [{"label": "A", "text": "Man biting rate", "correct": false}, {"label": "B", "text": "Inoculation rate", "correct": false}, {"label": "C", "text": "Slide positive rate", "correct": true}, {"label": "D", "text": "Human blood index", "correct": false}], "correct_answer": "C. Slide positive rate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Virus which has endogenous transmission in India :", "options": [{"label": "A", "text": "Hendra virus", "correct": false}, {"label": "B", "text": "Yellow virus", "correct": false}, {"label": "C", "text": "Ebola", "correct": false}, {"label": "D", "text": "CCHF", "correct": true}], "correct_answer": "D. CCHF", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Treatment of choice for a patient with rk39+ report :", "options": [{"label": "A", "text": "SSG", "correct": false}, {"label": "B", "text": "Amphotericin B", "correct": true}, {"label": "C", "text": "Flucanozole", "correct": false}, {"label": "D", "text": "Miltefosine", "correct": false}], "correct_answer": "B. Amphotericin B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What should be done ideally for a child born to HIV positive mother on ART:", "options": [{"label": "A", "text": "Exclusively breast fed and nevirapine if Hiv +", "correct": false}, {"label": "B", "text": "Formula feed and nevirapine if hiv +", "correct": false}, {"label": "C", "text": "Formula feed and nevirapine irrespective of HIV status", "correct": true}, {"label": "D", "text": "Formula feed and no need of nevirapine , testing at 0,6 weeks", "correct": false}], "correct_answer": "C. Formula feed and nevirapine irrespective of HIV status", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For starting Chemoprophylaxis in leprosy which requirements/conditions should be met (multiple correct) – A. Age should be < 2 yrs B. Living with patient for > 6 months C. Close contact for >20 hrs per week D. Sharing same clothes, towels, etc", "options": [{"label": "A", "text": "A and C", "correct": false}, {"label": "B", "text": "B and D", "correct": false}, {"label": "C", "text": "A and B", "correct": false}, {"label": "D", "text": "B and C", "correct": true}], "correct_answer": "D. B and C", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)B and C</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is true regarding prophylaxis in HIV?", "options": [{"label": "A", "text": "Cd4>350 on 2 occasion 6 mnths apart : Discontinue pcp", "correct": false}, {"label": "B", "text": "Cd4<50 give MAC prophylaxis", "correct": false}, {"label": "C", "text": "Cd4<150 give cryptococcal prophylaxis", "correct": false}, {"label": "D", "text": "Cd4<200 Start pcp Prophylaxis", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Pre transfusion screening in India is recommended for all except :", "options": [{"label": "A", "text": "HIV", "correct": false}, {"label": "B", "text": "HBV", "correct": false}, {"label": "C", "text": "Malaria", "correct": false}, {"label": "D", "text": "Dengue", "correct": true}], "correct_answer": "D. Dengue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following regarding lifecycle of JE: A: Culex I : Amplifier host B: Pig II: incidental dead end host C : Man III: Vector", "options": [{"label": "A", "text": "A-I, B-II, C-III", "correct": false}, {"label": "B", "text": "A-III, B-I, C-II", "correct": true}, {"label": "C", "text": "A-III, B-II, C-I", "correct": false}, {"label": "D", "text": "A-II, B-I, C-III", "correct": false}], "correct_answer": "B. A-III, B-I, C-II", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Once clinically manifested, which of the following disease has the highest mortality?", "options": [{"label": "A", "text": "Zika", "correct": false}, {"label": "B", "text": "Ebola", "correct": false}, {"label": "C", "text": "Rabies", "correct": true}, {"label": "D", "text": "Nipah", "correct": false}], "correct_answer": "C. Rabies", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is not included in SAFE strategy for trachoma :", "options": [{"label": "A", "text": "Surgery for trichiasis", "correct": false}, {"label": "B", "text": "Antibiotic", "correct": false}, {"label": "C", "text": "Facial cleaning", "correct": false}, {"label": "D", "text": "Evaluation of trachoma control", "correct": true}], "correct_answer": "D. Evaluation of trachoma control", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Management of HIV TB coinfection if diagnosed together :", "options": [{"label": "A", "text": "Start ATT and ART simultaneously", "correct": false}, {"label": "B", "text": "Start ATT followed by ART after 2 weeks", "correct": true}, {"label": "C", "text": "Start ART followed by ATT after 2 weeks", "correct": false}, {"label": "D", "text": "Start ART if CD4 count is less than 200", "correct": false}], "correct_answer": "B. Start ATT followed by ART after 2 weeks", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following vaccine is associated with intussusception :", "options": [{"label": "A", "text": "Influenza vaccine", "correct": false}, {"label": "B", "text": "Pentavalent vaccine", "correct": false}, {"label": "C", "text": "PCV", "correct": false}, {"label": "D", "text": "Rotavac", "correct": true}], "correct_answer": "D. Rotavac", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a specific protection method under primary prevention?", "options": [{"label": "A", "text": "Ribavirin to close contact meningitis patient", "correct": false}, {"label": "B", "text": "Health education about hand washing", "correct": true}, {"label": "C", "text": "Giving Pentavalent vaccination to children", "correct": false}, {"label": "D", "text": "Addition of iron rich supplements", "correct": false}], "correct_answer": "B. Health education about hand washing", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(974).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56915081704958235/56915081704958235.m3u8"}, {"text": "Point ‘C’ indicates:", "options": [{"label": "A", "text": "Exposure time", "correct": false}, {"label": "B", "text": "Time of pathological changes", "correct": false}, {"label": "C", "text": "Onset of symptoms", "correct": true}, {"label": "D", "text": "Usual time of diagnosis", "correct": false}], "correct_answer": "C. Onset of symptoms", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(867).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(138).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13834551704958254/13834551704958254.m3u8"}, {"text": "HDI components are:", "options": [{"label": "A", "text": "Life expectancy at birth, Literacy, Standard of living", "correct": true}, {"label": "B", "text": "Life expectancy at birth, IMR, Literacy", "correct": false}, {"label": "C", "text": "IMR, Decent living standard, Knowledge", "correct": false}, {"label": "D", "text": "Life expectancy at age 1", "correct": false}], "correct_answer": "A. Life expectancy at birth, Literacy, Standard of living", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(139).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/479601704958287/479601704958287.m3u8"}, {"text": "False regarding incidence?", "options": [{"label": "A", "text": "Indicator of morbidity", "correct": false}, {"label": "B", "text": "Can be calculated in case control studies", "correct": true}, {"label": "C", "text": "Depends upon active cases", "correct": false}], "correct_answer": "B. Can be calculated in case control studies", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(140).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74258971704958328/74258971704958328.m3u8"}, {"text": "False statement(s) regarding advantages of case control study include? 1. Suitable for rare diseases 2. Multiple causes can be studied 3. Time consuming 4. Requires large sample 5. Less bias", "options": [{"label": "A", "text": "1-T, 2-T, 3-F, 4-F, 5-F", "correct": true}, {"label": "B", "text": "1-F, 2-T, 3-F, 4-F, 5-F", "correct": false}, {"label": "C", "text": "1-T, 2-F, 3-F, 4-T, 5-F", "correct": false}, {"label": "D", "text": "1-T, 2-T, 3-F, 4-T, 5-F", "correct": false}], "correct_answer": "A. 1-T, 2-T, 3-F, 4-F, 5-F", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(145).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43903121704958346/43903121704958346.m3u8"}, {"text": "Which of following is true for study designs?", "options": [{"label": "A", "text": "Risk ratio calculation from case control", "correct": false}, {"label": "B", "text": "Rare disease studied in case control", "correct": true}, {"label": "C", "text": "Risk ratio and odds ratio from cohort", "correct": false}], "correct_answer": "B. Rare disease studied in case control", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47489871704958387/47489871704958387.m3u8"}, {"text": "The cure rate in control group of a study was 20% and cure rate in treatment group was 25 %. What shall be the number needed to treat?", "options": [{"label": "A", "text": "4", "correct": false}, {"label": "B", "text": "5", "correct": false}, {"label": "C", "text": "20", "correct": true}, {"label": "D", "text": "25", "correct": false}], "correct_answer": "C. 20", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_1(96).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49493341704958487/49493341704958487.m3u8"}, {"text": "In a study with an old treatment there were reported 36 deaths ( treatment failures) out of sample of 120. With a new treatment 26 deaths (treatment failures) were reported from a sample size of 130. How many patients should be treated to avert one death?", "options": [{"label": "A", "text": "100", "correct": false}, {"label": "B", "text": "10", "correct": true}, {"label": "C", "text": "250", "correct": false}, {"label": "D", "text": "160", "correct": false}], "correct_answer": "B. 10", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(117).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1796831704958537/1796831704958537.m3u8"}, {"text": "Out of 200 given prophylactic antibiotics 10 developed VAP and out of 200 given placebo 15 develop VAP. Which is incorrect? A. NNT = 167 B. OR = 0.65 C. ARR = 0.005 D. RR = 0.67", "options": [{"label": "A", "text": "A, C", "correct": true}, {"label": "B", "text": "B, D", "correct": false}, {"label": "C", "text": "C, D", "correct": false}, {"label": "D", "text": "A, D", "correct": false}], "correct_answer": "A. A, C", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8_1(107).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36725971704958553/36725971704958553.m3u8"}, {"text": "Confounding can be decreased by: 1. Matching 2. Randomization 3. Random selection 4. Restriction", "options": [{"label": "A", "text": "All are correct", "correct": true}, {"label": "B", "text": "1,2,3 are correct", "correct": false}, {"label": "C", "text": "1, 4 are correct", "correct": false}, {"label": "D", "text": "All are wrong", "correct": false}], "correct_answer": "A. All are correct", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9_1(128).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78776201704958572/78776201704958572.m3u8"}, {"text": "Confounding factors can be eliminated by all except:", "options": [{"label": "A", "text": "Matching", "correct": false}, {"label": "B", "text": "Randomization", "correct": false}, {"label": "C", "text": "Blinding", "correct": true}, {"label": "D", "text": "Stratification", "correct": false}], "correct_answer": "C. Blinding", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57081911704958585/57081911704958585.m3u8"}, {"text": "Study design of choice for testing circadian variation of fat content in expressed breast milk of mothers of preterm infant:", "options": [{"label": "A", "text": "Case control", "correct": false}, {"label": "B", "text": "Prospective cohort", "correct": true}, {"label": "C", "text": "Ambispective cohort", "correct": false}, {"label": "D", "text": "Cross sectional", "correct": false}], "correct_answer": "B. Prospective cohort", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51062341704958598/51062341704958598.m3u8"}, {"text": "True about double blinding is?", "options": [{"label": "A", "text": "To prevent observer, subject and analyst bias", "correct": false}, {"label": "B", "text": "To ensure the treatment and placebo groups are comparable and placebo effect is not exaggerated", "correct": false}, {"label": "C", "text": "It does not affect observer bias", "correct": false}, {"label": "D", "text": "Ideal way of blinding", "correct": true}], "correct_answer": "D. Ideal way of blinding", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10_1(100).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62369831704958617/62369831704958617.m3u8"}, {"text": "Double blinding true statement is: A. Trial subject is blind B. Study monitor is blind C. Investigator is blind D. Lab Technician is blind E. Ethics members are blinded", "options": [{"label": "A", "text": "A, C", "correct": true}, {"label": "B", "text": "C, D", "correct": false}, {"label": "C", "text": "A, D", "correct": false}, {"label": "D", "text": "B, C", "correct": false}], "correct_answer": "A. A, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66108651704958630/66108651704958630.m3u8"}, {"text": "Case is his own control in:", "options": [{"label": "A", "text": "Prospective cohort", "correct": false}, {"label": "B", "text": "Retrospective cohort", "correct": false}, {"label": "C", "text": "Case cross over", "correct": true}, {"label": "D", "text": "Case cohort", "correct": false}], "correct_answer": "C. Case cross over", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12_1(77).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36442621704958648/36442621704958648.m3u8"}, {"text": "Regarding equivalence margin graph consider following statements I. ‘A’ represents superiority of new treatment II. ‘I’ represents inferiority of new treatment III. ‘E’ represents non inferiority treatment IV. ‘C’ is inconclusive Which of the statements are correct?", "options": [{"label": "A", "text": "1, 2 only", "correct": false}, {"label": "B", "text": "1, 2, 3 only", "correct": true}, {"label": "C", "text": "1, 2, 3, 4", "correct": false}, {"label": "D", "text": "4 only", "correct": false}], "correct_answer": "B. 1, 2, 3 only", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(338).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16_1(78).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39093771704958743/39093771704958743.m3u8"}, {"text": "If mortality reduced by a drug but didn't cure the disease then what will happen?", "options": [{"label": "A", "text": "Prevalence Increase", "correct": true}, {"label": "B", "text": "Prevalence decrease", "correct": false}, {"label": "C", "text": "Incidence increase", "correct": false}, {"label": "D", "text": "Incidence decreases", "correct": false}], "correct_answer": "A. Prevalence Increase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21801451704958760/21801451704958760.m3u8"}, {"text": "Meta analysis does not involve", "options": [{"label": "A", "text": "Selection", "correct": false}, {"label": "B", "text": "Abstraction", "correct": false}, {"label": "C", "text": "Analysis", "correct": false}, {"label": "D", "text": "Randomization", "correct": true}], "correct_answer": "D. Randomization", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11061021704958777/11061021704958777.m3u8"}, {"text": "Best study to assess strength of association is given by:", "options": [{"label": "A", "text": "Cohort", "correct": true}, {"label": "B", "text": "Case control", "correct": false}, {"label": "C", "text": "Cross sectional study", "correct": false}, {"label": "D", "text": "Ecological study", "correct": false}], "correct_answer": "A. Cohort", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18_1(78).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35877211704958795/35877211704958795.m3u8"}, {"text": "Steps in case control study are: 1. Matching 2. Follow up 3. Allocation 4. Inference of result", "options": [{"label": "A", "text": "2, 3", "correct": false}, {"label": "B", "text": "1, 2, 3, 4", "correct": false}, {"label": "C", "text": "1, 4", "correct": true}, {"label": "D", "text": "2, 3, 4", "correct": false}], "correct_answer": "C. 1, 4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61227441704958810/61227441704958810.m3u8"}, {"text": "External validity which is true?", "options": [{"label": "A", "text": "Replaceability", "correct": false}, {"label": "B", "text": "Causality", "correct": false}, {"label": "C", "text": "Generalization", "correct": true}, {"label": "D", "text": "Objectivity", "correct": false}], "correct_answer": "C. Generalization", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21_1(74).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67418751704958829/67418751704958829.m3u8"}, {"text": "Standardised age mortality ratio is an indicator for all except:", "options": [{"label": "A", "text": "Death rate of a population adjusted to a standard age distribution", "correct": false}, {"label": "B", "text": "Death rate of a population adjusted to a standard sex distribution", "correct": true}, {"label": "C", "text": "To eliminate age structure of different countries", "correct": false}, {"label": "D", "text": "To remove bias due to different age group population in different regions", "correct": false}], "correct_answer": "B. Death rate of a population adjusted to a standard sex distribution", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22_1(45).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11414361704958844/11414361704958844.m3u8"}, {"text": "If a new screening strategy identifies more cases of a cancer Z; however, there is no change in duration of treatment; there will be increase in cases of Z in 1st year but CFR will be:", "options": [{"label": "A", "text": "Increased", "correct": true}, {"label": "B", "text": "Decreased", "correct": false}, {"label": "C", "text": "Remain constant", "correct": false}, {"label": "D", "text": "Can’t comment", "correct": false}], "correct_answer": "A. Increased", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20811021704958860/20811021704958860.m3u8"}, {"text": "A 22 year old patient had unprotected sex. He went to doctor for counselling. Doctor suggested him that a primary test for HIV will be done and if it comes positive then another diagnostic test has to be done. The primary screening test should have high?", "options": [{"label": "A", "text": "PPV", "correct": false}, {"label": "B", "text": "NPV", "correct": false}, {"label": "C", "text": "Sensitivity", "correct": true}, {"label": "D", "text": "Specificity", "correct": false}, {"label": "E", "text": "Prevalence", "correct": false}], "correct_answer": "C. Sensitivity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6656631704958873/6656631704958873.m3u8"}, {"text": "Back pain patients were examined for disc protrusion on CT scan. The results are tabulated as follow. What is the likelihood ratio:", "options": [{"label": "A", "text": "0.5", "correct": false}, {"label": "B", "text": "1", "correct": false}, {"label": "C", "text": "1.5", "correct": true}, {"label": "D", "text": "2", "correct": false}], "correct_answer": "C. 1.5", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24_1(55).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/26_1(33).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42044371704958894/42044371704958894.m3u8"}, {"text": "True about Receiver operator characteristic [ROC] curve:", "options": [{"label": "A", "text": "Between specificity and [1-sensitivity]", "correct": false}, {"label": "B", "text": "Equivalent to likelihood ratio for a negative result", "correct": false}, {"label": "C", "text": "Used to determine a cut-off point", "correct": true}, {"label": "D", "text": "Straight line at 45° represent Good results", "correct": false}], "correct_answer": "C. Used to determine a cut-off point", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(222).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57703551704958922/57703551704958922.m3u8"}, {"text": "Test in series is done. What happens to sensitivity and specificity?", "options": [{"label": "A", "text": "Both increase", "correct": false}, {"label": "B", "text": "Both decrease", "correct": false}, {"label": "C", "text": "Sn increase & Sp decrease", "correct": false}, {"label": "D", "text": "Sn decrease & Sp increase", "correct": true}], "correct_answer": "D. Sn decrease & Sp increase", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27_1(33).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48993761704958936/48993761704958936.m3u8"}, {"text": "Which among the following is most affected by prevalence?", "options": [{"label": "A", "text": "Sensitivity", "correct": false}, {"label": "B", "text": "Specificity", "correct": false}, {"label": "C", "text": "Positive predictive value", "correct": true}, {"label": "D", "text": "Likelihood ratios", "correct": false}], "correct_answer": "C. Positive predictive value", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70881711704958949/70881711704958949.m3u8"}, {"text": "Correct statement among following is:", "options": [{"label": "A", "text": "Sensitivity depends on prevalence", "correct": false}, {"label": "B", "text": "Specificity depends on prevalence", "correct": false}, {"label": "C", "text": "In a population, if test shows more positive value in sensitivity, then there is lesser chance of people having disease", "correct": false}, {"label": "D", "text": "PPV depends on prevalence", "correct": true}], "correct_answer": "D. PPV depends on prevalence", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21782431704958963/21782431704958963.m3u8"}, {"text": "Calculate PPV. Sn = 50%; Sp = 90%; p = 20%. Total population is 1000.", "options": [{"label": "A", "text": "56%", "correct": true}, {"label": "B", "text": "72%", "correct": false}, {"label": "C", "text": "90%", "correct": false}], "correct_answer": "A. 56%", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31_.jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60974851704958976/60974851704958976.m3u8"}, {"text": "For Screening of cancers – false statement is (Multiple response type)", "options": [{"label": "A", "text": "1 only", "correct": false}, {"label": "B", "text": "1,2", "correct": false}, {"label": "C", "text": "1,4", "correct": true}, {"label": "D", "text": "2,4", "correct": false}], "correct_answer": "C. 1,4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32(152).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32_1(30).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10284351704958995/10284351704958995.m3u8"}, {"text": "Under National Health Mission which committee makes plan for village health?", "options": [{"label": "A", "text": "Panchayat health committee (PHC)", "correct": false}, {"label": "B", "text": "Village health planning and management committee (VHPMC)", "correct": false}, {"label": "C", "text": "Village health sanitation and nutrition committee (VHSNC)", "correct": true}, {"label": "D", "text": "Rogikalyan Samiti", "correct": false}], "correct_answer": "C. Village health sanitation and nutrition committee (VHSNC)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16424091704959013/16424091704959013.m3u8"}, {"text": "Better labour room practises is covered under:", "options": [{"label": "A", "text": "JSSK", "correct": false}, {"label": "B", "text": "Laqshya", "correct": true}, {"label": "C", "text": "PMSMY", "correct": false}, {"label": "D", "text": "Ayushmann bharat", "correct": false}], "correct_answer": "B. Laqshya", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43027491704959028/43027491704959028.m3u8"}, {"text": "IDSP question false statement is:", "options": [{"label": "A", "text": "HIV is covered under IDSP", "correct": false}, {"label": "B", "text": "TB is not a part of IDSP", "correct": true}, {"label": "C", "text": "Flaccid paralysis is under sentinel surveillance", "correct": false}, {"label": "D", "text": "P form fill by physician", "correct": false}, {"label": "E", "text": "Active surveillance", "correct": false}], "correct_answer": "B. TB is not a part of IDSP", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/33_1(37).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77417111704959049/77417111704959049.m3u8"}, {"text": "Anaemia mukt bharat for young girl:", "options": [{"label": "A", "text": "Weekly dose of 60 mg iron & 500 ug folic acid", "correct": true}, {"label": "B", "text": "Daily dose of 60 mg iron & 500 ug folic acid", "correct": false}, {"label": "C", "text": "Weekly dose of 100 mg iron & 500 ug folic acid", "correct": false}, {"label": "D", "text": "Daily dose of 100 mg iron & 500 ug folic acid", "correct": false}], "correct_answer": "A. Weekly dose of 60 mg iron & 500 ug folic acid", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/37_1(34).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58435091704959067/58435091704959067.m3u8"}, {"text": "You are a medical officer at PHC. What will be your advice regarding economical method of mass drug administration?", "options": [{"label": "A", "text": "Ferrous fumarate + Vitamin C + Zinc", "correct": true}, {"label": "B", "text": "Ferrous sulfate", "correct": false}, {"label": "C", "text": "Intravenous Iron", "correct": false}, {"label": "D", "text": "Ferric hydroxide polymaltose complex", "correct": false}], "correct_answer": "A. Ferrous fumarate + Vitamin C + Zinc", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65577331704959081/65577331704959081.m3u8"}, {"text": "Under RBSK which dis doesn’t come under screening at birth?", "options": [{"label": "A", "text": "Congenital cataract", "correct": false}, {"label": "B", "text": "Congenital glaucoma", "correct": true}, {"label": "C", "text": "Vitamin A deficiency", "correct": false}, {"label": "D", "text": "ROP", "correct": false}], "correct_answer": "B. Congenital glaucoma", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34_1(34).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64657111704959099/64657111704959099.m3u8"}, {"text": "Which of the following are key features of KMC?", "options": [{"label": "A", "text": "Skin to skin contact, Exclusive breast feeding (EBF), Prevention of infection", "correct": false}, {"label": "B", "text": "Skin to skin contact, EBF, Early discharge", "correct": false}, {"label": "C", "text": "Skin to skin contact, Prevention of infection, Early discharge, support to family and mother", "correct": true}, {"label": "D", "text": "Skin to skin contact,", "correct": false}], "correct_answer": "C. Skin to skin contact, Prevention of infection, Early discharge, support to family and mother", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32895561704959115/32895561704959115.m3u8"}, {"text": "Which of the following is true regarding Maternal mortality ratio?", "options": [{"label": "A", "text": "Number of maternal deaths per 10000 live births", "correct": false}, {"label": "B", "text": "Number of maternal deaths per 100000 live births", "correct": true}, {"label": "C", "text": "Number of maternal deaths per 10000 pregnancies", "correct": false}, {"label": "D", "text": "Number of maternal deaths per 100000 pregnancies", "correct": false}], "correct_answer": "B. Number of maternal deaths per 100000 live births", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/41_1(33).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55694971704959130/55694971704959130.m3u8"}, {"text": "You went to a sub center as part of an audit. How many infants should be registered with a health worker working there?", "options": [{"label": "A", "text": "50", "correct": false}, {"label": "B", "text": "100", "correct": true}, {"label": "C", "text": "150", "correct": false}, {"label": "D", "text": "200", "correct": false}], "correct_answer": "B. 100", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31744391704959145/31744391704959145.m3u8"}, {"text": "In a town of 20000 population, total 456 births were there in a year out of which 56 were dead born. Total deaths were 247 out of which 56 deaths were within 1st 28 day of life & another 34 had died after 28 day & before completing the 1st birthday. Calculate IMR of area:", "options": [{"label": "A", "text": "225", "correct": true}, {"label": "B", "text": "197", "correct": false}, {"label": "C", "text": "392", "correct": false}, {"label": "D", "text": "344", "correct": false}], "correct_answer": "A. 225", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/45_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69913001704959164/69913001704959164.m3u8"}, {"text": "What is the numerator in perinatal mortality for international comparisons?", "options": [{"label": "A", "text": "Post neonatal period death", "correct": false}, {"label": "B", "text": "Late fetal and Early neonatal death of fetus > 1000 g", "correct": true}, {"label": "C", "text": "Abortion after 16 weeks", "correct": false}, {"label": "D", "text": "Still birth < 500 g", "correct": false}], "correct_answer": "B. Late fetal and Early neonatal death of fetus > 1000 g", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46_1(41).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21005611704959179/21005611704959179.m3u8"}, {"text": "Sequential arrangement question. Consider following causes of death in 1- 4-year-old children in India. 1. Diarrhoea 2. Injury 3. Malaria 4. Pneumonia Arrange in decreasing order:", "options": [{"label": "A", "text": "1>2>3>4", "correct": false}, {"label": "B", "text": "2>3>4>1", "correct": false}, {"label": "C", "text": "2> 4>1>3", "correct": true}, {"label": "D", "text": "2> 1>4>3", "correct": false}], "correct_answer": "C. 2> 4>1>3", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47_1(26).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20772341704959198/20772341704959198.m3u8"}, {"text": "Causes of neonatal mortality arrange from most to least important 1. Prematurity 2. Birth asphyxia 3. Sepsis 4. Congenital anomalies", "options": [{"label": "A", "text": "1 3 2 4", "correct": false}, {"label": "B", "text": "2 1 3 4", "correct": false}, {"label": "C", "text": "3 4 2 1", "correct": false}, {"label": "D", "text": "1 2 3 4", "correct": true}], "correct_answer": "D. 1 2 3 4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Failure rate per 100 women years of exposure is denoted by?", "options": [{"label": "A", "text": "Pearl index", "correct": true}, {"label": "B", "text": "Quetlet index", "correct": false}, {"label": "C", "text": "Brocas index", "correct": false}, {"label": "D", "text": "Soiling index", "correct": false}], "correct_answer": "A. Pearl index", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49_1(32).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19989211704959211/19989211704959211.m3u8"}, {"text": "Mid-day meal, Protein & carbs of how much total daily requirement?", "options": [{"label": "A", "text": "1/2 protein and ½ calorie", "correct": false}, {"label": "B", "text": "1/3 protein and 1/2 calorie", "correct": false}, {"label": "C", "text": "1/3 calorie and 1/2 protein", "correct": true}, {"label": "D", "text": "1/3 calorie and 1/3 protein", "correct": false}], "correct_answer": "C. 1/3 calorie and 1/2 protein", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44096891704959224/44096891704959224.m3u8"}, {"text": "For a reference Indian female true is:", "options": [{"label": "A", "text": "Weight = 55 kg", "correct": true}, {"label": "B", "text": "BMI = 1.73m 2", "correct": false}, {"label": "C", "text": "Works for 10 hours/ day", "correct": false}, {"label": "D", "text": "Age: 18- 25 years", "correct": false}], "correct_answer": "A. Weight = 55 kg", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52_1(28).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30855581704959239/30855581704959239.m3u8"}, {"text": "Among following nutrients, lactating mother needs more of as compared to pregnant female (MA type): A. Calcium B. Iron C. Vitamin A D. Folic acid", "options": [{"label": "A", "text": "A, C", "correct": true}, {"label": "B", "text": "B, C", "correct": false}, {"label": "C", "text": "C, D", "correct": false}, {"label": "D", "text": "A, D", "correct": false}], "correct_answer": "A. A, C", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/53_1(35).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1669861704959251/1669861704959251.m3u8"}, {"text": "India is diverse country with various culture and language, what measure u will do for effective patient doc communication? (Multiple answer question type) 1. Doctor must emphasize communication 2. Let communication be handled by interpreter 3. Doctor must understand the cultural pattern 4. Doctor should treat the patient regardless of the patients’ perceptions", "options": [{"label": "A", "text": "A, C", "correct": true}, {"label": "B", "text": "B, D", "correct": false}, {"label": "C", "text": "C, D", "correct": false}, {"label": "D", "text": "A, B", "correct": false}], "correct_answer": "A. A, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21690081704959264/21690081704959264.m3u8"}, {"text": "Recommended residual chlorine in drinking water should be:", "options": [{"label": "A", "text": "0.5 PPM", "correct": true}, {"label": "B", "text": "1 PPM", "correct": false}, {"label": "C", "text": "2 PPM", "correct": false}, {"label": "D", "text": "4 PPM", "correct": false}], "correct_answer": "A. 0.5 PPM", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/57(88).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69277541704959278/69277541704959278.m3u8"}, {"text": "Dose of DDT to control fleas (gm/ m 2 ):", "options": [{"label": "A", "text": "0.5", "correct": false}, {"label": "B", "text": "1", "correct": false}, {"label": "C", "text": "2", "correct": true}, {"label": "D", "text": "10", "correct": false}], "correct_answer": "C. 2", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/56_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64735891704959290/64735891704959290.m3u8"}, {"text": "Assertion: Malathion used in dengue control as ant-adult in ULV fogging Reason: Malathion has residual effect as an insecticide", "options": [{"label": "A", "text": "Both assertion and reasons are independently true/correct statements, and the reason is the correct explanation for the assertion", "correct": true}, {"label": "B", "text": "Both assertion and reasons are independently true/correct statements, but the reason is not the correct explanation for the assertion", "correct": false}, {"label": "C", "text": "Assertion is independently a true/correct statement, but the reasons is independently a false/incorrect Statement", "correct": false}, {"label": "D", "text": "Assertion is independently a false/incorrect statement, but the reasons is independently a true/correct statement", "correct": false}, {"label": "E", "text": "Both assertion and reasons are independently false/incorrect statements", "correct": false}], "correct_answer": "A. Both assertion and reasons are independently true/correct statements, and the reason is the correct explanation for the assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78896541704959304/78896541704959304.m3u8"}, {"text": "Empty blood bag disposal into which colour bin?", "options": [{"label": "A", "text": "Red", "correct": false}, {"label": "B", "text": "Yellow", "correct": true}, {"label": "C", "text": "Blue", "correct": false}, {"label": "D", "text": "Green", "correct": false}], "correct_answer": "B. Yellow", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/57_1(28).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11944631704959318/11944631704959318.m3u8"}, {"text": "Match the following:", "options": [{"label": "A", "text": "A-5, B-4, C-3, D-2, E-1", "correct": true}, {"label": "B", "text": "A-1, B-4, C-3, D-2, E-5", "correct": false}, {"label": "C", "text": "A-5, B-3, C-4, D-2, E-1", "correct": false}, {"label": "D", "text": "A-2, B-4, C-3, D-5, E-1", "correct": false}], "correct_answer": "A. A-5, B-4, C-3, D-2, E-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59(98).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71234621704959331/71234621704959331.m3u8"}, {"text": "Match the following with color coded bins:", "options": [{"label": "A", "text": "A-2 , B-1, C-5 , D-2", "correct": true}, {"label": "B", "text": "A-5 , B-2, C-1 , D-2", "correct": false}, {"label": "C", "text": "A-2 , B-3, C-5 , D-1", "correct": false}, {"label": "D", "text": "A-1 , B-2, C-3 , D-4", "correct": false}], "correct_answer": "A. A-2 , B-1, C-5 , D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/60(89).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/61_1(25).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61251261704959342/61251261704959342.m3u8"}, {"text": "Human anatomical waste is discarded in which coloured bin?", "options": [{"label": "A", "text": "Yellow", "correct": true}, {"label": "B", "text": "Red", "correct": false}, {"label": "C", "text": "Black", "correct": false}, {"label": "D", "text": "Blue", "correct": false}], "correct_answer": "A. Yellow", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21493821704959355/21493821704959355.m3u8"}, {"text": "Pacemaker should be discarded in:", "options": [{"label": "A", "text": "Blue cardboard box", "correct": true}, {"label": "B", "text": "Red bag", "correct": false}, {"label": "C", "text": "Yellow bag", "correct": false}, {"label": "D", "text": "Puncture proof container", "correct": false}], "correct_answer": "A. Blue cardboard box", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73398291704959368/73398291704959368.m3u8"}, {"text": "Latex Gloves after use should be discarded in:", "options": [{"label": "A", "text": "Blue bag", "correct": false}, {"label": "B", "text": "Red bag", "correct": true}, {"label": "C", "text": "Yellow bag", "correct": false}, {"label": "D", "text": "Black bag", "correct": false}], "correct_answer": "B. Red bag", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3174761704959382/3174761704959382.m3u8"}, {"text": "Which of the following is discarded in black bin?", "options": [{"label": "A", "text": "Contaminated gloves", "correct": false}, {"label": "B", "text": "Contaminated linen", "correct": false}, {"label": "C", "text": "Mattresses", "correct": false}, {"label": "D", "text": "Paper/ Wrapper", "correct": true}], "correct_answer": "D. Paper/ Wrapper", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/992911704959395/992911704959395.m3u8"}, {"text": "Mercury spill from sphygmomanometer question asked. What will u do?", "options": [{"label": "A", "text": "Collect using paper/ cardboard and put in water tube/ bucket", "correct": true}, {"label": "B", "text": "Collect using your hand and discard", "correct": false}, {"label": "C", "text": "Collect and throw outside in the environment", "correct": false}, {"label": "D", "text": "Broom it and discard in dustbin", "correct": false}], "correct_answer": "A. Collect using paper/ cardboard and put in water tube/ bucket", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2869111704959413/2869111704959413.m3u8"}, {"text": "If you accidentally spill blood while collecting samples in ward, the next best step is:", "options": [{"label": "A", "text": "Call hospital infection management team", "correct": false}, {"label": "B", "text": "Cover with absorbable object", "correct": false}, {"label": "C", "text": "Cover with 1% sodium hypochlorite", "correct": true}, {"label": "D", "text": "JR should mop it", "correct": false}], "correct_answer": "C. Cover with 1% sodium hypochlorite", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6182421704959424/6182421704959424.m3u8"}, {"text": "Assertion: WHO recommends Typhoid vaccine in endemic areas in disaster management: Reason: Vaccines are cost effective way to deal with disease prevention in endemic areas", "options": [{"label": "A", "text": "Both assertion and reasons are independently true/correct statements and the reason is the correct explanation for the assertion", "correct": false}, {"label": "B", "text": "Both assertion and reasons are independently true/correct statements but the reason is not the correct explanation for the assertion", "correct": true}, {"label": "C", "text": "Assertion is independently a true/correct statement, but the reasons is independently a false/incorrect Statement", "correct": false}, {"label": "D", "text": "Assertion is independently a false/incorrect statement, but the reasons is independently a true/correct statement", "correct": false}, {"label": "E", "text": "Both assertion and reasons are independently false/incorrect statements", "correct": false}], "correct_answer": "B. Both assertion and reasons are independently true/correct statements but the reason is not the correct explanation for the assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20949171704959436/20949171704959436.m3u8"}, {"text": "Definition of triage is categorization of victims of disaster based on:", "options": [{"label": "A", "text": "1st come, 1st treatment principle", "correct": false}, {"label": "B", "text": "Age of victims", "correct": false}, {"label": "C", "text": "Severity of injury & likelihood of survival", "correct": true}, {"label": "D", "text": "Vulnerable groups", "correct": false}], "correct_answer": "C. Severity of injury & likelihood of survival", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/70_1(16).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63433611704959450/63433611704959450.m3u8"}, {"text": "Order of least Margin of error in the graph given below is?", "options": [{"label": "A", "text": "3>2>1", "correct": true}, {"label": "B", "text": "3>1>2", "correct": false}, {"label": "C", "text": "1>3>2", "correct": false}, {"label": "D", "text": "1=2=3", "correct": false}], "correct_answer": "A. 3>2>1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/71(72).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Difference between highest and lowest value in data is:", "options": [{"label": "A", "text": "Range", "correct": true}, {"label": "B", "text": "1 IQR", "correct": false}], "correct_answer": "A. Range", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17942811704959479/17942811704959479.m3u8"}, {"text": "What will be the arrangement of the mean, median & mode about these two distributions?", "options": [{"label": "A", "text": "Mean= mode=median", "correct": false}, {"label": "B", "text": "Mean= median not equal to mode", "correct": true}, {"label": "C", "text": "Mean= median × mode?", "correct": false}], "correct_answer": "B. Mean= median not equal to mode", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/73_1(19).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/74_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20125011704959514/20125011704959514.m3u8"}, {"text": "Graph of vit d value post ANC supplementation. Which option is correct", "options": [{"label": "A", "text": "75% value >36 ng", "correct": false}, {"label": "B", "text": "Positive skew", "correct": true}, {"label": "C", "text": "Interquartile value 12-36ng", "correct": false}, {"label": "D", "text": "Median 24", "correct": false}], "correct_answer": "B. Positive skew", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/76(33).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/76_1(12).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38250821704959710/38250821704959710.m3u8"}, {"text": "Whose variance is more?", "options": [{"label": "A", "text": "Both equal", "correct": false}, {"label": "B", "text": "A > B", "correct": false}, {"label": "C", "text": "B > A", "correct": true}, {"label": "D", "text": "Can’t comment", "correct": false}], "correct_answer": "C. B > A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/77(34).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/78_1(8).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22068911704959797/22068911704959797.m3u8"}, {"text": "A study was conducted to assess the effect of an intervention for certain disease. P values for 2 similar researchers A & B with 95% CL, was found to be 0.02 & 0.001 respectively using test ‘X’ & ‘Y’ with a control group. What is the interpretation? 1. Study B is more precise than study A & intervention Y is more significant compared to intervention X for use in community 2. Study A is more precise than study B & intervention X is more significant compared to intervention Y for use in community 3. Both X & Y show a significant variation, but study B is more significant than study A 4. Both study A & B show a significant variation & both interventions have similar statistical significance Which of the following options are correct?", "options": [{"label": "A", "text": "Option A, B, C are correct", "correct": false}, {"label": "B", "text": "Option A, C are correct", "correct": true}, {"label": "C", "text": "Option B, D are correct=", "correct": false}, {"label": "D", "text": "Option A, B, C, D are correct", "correct": false}], "correct_answer": "B. Option A, C are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75274091704959866/75274091704959866.m3u8"}, {"text": "Glasgow coma scale is which type of variable:", "options": [{"label": "A", "text": "Ordinal", "correct": true}, {"label": "B", "text": "Nominal", "correct": false}, {"label": "C", "text": "Alphanumerical", "correct": false}, {"label": "D", "text": "Numerical", "correct": false}], "correct_answer": "A. Ordinal", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/78_1(9).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30894681704959893/30894681704959893.m3u8"}, {"text": "Which distribution represents probability of value occurring over a period of time or probability of certain events with respect to time?", "options": [{"label": "A", "text": "Normal probability distribution", "correct": false}, {"label": "B", "text": "Binomial representation", "correct": false}, {"label": "C", "text": "Gaussian distribution", "correct": false}, {"label": "D", "text": "Poisson distribution", "correct": true}], "correct_answer": "D. Poisson distribution", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/80(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8336731704959972/8336731704959972.m3u8"}, {"text": "Flow cytometry immunohistochemistry in PNH is plotted through (CD markers)", "options": [{"label": "A", "text": "Bar and dot diagram", "correct": false}, {"label": "B", "text": "Pie and dot diagram", "correct": false}, {"label": "C", "text": "Line and dot diagram", "correct": false}, {"label": "D", "text": "Histogram and dot diagram", "correct": true}], "correct_answer": "D. Histogram and dot diagram", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/81_1(7).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66904321704959986/66904321704959986.m3u8"}, {"text": "Box-whisker plots:", "options": [{"label": "A", "text": "Normal, Negative skew, Positive skew, Normal with outlier", "correct": false}, {"label": "B", "text": "Normal, Positive skew, Negative skew, Negative with outlier", "correct": false}, {"label": "C", "text": "Normal, Negative skew, Positive skew, Positive with outlier", "correct": false}, {"label": "D", "text": "Normal, Negative skew, Positive skew, Normal", "correct": true}], "correct_answer": "D. Normal, Negative skew, Positive skew, Normal", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/82(20).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/83_1(9).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73967071704960002/73967071704960002.m3u8"}, {"text": "Look at the image & find the correct corresponding option:", "options": [{"label": "A", "text": "Y = 10 + X 2", "correct": false}, {"label": "B", "text": "X = 10 + Y", "correct": false}, {"label": "C", "text": "Y = 11 + 2X", "correct": true}, {"label": "D", "text": "X = 11 + 2Y", "correct": false}], "correct_answer": "C. Y = 11 + 2X", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/84(17).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/84_1(6).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43908661704960018/43908661704960018.m3u8"}, {"text": "BMD along with GA is plotted from 2 different researchers. Which of the following is true for the strength of relation between BMD & GA?", "options": [{"label": "A", "text": "Both are same", "correct": false}, {"label": "B", "text": "A > B", "correct": true}, {"label": "C", "text": "B > A", "correct": false}, {"label": "D", "text": "Can’t comment", "correct": false}], "correct_answer": "B. A > B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/86(18).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/86_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44043041704960032/44043041704960032.m3u8"}, {"text": "A study can be conducted to see effect of pulse oximeter readings in neonates with and without micropore. A plot between 2 values was made as shown in figure below. What conclusion can be drawn from the plot?", "options": [{"label": "A", "text": "There is a positive correlation with constant 3% increase in Y axis value", "correct": false}, {"label": "B", "text": "There is a constant negative correlation between 2 variables", "correct": false}, {"label": "C", "text": "There is a constant positive correlation between 2 variables", "correct": true}, {"label": "D", "text": "There is no correlation", "correct": false}], "correct_answer": "C. There is a constant positive correlation between 2 variables", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/87(19).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11417201704960052/11417201704960052.m3u8"}, {"text": "In calculating the mean of a population, doubling the range of acceptable error will reduce the sample size to-", "options": [{"label": "A", "text": "1/2", "correct": false}, {"label": "B", "text": "1/4", "correct": true}, {"label": "C", "text": "No change", "correct": false}, {"label": "D", "text": "Cannot be determined", "correct": false}], "correct_answer": "B. 1/4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74188531704960069/74188531704960069.m3u8"}, {"text": "Probability sampling includes all of the following except?", "options": [{"label": "A", "text": "Simple random sampling", "correct": false}, {"label": "B", "text": "Snowball sampling", "correct": true}, {"label": "C", "text": "Clustered sampling", "correct": false}, {"label": "D", "text": "Systematic Sampling", "correct": false}], "correct_answer": "B. Snowball sampling", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/88(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53880481704960084/53880481704960084.m3u8"}, {"text": "In a study done to asses risk factors for breast carcinoma in 100 females from urban cities. 95% confidence is taken. How many variables are significant?", "options": [{"label": "A", "text": "2", "correct": true}, {"label": "B", "text": "3", "correct": false}, {"label": "C", "text": "4", "correct": false}, {"label": "D", "text": "5", "correct": false}], "correct_answer": "A. 2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/89(21).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69533311704960099/69533311704960099.m3u8"}, {"text": "All of the following increases Confidence interval except", "options": [{"label": "A", "text": "Increase sample size", "correct": true}, {"label": "B", "text": "Decrease sample size", "correct": false}, {"label": "C", "text": "Increase confidence level", "correct": false}, {"label": "D", "text": "Increasing variance", "correct": false}], "correct_answer": "A. Increase sample size", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38962601704960133/38962601704960133.m3u8"}, {"text": "All of the following can be analyzed with chi square test except?", "options": [{"label": "A", "text": "Sex and stage of cancer", "correct": false}, {"label": "B", "text": "Heart rate/min and Age", "correct": true}, {"label": "C", "text": "Benign or malignant, and type of surgery", "correct": false}, {"label": "D", "text": "Age group and cancer stage", "correct": false}], "correct_answer": "B. Heart rate/min and Age", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/90(21).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5505281704960150/5505281704960150.m3u8"}, {"text": "BP of 60 patients measured before and after anti HT drug administration. Which statistical test to be applied?", "options": [{"label": "A", "text": "Paired t test", "correct": true}, {"label": "B", "text": "Unpaired t test", "correct": false}, {"label": "C", "text": "Chi square", "correct": false}, {"label": "D", "text": "Wilkson rank sum test", "correct": false}], "correct_answer": "A. Paired t test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36901031704960167/36901031704960167.m3u8"}, {"text": "Two groups of patients, one with ischaemic stroke and other with haemorrhagic stroke. Mean and SD for a parameter to be measured in both groups. Which test should be used?", "options": [{"label": "A", "text": "Paired t test", "correct": false}, {"label": "B", "text": "Unpaired t test", "correct": true}, {"label": "C", "text": "Chi square", "correct": false}, {"label": "D", "text": "Wilkson rank sum test", "correct": false}], "correct_answer": "B. Unpaired t test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45131741704960180/45131741704960180.m3u8"}, {"text": "Non Parametric test is:", "options": [{"label": "A", "text": "ANOVA", "correct": false}, {"label": "B", "text": "Student t test", "correct": false}, {"label": "C", "text": "Friedmann test", "correct": true}, {"label": "D", "text": "Pearson correlation", "correct": false}], "correct_answer": "C. Friedmann test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9060091704960193/9060091704960193.m3u8"}, {"text": "Seasonal variation of a disease studied in children in a group in June to July & in November to December in another group of similar characteristics from the same area. Test of significance used to compare the data is:", "options": [{"label": "A", "text": "Chi square", "correct": true}, {"label": "B", "text": "Paired T Test", "correct": false}, {"label": "C", "text": "ANOVA", "correct": false}, {"label": "D", "text": "Wilcoxon Rank sum test", "correct": false}], "correct_answer": "A. Chi square", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75494161704960207/75494161704960207.m3u8"}, {"text": "If a study wants to demonstrate efficacy of 2 drugs showing p < 0.05; however practically these 2 drugs are similar; the error is known as:", "options": [{"label": "A", "text": "Alpha error", "correct": true}, {"label": "B", "text": "Beta error", "correct": false}, {"label": "C", "text": "1 – alpha error", "correct": false}, {"label": "D", "text": "1 – alpha error", "correct": false}], "correct_answer": "A. Alpha error", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/92_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4005571704960252/4005571704960252.m3u8"}, {"text": "Incorrectly rejecting null hypothesis when it is true is?", "options": [{"label": "A", "text": "Confounding", "correct": false}, {"label": "B", "text": "Bias", "correct": false}, {"label": "C", "text": "Type I error", "correct": true}, {"label": "D", "text": "Type II error", "correct": false}], "correct_answer": "C. Type I error", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/200(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72385531704960270/72385531704960270.m3u8"}, {"text": "Methods to describe collection of data can be included under?", "options": [{"label": "A", "text": "Applied statistics", "correct": false}, {"label": "B", "text": "Theoretic statistics", "correct": false}, {"label": "C", "text": "Descriptive statistics", "correct": true}, {"label": "D", "text": "Inferential statistics", "correct": false}], "correct_answer": "C. Descriptive statistics", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/95_1(4).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33882911704960286/33882911704960286.m3u8"}, {"text": "Integrating discrete quantitative data with statistical tests is known as:", "options": [{"label": "A", "text": "Meta analysis", "correct": true}, {"label": "B", "text": "Power analysis", "correct": false}, {"label": "C", "text": "Post hoc analysis", "correct": false}], "correct_answer": "A. Meta analysis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69052211704960300/69052211704960300.m3u8"}, {"text": "Function of ASHA is: 1. Accompany pregnant female to health facility 2. Make MP slide 3. Give education to female about contraception 4. Give vaccine to children", "options": [{"label": "A", "text": "All 4 are correct", "correct": false}, {"label": "B", "text": "Option 1 & 3 are correct", "correct": true}, {"label": "C", "text": "Option 2 & 4 are correct", "correct": false}, {"label": "D", "text": "Option 1,2, 3 are correct", "correct": false}], "correct_answer": "B. Option 1 & 3 are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30703371704960312/30703371704960312.m3u8"}, {"text": "SPIKES protocol used in", "options": [{"label": "A", "text": "To break bad news", "correct": true}, {"label": "B", "text": "Triage strategy", "correct": false}, {"label": "C", "text": "Counselling for participation in trials", "correct": false}], "correct_answer": "A. To break bad news", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/96_1(4).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13274061704960332/13274061704960332.m3u8"}, {"text": "A study is to be designed to understand the correct technique for injection by a health care professional. The best way to assess will be:", "options": [{"label": "A", "text": "In depth interview with the patient", "correct": false}, {"label": "B", "text": "In depth interview with the health care provider", "correct": false}, {"label": "C", "text": "CCTV camera monitoring", "correct": false}, {"label": "D", "text": "Structured Observation & Checklist", "correct": true}], "correct_answer": "D. Structured Observation & Checklist", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28454041704960345/28454041704960345.m3u8"}, {"text": "What is the term used to describe how efficient the outcome of a project is expected to be , with respect to a given goal, when the cost comparison is evaluated ?", "options": [{"label": "A", "text": "Acceptability", "correct": false}, {"label": "B", "text": "Innovation", "correct": false}, {"label": "C", "text": "Relevance", "correct": false}, {"label": "D", "text": "Efficiency", "correct": true}], "correct_answer": "D. Efficiency", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/98_1(9).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50142561704960361/50142561704960361.m3u8"}, {"text": "You are a medical officer at a PHC. 50 patient’s requiring anti-hypertensive are being transferred to your PHC from periphery. 40 people need amlodipine )5 mg PO). 10 people have C/ I to use of amlodipine so those people have to be started with lisinopril (10 mg PO). Drugs comes to PHC once a month. How many drugs will you order combined and what will be reorder factor?", "options": [{"label": "A", "text": "800, 3", "correct": false}, {"label": "B", "text": "1000, 2", "correct": false}, {"label": "C", "text": "1600, 3", "correct": false}, {"label": "D", "text": "3000, 2", "correct": true}], "correct_answer": "D. 3000, 2", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/100(26).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75853581704960383/75853581704960383.m3u8"}, {"text": "Mobile medical unit (MMU) consider following statements: i. Government operated fully ii. CAPEX/ Drugs/ Medical supply by government but operations by private iii. Drugs/ medical supplies by government, but services/ CAPEX/ OPEX by private iv. Private funded fully Which of the following is correct combination?", "options": [{"label": "A", "text": "i, iv", "correct": false}, {"label": "B", "text": "ii, iv", "correct": false}, {"label": "C", "text": "ii, iii", "correct": false}, {"label": "D", "text": "i, ii, iii", "correct": true}], "correct_answer": "D. i, ii, iii", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20252451704960404/20252451704960404.m3u8"}, {"text": "30,000 women were followed up for 10 years for development of breast cancer. 1200 women developed cancer and were given questionnaire for assessing possible risk factors. Additionally 2000 women from the same study were used as control and they were also given questionnaire. What is this type of study called as?", "options": [{"label": "A", "text": "Nested case control", "correct": true}, {"label": "B", "text": "Case cohort study", "correct": false}, {"label": "C", "text": "Retrospective cohort", "correct": false}, {"label": "D", "text": "Cross control cohort", "correct": false}], "correct_answer": "A. Nested case control", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not correctly matched?", "options": [{"label": "A", "text": "Systematic review- PRISMA", "correct": false}, {"label": "B", "text": "Diagnostic studies- CONSORT", "correct": true}, {"label": "C", "text": "Observational studies- MOOSE", "correct": false}, {"label": "D", "text": "Case report- CARE", "correct": false}], "correct_answer": "B. Diagnostic studies- CONSORT", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(10).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "This formula is used to calculate", "options": [{"label": "A", "text": "Standard deviation", "correct": true}, {"label": "B", "text": "Variance", "correct": false}, {"label": "C", "text": "Mean", "correct": false}, {"label": "D", "text": "Median", "correct": false}], "correct_answer": "A. Standard deviation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(40).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mean +/- 1 SD corresponds to", "options": [{"label": "A", "text": "68%", "correct": true}, {"label": "B", "text": "95%", "correct": false}, {"label": "C", "text": "99%", "correct": false}, {"label": "D", "text": "32%", "correct": false}], "correct_answer": "A. 68%", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(9).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following statements are true for central tendency except-", "options": [{"label": "A", "text": "Arithmetic mean is affected by extreme values", "correct": false}, {"label": "B", "text": "Mode is most affected by extreme values", "correct": true}, {"label": "C", "text": "Median is calculated by overall observation", "correct": false}, {"label": "D", "text": "Mode can be used as qualitative data descriptor", "correct": false}], "correct_answer": "B. Mode is most affected by extreme values", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following may be used to find normalcy of data except ?", "options": [{"label": "A", "text": "Box whisker", "correct": false}, {"label": "B", "text": "Plot histogram", "correct": false}, {"label": "C", "text": "Shapiro wilk test", "correct": false}, {"label": "D", "text": "Mantel-Haenszel test", "correct": true}], "correct_answer": "D. Mantel-Haenszel test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In Kaplan Meier survival curve, band used for confidence interval is-", "options": [{"label": "A", "text": "Hall wellner band", "correct": true}, {"label": "B", "text": "Holm method", "correct": false}, {"label": "C", "text": "Hirschberg band", "correct": false}, {"label": "D", "text": "Unequal precision band", "correct": false}], "correct_answer": "A. Hall wellner band", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Calculate the degree of agreement as Kappa statistics for the following data set comparing IGRA and Mantoux test?", "options": [{"label": "A", "text": "0.8", "correct": false}, {"label": "B", "text": "0.2", "correct": false}, {"label": "C", "text": "0.6", "correct": false}, {"label": "D", "text": "0.4", "correct": true}], "correct_answer": "D. 0.4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(20).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1225).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A person had a dog bite. H/O vaccination is upto date for both dog and man. The person’s history is significant for undergoing splenectomy 5 years back. What is the best management for this case?", "options": [{"label": "A", "text": "Observation", "correct": false}, {"label": "B", "text": "Amoxiclav", "correct": true}, {"label": "C", "text": "Metronidazole", "correct": false}, {"label": "D", "text": "Ciprofloxacin", "correct": false}], "correct_answer": "B. Amoxiclav", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child came for DPT vaccination at 10 weeks with a past history of fever more than 40 degrees Celsius and inconsolable cry at 6 weeks following vaccination. What should be done next?", "options": [{"label": "A", "text": "Avoid DPT vaccination", "correct": false}, {"label": "B", "text": "Give DT vaccine", "correct": true}, {"label": "C", "text": "Give DPT vaccine", "correct": false}, {"label": "D", "text": "Defer by 4 weeks", "correct": false}], "correct_answer": "B. Give DT vaccine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following conditions is the vaccination not contraindicated? 1. DiGeorge syndrome 2. Wiskott Aldrich Syndrome 3. Ataxia telangiectasia 4. Complement deficiency", "options": [{"label": "A", "text": "2 and 3", "correct": false}, {"label": "B", "text": "1 and 3", "correct": false}, {"label": "C", "text": "1 only", "correct": false}, {"label": "D", "text": "4 only", "correct": true}], "correct_answer": "D. 4 only", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "High fat intake according to FDA-", "options": [{"label": "A", "text": "Diet should contain 80% fat", "correct": false}, {"label": "B", "text": "Diet should contain 400kcal from carbohydrates", "correct": false}, {"label": "C", "text": "Diet should contain 800kcal from fat", "correct": false}, {"label": "D", "text": "Diet should contain total 1000 kcal", "correct": true}], "correct_answer": "D. Diet should contain total 1000 kcal", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "CDC has classified organisms into categories of bioterrorism agents. What is the false statement?", "options": [{"label": "A", "text": "Cat A- Easily spread and high mortality and morbidity", "correct": false}, {"label": "B", "text": "Cat B- Slow spread, Low mortality", "correct": false}, {"label": "C", "text": "Cat C- Easily spread, high mortality, Emerging diseases", "correct": false}, {"label": "D", "text": "Cat D- Re-emerging disease, High priority", "correct": true}], "correct_answer": "D. Cat D- Re-emerging disease, High priority", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13_1(5).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What stands true for Palliative care? What is true?", "options": [{"label": "A", "text": "Patient is main", "correct": false}, {"label": "B", "text": "Aim is to cure disease", "correct": false}, {"label": "C", "text": "Aim is to slow down death", "correct": false}, {"label": "D", "text": "Aim is to improve quality of life of patient", "correct": true}, {"label": "E", "text": "Do something (don’t do nothing)", "correct": false}], "correct_answer": "D. Aim is to improve quality of life of patient", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HEADSS assessment for whom?", "options": [{"label": "A", "text": "Adolescents", "correct": true}, {"label": "B", "text": "Under 5", "correct": false}, {"label": "C", "text": "Neonates", "correct": false}, {"label": "D", "text": "Elderly", "correct": false}], "correct_answer": "A. Adolescents", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Disease not by the vector shown?", "options": [{"label": "A", "text": "Babesiosis", "correct": false}, {"label": "B", "text": "Anaplasmosis", "correct": false}, {"label": "C", "text": "Scrub typhus", "correct": true}, {"label": "D", "text": "Ehrlichiosis", "correct": false}], "correct_answer": "C. Scrub typhus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(330).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Culture is defined as", "options": [{"label": "A", "text": "Set of belief and which are Dyanmic", "correct": false}, {"label": "B", "text": "Learned behaviour which is socially acquired", "correct": true}, {"label": "C", "text": "Set of belief not related to health", "correct": false}, {"label": "D", "text": "Religious belief and dynamic", "correct": false}], "correct_answer": "B. Learned behaviour which is socially acquired", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following options are correct with respect to Cataract surgery?", "options": [{"label": "A", "text": "Cataract surgeries patients are selected and asked to come to base", "correct": true}, {"label": "B", "text": "Mobile OT units are made", "correct": false}], "correct_answer": "A. Cataract surgeries patients are selected and asked to come to base", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(84).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient having high fever, low platelets and clinical picture shown in the image. Drug of choice?", "options": [{"label": "A", "text": "Doxy", "correct": true}, {"label": "B", "text": "Doxy + Azithro", "correct": false}, {"label": "C", "text": "Doxy + ceftriaxone", "correct": false}], "correct_answer": "A. Doxy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(243).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_1(61).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "2 doctors were asked to report 100 X- rays and Kappa value 0.71; what is interpretation?", "options": [{"label": "A", "text": "Good", "correct": true}, {"label": "B", "text": "Poor", "correct": false}, {"label": "C", "text": "Bad", "correct": false}, {"label": "D", "text": "Intermediate", "correct": false}], "correct_answer": "A. Good", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(220).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Longitudinal Observational/ follow up and Analytical Study is:", "options": [{"label": "A", "text": "Cohort", "correct": true}, {"label": "B", "text": "Case control", "correct": false}, {"label": "C", "text": "RCT", "correct": false}, {"label": "D", "text": "Ecological", "correct": false}], "correct_answer": "A. Cohort", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Qualitative study for problems related to health?", "options": [{"label": "A", "text": "Ishikawa diagram/ FISH BONE DIAGRAM", "correct": true}, {"label": "B", "text": "Multiple logistic regression", "correct": false}, {"label": "C", "text": "Bar diagram", "correct": false}, {"label": "D", "text": "Histogram", "correct": false}], "correct_answer": "A. Ishikawa diagram/ FISH BONE DIAGRAM", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MR Vaccine given:", "options": [{"label": "A", "text": "MR Sc and Oral Vitamin A at 8 months", "correct": false}, {"label": "B", "text": "MR IM and Oral Vitamin A at 8 months", "correct": false}, {"label": "C", "text": "MR Sc and Oral Vitamin A at 9 months (Right/ Left??)", "correct": true}, {"label": "D", "text": "MR IM and Oral Vitamin A at 9 months", "correct": false}], "correct_answer": "C. MR Sc and Oral Vitamin A at 9 months (Right/ Left??)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a polysaccharide vaccine? (Micro overlap)", "options": [{"label": "A", "text": "H. Influenza B", "correct": false}, {"label": "B", "text": "Hepatitis B (RECOMBINANT SUBUNIT VACCINE)", "correct": true}, {"label": "C", "text": "Meningococcal meningitis", "correct": false}, {"label": "D", "text": "Pneumococcal", "correct": false}], "correct_answer": "B. Hepatitis B (RECOMBINANT SUBUNIT VACCINE)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75119381721397445/75119381721397445.m3u8"}, {"text": "Immediate life-threatening injuries is classified in which colour of triage?", "options": [{"label": "A", "text": "Red", "correct": true}, {"label": "B", "text": "Yellow", "correct": false}, {"label": "C", "text": "Green", "correct": false}, {"label": "D", "text": "Black", "correct": false}], "correct_answer": "A. Red", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36607281721397464/36607281721397464.m3u8"}, {"text": "All of the following is correct regarding Rota virus vaccine except:", "options": [{"label": "A", "text": "Given orally: ROTAVAC", "correct": false}, {"label": "B", "text": "Cannot given more than 6 months: ROTARIX", "correct": false}, {"label": "C", "text": "It has monovalent and pentavalent form: ROTARIX; ROTATEQ", "correct": false}, {"label": "D", "text": "It is a subunit vaccine", "correct": true}], "correct_answer": "D. It is a subunit vaccine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18303051721397491/18303051721397491.m3u8"}, {"text": "In this survival curve;", "options": [{"label": "A", "text": "CD 4 & CD 8 both play role in allograft rejection", "correct": true}, {"label": "B", "text": "CD 4 no role in allograft rejection", "correct": false}, {"label": "C", "text": "CD 8 no role in allograft rejection", "correct": false}, {"label": "D", "text": "Both Anti CD4 And Anti CD8 Are Protective", "correct": false}], "correct_answer": "A. CD 4 & CD 8 both play role in allograft rejection", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/PSM%20Recall.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29979891721397579/29979891721397579.m3u8"}, {"text": "Arrange in Sequence i Randomization ii. Blinding iii. Inclusion and Exclusion Criteria iv. Statistical analysis", "options": [{"label": "A", "text": "iii>i>ii>iv", "correct": true}, {"label": "B", "text": "i>iii>iv>ii", "correct": false}, {"label": "C", "text": "ii>i>iii>iv", "correct": false}, {"label": "D", "text": "iv>ii>i>iii", "correct": false}], "correct_answer": "A. iii>i>ii>iv", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77068021731491715/77068021731491715.m3u8"}, {"text": "Which of the following is the best in hierarchy of evidence generation?", "options": [{"label": "A", "text": "Cohort studies", "correct": false}, {"label": "B", "text": "Case control studies", "correct": false}, {"label": "C", "text": "RCT", "correct": false}, {"label": "D", "text": "Meta analysis", "correct": true}], "correct_answer": "D. Meta analysis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60892021731491744/60892021731491744.m3u8"}, {"text": "In a village there are screening of family members of patient with hypertension and diabetes:", "options": [{"label": "A", "text": "Mass", "correct": false}, {"label": "B", "text": "Anonymous", "correct": false}, {"label": "C", "text": "Selective", "correct": true}, {"label": "D", "text": "Multiphasic", "correct": false}], "correct_answer": "C. Selective", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48015011731491758/48015011731491758.m3u8"}, {"text": "Water based disease is:", "options": [{"label": "A", "text": "Hepatitis A", "correct": true}, {"label": "B", "text": "Hepatitis B", "correct": false}, {"label": "C", "text": "Hepatitis C", "correct": false}, {"label": "D", "text": "Hepatitis D", "correct": false}], "correct_answer": "A. Hepatitis A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43346471731491773/43346471731491773.m3u8"}, {"text": "Which of the following is not used for control of COVID 19?", "options": [{"label": "A", "text": "Cough etiquette", "correct": false}, {"label": "B", "text": "Mask", "correct": false}, {"label": "C", "text": "Ivermectin", "correct": true}, {"label": "D", "text": "Vaccine", "correct": false}], "correct_answer": "C. Ivermectin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52209451731491787/52209451731491787.m3u8"}, {"text": "Which of the following is not a live vaccine?", "options": [{"label": "A", "text": "Rotavirus", "correct": false}, {"label": "B", "text": "Measles", "correct": false}, {"label": "C", "text": "Hepatitis B", "correct": true}, {"label": "D", "text": "Varicella", "correct": false}], "correct_answer": "C. Hepatitis B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61447211731491800/61447211731491800.m3u8"}, {"text": "Vaccine > 65 yrs NOT given is:", "options": [{"label": "A", "text": "Varicella", "correct": false}, {"label": "B", "text": "Herpes", "correct": false}, {"label": "C", "text": "Pneumococcal", "correct": false}, {"label": "D", "text": "HPV", "correct": true}], "correct_answer": "D. HPV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2250611731491826/2250611731491826.m3u8"}, {"text": "Not passive immunity is:", "options": [{"label": "A", "text": "Antitoxin", "correct": false}, {"label": "B", "text": "Monoclonal Ab", "correct": false}, {"label": "C", "text": "Toxoid", "correct": true}, {"label": "D", "text": "IgA", "correct": false}], "correct_answer": "C. Toxoid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51889851731491842/51889851731491842.m3u8"}, {"text": "Anaemia Mukt Bharat: not a part of strategy is:", "options": [{"label": "A", "text": "6 interventions", "correct": false}, {"label": "B", "text": "6 beneficiary groups", "correct": false}, {"label": "C", "text": "6 instirutional mechanisms", "correct": false}, {"label": "D", "text": "6 health functionaries", "correct": true}], "correct_answer": "D. 6 health functionaries", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49943371731491857/49943371731491857.m3u8"}, {"text": "Not high-risk group in HIV Sentinel Surveillance:", "options": [{"label": "A", "text": "Truck drivers", "correct": true}, {"label": "B", "text": "MSM", "correct": false}, {"label": "C", "text": "IDU", "correct": false}, {"label": "D", "text": "Female sex worker", "correct": false}], "correct_answer": "A. Truck drivers", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29327991731491870/29327991731491870.m3u8"}, {"text": "Uncomplicated malaria which is not used is-", "options": [{"label": "A", "text": "Primaquine", "correct": false}, {"label": "B", "text": "Chloroquine", "correct": true}, {"label": "C", "text": "Artemether", "correct": false}, {"label": "D", "text": "Sulfadoxine Pyrimethamine", "correct": false}], "correct_answer": "B. Chloroquine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70986641731491883/70986641731491883.m3u8"}, {"text": "Which of the following is done by Health workers for Malaria diagnosis at community level?", "options": [{"label": "A", "text": "Thick smear", "correct": false}, {"label": "B", "text": "Thin Smear", "correct": false}, {"label": "C", "text": "QBC", "correct": false}, {"label": "D", "text": "HRP 2 antigen", "correct": true}], "correct_answer": "D. HRP 2 antigen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/679431731491901/679431731491901.m3u8"}, {"text": "Which of the following if not Included in the criteria for Sever Acute Malnutrition?", "options": [{"label": "A", "text": "Low weight for height", "correct": false}, {"label": "B", "text": "Pedal oedema", "correct": false}, {"label": "C", "text": "Low height for age", "correct": true}, {"label": "D", "text": "Mid Upper Arm Circumference", "correct": false}], "correct_answer": "C. Low height for age", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63523461731491916/63523461731491916.m3u8"}, {"text": "Pus swab cotton discarded in:", "options": [{"label": "A", "text": "Red", "correct": false}, {"label": "B", "text": "Blue", "correct": false}, {"label": "C", "text": "Yellow", "correct": true}, {"label": "D", "text": "Black", "correct": false}], "correct_answer": "C. Yellow", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15486141731491929/15486141731491929.m3u8"}, {"text": "Limitations of Universal health coverage (UHC) to any country is:", "options": [{"label": "A", "text": "UHC requires high capital, so it is difficult to implement in rural area of any country", "correct": false}, {"label": "B", "text": "Challenge is to provide quality in a resource limited setting", "correct": false}, {"label": "C", "text": "Tealtheare should be free of cost for everyone irrespective of their financial status", "correct": true}], "correct_answer": "C. Tealtheare should be free of cost for everyone irrespective of their financial status", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6179931731491945/6179931731491945.m3u8"}, {"text": "ICER is used in", "options": [{"label": "A", "text": "CEA", "correct": true}, {"label": "B", "text": "CBA", "correct": false}, {"label": "C", "text": "CUA", "correct": false}, {"label": "D", "text": "CMA", "correct": false}], "correct_answer": "A. CEA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21052101731491963/21052101731491963.m3u8"}, {"text": "How will you contribute to the development of community?", "options": [{"label": "A", "text": "Felt needs", "correct": true}, {"label": "B", "text": "Contributing resources", "correct": false}, {"label": "C", "text": "Planning interventions", "correct": false}, {"label": "D", "text": "Providing resources of Intervention", "correct": false}], "correct_answer": "A. Felt needs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not correct about this standard distribution?", "options": [{"label": "A", "text": "Area under curve =1", "correct": false}, {"label": "B", "text": "Standard deviation=1", "correct": false}, {"label": "C", "text": "It is bell shaped", "correct": false}, {"label": "D", "text": "Mean and median=1", "correct": true}], "correct_answer": "D. Mean and median=1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1121).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mean +-1 SD corresponds to:", "options": [{"label": "A", "text": "68.3%", "correct": true}, {"label": "B", "text": "95.4%", "correct": false}, {"label": "C", "text": "99.7%", "correct": false}, {"label": "D", "text": "32.2%", "correct": false}], "correct_answer": "A. 68.3%", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An epidemiological investigation was carried out where septic tank of a house was found to be leaking and collecting as a small collection and sample examined under microscopy. Identify the Mosquito larvae given in the question:", "options": [{"label": "A", "text": "Anopheles", "correct": true}, {"label": "B", "text": "Aedes", "correct": false}, {"label": "C", "text": "Culex", "correct": false}, {"label": "D", "text": "Mansonia", "correct": false}], "correct_answer": "A. Anopheles", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(37).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "After earthquake a building was rebuilt and declared earthquake resistant. What measure is it?", "options": [{"label": "A", "text": "Mitigation", "correct": true}, {"label": "B", "text": "Reconstruction", "correct": false}, {"label": "C", "text": "After impact", "correct": false}, {"label": "D", "text": "Preparedness", "correct": false}], "correct_answer": "A. Mitigation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The box ‘C’ in the following image represents:", "options": [{"label": "A", "text": "Perceive control", "correct": false}, {"label": "B", "text": "Intervention", "correct": false}, {"label": "C", "text": "Health motivation", "correct": true}, {"label": "D", "text": "Individual behaviour", "correct": false}], "correct_answer": "C. Health motivation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The box ‘C’ in the following image represents:", "options": [{"label": "A", "text": "Perceive control", "correct": false}, {"label": "B", "text": "Intervention", "correct": false}, {"label": "C", "text": "Health motivation", "correct": true}, {"label": "D", "text": "Individual behaviour", "correct": false}], "correct_answer": "C. Health motivation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A study was done to assess the effect of age, gender, residence type and education on chances of having blindness. The results obtained were shown as below: 1. People in rural areas were less likely to develop blindness. 2. Illiterate people were more likely to develop blindness. 3. Elderly people are more likely to develop blindness. 4. Females are more likely to develop blindness. Which of the options are correct options?", "options": [{"label": "A", "text": "1 & 2", "correct": false}, {"label": "B", "text": "3 & 4", "correct": false}, {"label": "C", "text": "2 & 3", "correct": true}, {"label": "D", "text": "2 & 4", "correct": false}], "correct_answer": "C. 2 & 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which level of prevention is shown in the image?", "options": [{"label": "A", "text": "Primordial Prevention", "correct": false}, {"label": "B", "text": "Primary Prevention", "correct": false}, {"label": "C", "text": "Secondary Prevention", "correct": false}, {"label": "D", "text": "Tertiary Prevention", "correct": true}], "correct_answer": "D. Tertiary Prevention", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(38).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the following chart?", "options": [{"label": "A", "text": "Wheel of causation", "correct": false}, {"label": "B", "text": "PERT chart", "correct": false}, {"label": "C", "text": "Gantt chart", "correct": false}, {"label": "D", "text": "Causal pie", "correct": true}], "correct_answer": "D. Causal pie", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(26).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Recent increase in NCD is an example of which of the following?", "options": [{"label": "A", "text": "Seasonal trends", "correct": false}, {"label": "B", "text": "Endemic", "correct": false}, {"label": "C", "text": "Secular trends", "correct": true}, {"label": "D", "text": "Cyclical trends", "correct": false}], "correct_answer": "C. Secular trends", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A new drug launched in the market reduces mortality but doesn’t cure the disease. The drug will?", "options": [{"label": "A", "text": "Increase prevalence", "correct": true}, {"label": "B", "text": "Decrease prevalence", "correct": false}, {"label": "C", "text": "Increase incidence", "correct": false}, {"label": "D", "text": "Decrease incidence", "correct": false}], "correct_answer": "A. Increase prevalence", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following epidemiological studies is longitudinal, observational, and analytical in nature?", "options": [{"label": "A", "text": "Case-control study", "correct": false}, {"label": "B", "text": "Cross-sectional study", "correct": false}, {"label": "C", "text": "Cohort study", "correct": true}, {"label": "D", "text": "Ecological study", "correct": false}], "correct_answer": "C. Cohort study", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The term external validity is used for ?", "options": [{"label": "A", "text": "Subjectivity", "correct": false}, {"label": "B", "text": "Reversibility", "correct": false}, {"label": "C", "text": "Validity", "correct": false}, {"label": "D", "text": "Generalizability", "correct": true}], "correct_answer": "D. Generalizability", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4 B-1 C-3 D-2", "correct": true}, {"label": "B", "text": "A-3 B-1 C-4 D-2", "correct": false}, {"label": "C", "text": "A-3 B-1 C-2 D-4", "correct": false}, {"label": "D", "text": "A-1 B-2 C-3 D-4", "correct": false}], "correct_answer": "A. A-4 B-1 C-3 D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(6).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "1 year old infant came for routine investigation, took DPT 1st dose at 6 week. Next course of action :", "options": [{"label": "A", "text": "Give 2nd dose", "correct": true}, {"label": "B", "text": "Discontinue and restart schedule", "correct": false}, {"label": "C", "text": "Give DT", "correct": false}, {"label": "D", "text": "No need of DPT now", "correct": false}], "correct_answer": "A. Give 2nd dose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For seeing vaccine heat stability, we use:", "options": [{"label": "A", "text": "VVM", "correct": true}, {"label": "B", "text": "VMV", "correct": false}, {"label": "C", "text": "MMV", "correct": false}, {"label": "D", "text": "VMM", "correct": false}], "correct_answer": "A. VVM", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Consider the following options 1. VVM has a chemical indicator in circle 2. VVM indicates whether vaccine is exposed to heat over time 3. VVM indicates number of days for vaccine expiry 4. The expiry of vaccine can be relaxed if VVM is intact 5. It is only tool which tells us about heat exposure at any time during vaccine distribution and administration Which is the correct option", "options": [{"label": "A", "text": "1, 2, 3", "correct": false}, {"label": "B", "text": "2,3,4", "correct": false}, {"label": "C", "text": "2,5", "correct": true}, {"label": "D", "text": "1,2,5", "correct": false}], "correct_answer": "C. 2,5", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Best indicator for efficiency of contraceptives?", "options": [{"label": "A", "text": "Pearl index", "correct": true}, {"label": "B", "text": "Sullivans index", "correct": false}, {"label": "C", "text": "Chandlers index", "correct": false}, {"label": "D", "text": "Abortion index", "correct": false}], "correct_answer": "A. Pearl index", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the toxicant based on the image shown below :", "options": [{"label": "A", "text": "Papaver somniferum", "correct": false}, {"label": "B", "text": "Argemone Mexicana", "correct": true}, {"label": "C", "text": "Nerium odorum", "correct": false}, {"label": "D", "text": "Lathyrus Sativus", "correct": false}], "correct_answer": "B. Argemone Mexicana", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture4(6).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following nutrient requirement increase during lactation :", "options": [{"label": "A", "text": "Vit A", "correct": true}, {"label": "B", "text": "Calcium", "correct": false}, {"label": "C", "text": "Iron", "correct": false}, {"label": "D", "text": "Folic acid", "correct": false}], "correct_answer": "A. Vit A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "As a PHC, a medical officer provides treatment & counselling to diabetic patients. Their body weights/ BP are recorded before & after 6 months later, using the health register. Which of the following statistical tests is most appropriate to analyze the change in weight in this group?", "options": [{"label": "A", "text": "Paired t test", "correct": true}, {"label": "B", "text": "Unpaired t test", "correct": false}, {"label": "C", "text": "Anova", "correct": false}, {"label": "D", "text": "Chi square", "correct": false}], "correct_answer": "A. Paired t test", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a hospital, patients are classified into 3 groups based on disease severity: mild/ moderate/ severe. One patient is randomly selected from each group for a study. What type of sampling method is this?", "options": [{"label": "A", "text": "Simple random sampling", "correct": false}, {"label": "B", "text": "Systematic sampling", "correct": false}, {"label": "C", "text": "Stratified random sampling", "correct": true}, {"label": "D", "text": "Cluster sampling", "correct": false}], "correct_answer": "C. Stratified random sampling", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Wrongly matched pair related to statistics:", "options": [{"label": "A", "text": "Correlation coefficient - relationship", "correct": false}, {"label": "B", "text": "Moments- skewness", "correct": false}, {"label": "C", "text": "Mean , median - dispersion", "correct": true}, {"label": "D", "text": "Standard error - variance", "correct": false}], "correct_answer": "C. Mean , median - dispersion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In statistics, what do centiles and quartiles primarily represent?", "options": [{"label": "A", "text": "Measures of central tendency", "correct": false}, {"label": "B", "text": "Measure of dispersion", "correct": false}, {"label": "C", "text": "Measure of LOCATION", "correct": true}, {"label": "D", "text": "Measure of correlation", "correct": false}], "correct_answer": "C. Measure of LOCATION", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Total population: 100, Previously infected with measles 10, Now new cases with measles 20. Calculate incidence:", "options": [{"label": "A", "text": "10%", "correct": false}, {"label": "B", "text": "20%", "correct": false}, {"label": "C", "text": "22.22%", "correct": true}, {"label": "D", "text": "30%", "correct": false}], "correct_answer": "C. 22.22%", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Organize the following steps in correct sequence for conducting a research? 1. Selecting study setting 2. Selecting study population 3. Setting research question 4. Setting research objective", "options": [{"label": "A", "text": "4,3,2,1", "correct": false}, {"label": "B", "text": "1,2,3,4", "correct": false}, {"label": "C", "text": "3,4,2,1", "correct": false}, {"label": "D", "text": "3,4,1,2", "correct": true}], "correct_answer": "D. 3,4,1,2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Calculate the Dependency ratio: <15 years: 6000; >60: 2000 & 15-59: 12000. Options:", "options": [{"label": "A", "text": "0.33", "correct": false}, {"label": "B", "text": "0.50", "correct": false}, {"label": "C", "text": "0.66", "correct": true}, {"label": "D", "text": "1.0", "correct": false}], "correct_answer": "C. 0.66", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "SCID patient which vaccine contraindicated?", "options": [{"label": "A", "text": "MMR", "correct": true}, {"label": "B", "text": "IPV", "correct": false}, {"label": "C", "text": "Hep B", "correct": false}, {"label": "D", "text": "DPT", "correct": false}], "correct_answer": "A. MMR", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "RMNCHA + N what is not included?", "options": [{"label": "A", "text": "Adolescent", "correct": false}, {"label": "B", "text": "Family planning", "correct": false}, {"label": "C", "text": "Geriatric care", "correct": true}, {"label": "D", "text": "Infant population", "correct": false}], "correct_answer": "C. Geriatric care", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "During the Maha Kumbh mela, Mobile Medical Unit (MMU) along with multiple surveillance units for monitoring cases of fever, diarrhoea, and respiratory illness. What was the primary role of these?", "options": [{"label": "A", "text": "To reduce need for medical professionals", "correct": false}, {"label": "B", "text": "For early diagnosis & detection of potential outbreak warning signs", "correct": true}, {"label": "C", "text": "For immediate quarantine of all symptomatic individuals", "correct": false}, {"label": "D", "text": "To provide curative treatment only", "correct": false}], "correct_answer": "B. For early diagnosis & detection of potential outbreak warning signs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "According to recent NACO guidelines, which of the following groups no longer classified as a HRG for HIV transmission?", "options": [{"label": "A", "text": "MSM", "correct": false}, {"label": "B", "text": "CSWs", "correct": false}, {"label": "C", "text": "Truck drivers", "correct": true}, {"label": "D", "text": "IDUs", "correct": false}], "correct_answer": "C. Truck drivers", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45 year old man presented to Ayushmann Aarogya Mandir (AAM) with blood pressure measurement of 148/ 93 and 153/ 99 on 2 separate occasions. What is the next step in management?", "options": [{"label": "A", "text": "Admit patient and give IV antihypertensives", "correct": false}, {"label": "B", "text": "Start the patient on Amlodipine 5 mg per day and follow up after 1 month", "correct": true}, {"label": "C", "text": "Immediate referral to higher center", "correct": false}, {"label": "D", "text": "No intervention needed", "correct": false}], "correct_answer": "B. Start the patient on Amlodipine 5 mg per day and follow up after 1 month", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following acts is primarily concerned Medical data protection?", "options": [{"label": "A", "text": "DPDP: Digital Personal Data Protection Act", "correct": true}, {"label": "B", "text": "HIPAA", "correct": false}, {"label": "C", "text": "PCPNDT", "correct": false}, {"label": "D", "text": "MTP", "correct": false}], "correct_answer": "A. DPDP: Digital Personal Data Protection Act", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 204 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Pathology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 258</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 258 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Which is not small round cell?", "options": [{"label": "A", "text": "Neuroblastoma", "correct": false}, {"label": "B", "text": "Retinoblastoma", "correct": false}, {"label": "C", "text": "Hemangioblastoma", "correct": true}, {"label": "D", "text": "Ewing sarcoma", "correct": false}], "correct_answer": "C. Hemangioblastoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 15 year boy presents with swelling in upper diaphyseal part of the tibia bone.There was a periosteal reaction and biopsy was performed.The IHC was found to be synaptophysin and mic-2 positive.What is the most likely diagnosis:", "options": [{"label": "A", "text": "Osteosarcoma", "correct": false}, {"label": "B", "text": "Ewing sarcoma", "correct": true}, {"label": "C", "text": "CLL", "correct": false}, {"label": "D", "text": "Malignant neuroblastoma", "correct": false}], "correct_answer": "B. Ewing sarcoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(849).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(159).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following.", "options": [{"label": "A", "text": "1-b, 2-a, 3-d, 4-c", "correct": true}, {"label": "B", "text": "1-a, 2-b, 3-c, 4-d", "correct": false}, {"label": "C", "text": "1-d, 2-c, 3-b, 4-a", "correct": false}, {"label": "D", "text": "1-a, 2-b, 3-d, 4-c", "correct": false}], "correct_answer": "A. 1-b, 2-a, 3-d, 4-c", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(772).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(126).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A Patient presents with tinnitus and hearing loss. The following is an histological examination of a CP angle tumor. What is the likely diagnosis?", "options": [{"label": "A", "text": "Schwannoma", "correct": true}, {"label": "B", "text": "Glioblastoma", "correct": false}, {"label": "C", "text": "Meningioma", "correct": false}, {"label": "D", "text": "Pilocytic astrocytoma", "correct": false}], "correct_answer": "A. Schwannoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(736).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3_1(148).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 4 year child presented with unilateral proptosis and periorbital mass. Bi spindle cell tumor. Which of the marker will help in diagnosis?", "options": [{"label": "A", "text": "Desmin", "correct": true}, {"label": "B", "text": "Leucocyte common antigen", "correct": false}, {"label": "C", "text": "Vimentin", "correct": false}, {"label": "D", "text": "Cytokeratin", "correct": false}], "correct_answer": "A. Desmin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following tumors with their mutations?", "options": [{"label": "A", "text": "A-II, B-I, C-IV, D-III", "correct": true}, {"label": "B", "text": "A-II, B-I, C-III, D-IV", "correct": false}, {"label": "C", "text": "A-I, B-II, C-III, D-IV", "correct": false}, {"label": "D", "text": "A-IV, B-III, C-II, D-I", "correct": false}], "correct_answer": "A. A-II, B-I, C-IV, D-III", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(979).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67219331704712871/67219331704712871.m3u8"}, {"text": "Which of the following is not a feature of pleomorphic adenoma?", "options": [{"label": "A", "text": "Perineural invasion", "correct": true}, {"label": "B", "text": "Squamous epithelium", "correct": false}, {"label": "C", "text": "Chondromyxoid stroma", "correct": false}, {"label": "D", "text": "Myoepithelial cells", "correct": false}], "correct_answer": "A. Perineural invasion", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(111).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Neurosecretory bodies are seen in all except?", "options": [{"label": "A", "text": "Adrenocortical adenoma", "correct": true}, {"label": "B", "text": "Medullary carcinoma thyroid", "correct": false}, {"label": "C", "text": "Small cell carcinoma lung", "correct": false}, {"label": "D", "text": "Paraganglioma", "correct": false}], "correct_answer": "A. Adrenocortical adenoma", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8_1(105).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not AIDS defining cancer?", "options": [{"label": "A", "text": "Medullary thyroid carcinoma", "correct": false}, {"label": "B", "text": "Pituitary adenoma", "correct": false}, {"label": "C", "text": "Paraganglioma", "correct": false}, {"label": "D", "text": "Adrenal cortical tumor", "correct": true}], "correct_answer": "D. Adrenal cortical tumor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11621991704712886/11621991704712886.m3u8"}, {"text": "Not True about clear cell carcinoma are ? (multiple option) A. Occurs due to long arm of chromosome 3 deletion B. Mostly sporadic C. Arises from DCT D. Contains glycogen and lipids", "options": [{"label": "A", "text": "A and C", "correct": true}, {"label": "B", "text": "B and D", "correct": false}, {"label": "C", "text": "C and D", "correct": false}, {"label": "D", "text": "A and B", "correct": false}], "correct_answer": "A. A and C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the diagnosis?", "options": [{"label": "A", "text": "Endodermal sinus tumor", "correct": true}, {"label": "B", "text": "Choriocarcinoma", "correct": false}, {"label": "C", "text": "Cystadenoma", "correct": false}, {"label": "D", "text": "Teratoma", "correct": false}], "correct_answer": "A. Endodermal sinus tumor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(405).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11_1(104).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which IHC marker will be useful to distinguish between ALL and thymoma", "options": [{"label": "A", "text": "Tdt", "correct": false}, {"label": "B", "text": "CD3", "correct": false}, {"label": "C", "text": "CD1a", "correct": false}, {"label": "D", "text": "Cytokeratin", "correct": true}], "correct_answer": "D. Cytokeratin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21756261704712902/21756261704712902.m3u8"}, {"text": "40yr old female with proteinuria with immunofluorescent pictures of renal biopsy of IgA, IgG,IgM,C3,C1a,kappa and lambda are shown below. What is the most probable diagnosis?", "options": [{"label": "A", "text": "Good pasture syndrome", "correct": false}, {"label": "B", "text": "FSGS", "correct": false}, {"label": "C", "text": "Lupus nephritis", "correct": true}, {"label": "D", "text": "PSGN", "correct": false}], "correct_answer": "C. Lupus nephritis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(375).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13_1(99).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "TRUE about peutz jegher syndrome are all except?", "options": [{"label": "A", "text": "It presents with multiple GI hamartomatous polyps", "correct": false}, {"label": "B", "text": "Arborizing pattern in polyp", "correct": false}, {"label": "C", "text": "Heterozygous for SKT11", "correct": false}, {"label": "D", "text": "Retinal pigment hyperplasia can be seen as extra intestinal feature", "correct": false}, {"label": "E", "text": "It is a autosomal recessive condition", "correct": true}], "correct_answer": "E. It is a autosomal recessive condition", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14_1(82).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Metastatic adenocarcinoma in liver from unknown primary is CK7- CK 20+, CDX-2 + likely primary is?", "options": [{"label": "A", "text": "Colon", "correct": true}, {"label": "B", "text": "Breast", "correct": false}, {"label": "C", "text": "Ovary", "correct": false}, {"label": "D", "text": "Pancreas", "correct": false}], "correct_answer": "A. Colon", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15_1(95).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Adult female is diagnosed with a gastric tumor which on biopsy shows cells which are CD117 positive but cytokeratin and S100 negative.What is the most probable diagnosis?", "options": [{"label": "A", "text": "GIST", "correct": true}, {"label": "B", "text": "Adenocarcinoma", "correct": false}, {"label": "C", "text": "Hodgkins lymphoma", "correct": false}, {"label": "D", "text": "Squamous cell carcinoma", "correct": false}], "correct_answer": "A. GIST", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16_1(74).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 24 year old patient with history of neck swelling on right side of thyroid which moves with deglutition. Muscle invasion is noted. Biopsy image has been shown below. What is your diagnosis?", "options": [{"label": "A", "text": "Papillary carcinoma thyroid", "correct": true}, {"label": "B", "text": "Hurthle cell tumor", "correct": false}, {"label": "C", "text": "Reidel cell thyroiditis", "correct": false}, {"label": "D", "text": "Follicular carcinoma thyroid", "correct": false}], "correct_answer": "A. Papillary carcinoma thyroid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(531).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17_1(60).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Carcinogen associated with clear cell carcinoma of the female genital tract?", "options": [{"label": "A", "text": "Alcohol", "correct": false}, {"label": "B", "text": "DES", "correct": true}, {"label": "C", "text": "Tobacoo", "correct": false}, {"label": "D", "text": "OCP", "correct": false}], "correct_answer": "B. DES", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(288).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Basal type breast carcinoma is?", "options": [{"label": "A", "text": "ER+ PR+ HER2NEU-", "correct": false}, {"label": "B", "text": "ER- PR- HER2NEU+", "correct": false}, {"label": "C", "text": "ER+ PR+ HER2NEU+", "correct": false}, {"label": "D", "text": "ER- PR- HER2NEU-", "correct": true}], "correct_answer": "D. ER- PR- HER2NEU-", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/19_1(80).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient came to the outpatient department with complaints of dyspnea on exertion for one month.Echocardiography showed presence of mitral stenosis.Identify the given image below and what is the probable diagnosis?", "options": [{"label": "A", "text": "Aschoff nodules-RHD", "correct": true}, {"label": "B", "text": "Granuloma-sarcoidosis", "correct": false}, {"label": "C", "text": "Non caseating granuloma-TB", "correct": false}, {"label": "D", "text": "Myocardial ring abscess-IE", "correct": false}], "correct_answer": "A. Aschoff nodules-RHD", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(265).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the sequence of the events in the cell cycle. 1.Cyclin D – CDK 4 2.Cyclin A- CDK 2 3.Cyclin B – CDK 1 4.Cyclin E- CDK 2", "options": [{"label": "A", "text": "2-3-1-4", "correct": false}, {"label": "B", "text": "1-4-3-2", "correct": false}, {"label": "C", "text": "1-2-4-3", "correct": false}, {"label": "D", "text": "1-4-2-3", "correct": true}], "correct_answer": "D. 1-4-2-3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62220141704955239/62220141704955239.m3u8"}, {"text": "Which of the following is activated by intrinsic or extrinsic pathways?", "options": [{"label": "A", "text": "Necroptosis", "correct": false}, {"label": "B", "text": "Apoptosis", "correct": true}, {"label": "C", "text": "Necrosis", "correct": false}, {"label": "D", "text": "Ferroptosis", "correct": false}], "correct_answer": "B. Apoptosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59941261704955253/59941261704955253.m3u8"}, {"text": "Which is not a cause/ involved in SCID??", "options": [{"label": "A", "text": "ADA deficiency", "correct": false}, {"label": "B", "text": "IL2R", "correct": false}, {"label": "C", "text": "JAK3", "correct": false}, {"label": "D", "text": "BTK", "correct": true}], "correct_answer": "D. BTK", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22558881704955270/22558881704955270.m3u8"}, {"text": "An affected male does not have affected children but an affected female always has affected children. What is the type of inheritance?", "options": [{"label": "A", "text": "X linked recessive", "correct": false}, {"label": "B", "text": "Autosomal recessive", "correct": false}, {"label": "C", "text": "X linked dominant", "correct": false}, {"label": "D", "text": "Mitochondrial", "correct": true}], "correct_answer": "D. Mitochondrial", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(128).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48352531704955291/48352531704955291.m3u8"}, {"text": "Acute inflammatory response is seen in:", "options": [{"label": "A", "text": "Pyroptosis", "correct": false}, {"label": "B", "text": "Necroptosis", "correct": false}, {"label": "C", "text": "Necrosis", "correct": true}, {"label": "D", "text": "Autophagy", "correct": false}], "correct_answer": "C. Necrosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62029821704955316/62029821704955316.m3u8"}, {"text": "Which of the following is not a characteristics of apoptosis?", "options": [{"label": "A", "text": "Cell organelle swelling", "correct": true}, {"label": "B", "text": "Intact membrane", "correct": false}, {"label": "C", "text": "Carried out by a dedicated set of genes", "correct": false}, {"label": "D", "text": "No inflammatory reaction", "correct": false}], "correct_answer": "A. Cell organelle swelling", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70290831704955327/70290831704955327.m3u8"}, {"text": "All of the following are signs of reversible cell injury; except:", "options": [{"label": "A", "text": "Loss of microvilli", "correct": false}, {"label": "B", "text": "Cellular swelling", "correct": false}, {"label": "C", "text": "Bleb formation", "correct": false}, {"label": "D", "text": "Dense Mitochondrial deposits", "correct": true}], "correct_answer": "D. Dense Mitochondrial deposits", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17128511704955340/17128511704955340.m3u8"}, {"text": "Dystrophic calcification is seen in:", "options": [{"label": "A", "text": "Paget’s disease of bone", "correct": false}, {"label": "B", "text": "Lung involvement in sarcoidosis", "correct": false}, {"label": "C", "text": "Immobilized healing fracture", "correct": false}, {"label": "D", "text": "Myositis ossificans", "correct": true}], "correct_answer": "D. Myositis ossificans", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25985141704955354/25985141704955354.m3u8"}, {"text": "If DNA is damaged, which gene causes cell cycle arrest?", "options": [{"label": "A", "text": "Rb", "correct": false}, {"label": "B", "text": "MYC", "correct": false}, {"label": "C", "text": "p53", "correct": true}, {"label": "D", "text": "K-RAS", "correct": false}], "correct_answer": "C. p53", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45849901704955367/45849901704955367.m3u8"}, {"text": "True statement is A. BRCA 1 is an oncogene B. myc is tumor suppressor gene C. EGFR mutations positive in Non Small cell carcinoma D. Her 2 Neu amplification is seen in Breast carcinoma", "options": [{"label": "A", "text": "C, D", "correct": true}, {"label": "B", "text": "A, C", "correct": false}, {"label": "C", "text": "B, D", "correct": false}, {"label": "D", "text": "A, B", "correct": false}], "correct_answer": "A. C, D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10_1(93).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18729281704955378/18729281704955378.m3u8"}, {"text": "True or false regarding Amyloidosis: a) SAA is the most common type of amyloid seen in familial Mediterranean fever b) On Congo red staining, amyloid shows apple green birefringence c) AL has kappa light chain d) Senile amyloidosis is due to ?2-microglobulin", "options": [{"label": "A", "text": "a-True, b-True, C-True and d-False,", "correct": true}, {"label": "B", "text": "a-True, b-false, C-False and d-True,", "correct": false}, {"label": "C", "text": "a-False, b-True, C-False and d-False,", "correct": false}, {"label": "D", "text": "a-False, b-False, C-False and d-True,", "correct": false}], "correct_answer": "A. a-True, b-True, C-True and d-False,", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32732411704955394/32732411704955394.m3u8"}, {"text": "Match the following about the endothelial contraction:", "options": [{"label": "A", "text": "1-a, 2-b, 3-c", "correct": false}, {"label": "B", "text": "1-b, 2-a, 3-c", "correct": false}, {"label": "C", "text": "1-b, 2-c, 3-a", "correct": true}, {"label": "D", "text": "1-a, 2-c, 3-b", "correct": false}], "correct_answer": "C. 1-b, 2-c, 3-a", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(413).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34878171704955411/34878171704955411.m3u8"}, {"text": "Identify the pattern of inheritance from the pedigree chart shown below", "options": [{"label": "A", "text": "Autosomal recessive", "correct": false}, {"label": "B", "text": "Autosomal dominant", "correct": false}, {"label": "C", "text": "Mitochondrial inheritance", "correct": false}, {"label": "D", "text": "X-linked recessive", "correct": true}], "correct_answer": "D. X-linked recessive", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(378).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36768661704955422/36768661704955422.m3u8"}, {"text": "Dead necrotic cells are identified by ?", "options": [{"label": "A", "text": "Inflammosomes", "correct": false}, {"label": "B", "text": "Toll like receptors", "correct": true}, {"label": "C", "text": "NET", "correct": false}, {"label": "D", "text": "P-selectin", "correct": false}], "correct_answer": "B. Toll like receptors", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19196871704955436/19196871704955436.m3u8"}, {"text": "Which of the following is the mechanism demonstrated below?", "options": [{"label": "A", "text": "Emperipolesis", "correct": true}, {"label": "B", "text": "Phagocytosis", "correct": false}, {"label": "C", "text": "Autophagy", "correct": false}, {"label": "D", "text": "Necrosis", "correct": false}], "correct_answer": "A. Emperipolesis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(347).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70881691704955449/70881691704955449.m3u8"}, {"text": "Differential expression of parental genetic material in the child is known as?", "options": [{"label": "A", "text": "Anticipation", "correct": false}, {"label": "B", "text": "Genomic imprinting", "correct": true}, {"label": "C", "text": "Mosaics", "correct": false}, {"label": "D", "text": "Incomplete penetrance", "correct": false}], "correct_answer": "B. Genomic imprinting", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16_1(75).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12599821704955464/12599821704955464.m3u8"}, {"text": "Most common banding technique to identify dicentric chromosome is ?", "options": [{"label": "A", "text": "C", "correct": true}, {"label": "B", "text": "G", "correct": false}, {"label": "C", "text": "R", "correct": false}, {"label": "D", "text": "Q", "correct": false}], "correct_answer": "A. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17(308).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63832231704955476/63832231704955476.m3u8"}, {"text": "Identify the test in the image given?", "options": [{"label": "A", "text": "PCR", "correct": false}, {"label": "B", "text": "Karyotype", "correct": false}, {"label": "C", "text": "Sequencing", "correct": false}, {"label": "D", "text": "FISH", "correct": true}], "correct_answer": "D. FISH", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(290).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18_1(74).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is an X linked Dominant disease?", "options": [{"label": "A", "text": "Rett syndrome", "correct": true}, {"label": "B", "text": "Duchenne muscular dystrophy", "correct": false}, {"label": "C", "text": "Tuberous sclerosis", "correct": false}, {"label": "D", "text": "Hemophilia A", "correct": false}], "correct_answer": "A. Rett syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55137551704955491/55137551704955491.m3u8"}, {"text": "Which of the following is correct ratio of T cell to B cell ratio in the blood?", "options": [{"label": "A", "text": "1:4", "correct": false}, {"label": "B", "text": "4:1", "correct": false}, {"label": "C", "text": "3:1", "correct": true}, {"label": "D", "text": "1:3", "correct": false}], "correct_answer": "C. 3:1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67199141704955502/67199141704955502.m3u8"}, {"text": "Partial aneuploidy is seen in?", "options": [{"label": "A", "text": "WAGR", "correct": false}, {"label": "B", "text": "CAH", "correct": false}, {"label": "C", "text": "Testicular feminisation syndrome", "correct": false}, {"label": "D", "text": "Cri DU chat syndrome.", "correct": true}], "correct_answer": "D. Cri DU chat syndrome.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19482991704955514/19482991704955514.m3u8"}, {"text": "MHC class I bind to antigen and activate?", "options": [{"label": "A", "text": "CD8 cells", "correct": true}, {"label": "B", "text": "CD4 cells", "correct": false}, {"label": "C", "text": "B cells", "correct": false}, {"label": "D", "text": "NK cells", "correct": false}], "correct_answer": "A. CD8 cells", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28971551704955527/28971551704955527.m3u8"}, {"text": "True about autophagy is?", "options": [{"label": "A", "text": "Happens if excess of protein in the cell", "correct": false}, {"label": "B", "text": "Autophagosome binds with lysosome to form autophagolysome", "correct": true}, {"label": "C", "text": "Autophagosome is a single membrane bound organalle", "correct": false}, {"label": "D", "text": "Binds with any organelle", "correct": false}], "correct_answer": "B. Autophagosome binds with lysosome to form autophagolysome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32289881704955540/32289881704955540.m3u8"}, {"text": "Cell in cell appearance is seen in", "options": [{"label": "A", "text": "Necrosis", "correct": false}, {"label": "B", "text": "Apoptosis", "correct": false}, {"label": "C", "text": "Necroptosis", "correct": false}, {"label": "D", "text": "Entosis", "correct": true}], "correct_answer": "D. Entosis", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/26_1(32).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11253781704955551/11253781704955551.m3u8"}, {"text": "Technique to assess low allele frequency is?", "options": [{"label": "A", "text": "FISH", "correct": false}, {"label": "B", "text": "PCR", "correct": false}, {"label": "C", "text": "Sangers Sequencing", "correct": true}, {"label": "D", "text": "Karyotype", "correct": false}], "correct_answer": "C. Sangers Sequencing", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26389311704955562/26389311704955562.m3u8"}, {"text": "Identify the cell which is positive for toluidine blue?", "options": [{"label": "A", "text": "Mast cells", "correct": true}, {"label": "B", "text": "Macrophage", "correct": false}, {"label": "C", "text": "Lymphocyte", "correct": false}, {"label": "D", "text": "Plasma cell", "correct": false}], "correct_answer": "A. Mast cells", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66836361704955577/66836361704955577.m3u8"}, {"text": "A boy presents with multiple petechiae, and atopic dermatitis, blood examination shows small platelets and low platelet count, normal WBC count. Next best investigation?", "options": [{"label": "A", "text": "WASP mutation", "correct": true}, {"label": "B", "text": "Antibodies to platelets", "correct": false}, {"label": "C", "text": "Bone marrow examination", "correct": false}, {"label": "D", "text": "EM of platelets", "correct": false}], "correct_answer": "A. WASP mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51758631704712956/51758631704712956.m3u8"}, {"text": "Which of the following is the best way to demonstrate fat", "options": [{"label": "A", "text": "Frozen sections", "correct": true}, {"label": "B", "text": "Formalin", "correct": false}, {"label": "C", "text": "Paraffin embedded tissue", "correct": false}, {"label": "D", "text": "Romanvosky", "correct": false}], "correct_answer": "A. Frozen sections", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67700601704955615/67700601704955615.m3u8"}, {"text": "Which is true regarding tumor immune survillence?", "options": [{"label": "A", "text": "Anti CTLA 4 antibodies are used in advanced stage of cancer", "correct": true}, {"label": "B", "text": "Mutation of Tumor suppressor gene supresses antigen toxicity", "correct": false}, {"label": "C", "text": "PD1/PDL1 activation leads to tumor suppression", "correct": false}, {"label": "D", "text": "Binding of CD28 leads to immune tolerance", "correct": false}], "correct_answer": "A. Anti CTLA 4 antibodies are used in advanced stage of cancer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65649771704955630/65649771704955630.m3u8"}, {"text": "True about Telomerase are all except", "options": [{"label": "A", "text": "Reverse transcriptase", "correct": false}, {"label": "B", "text": "Maintains the length of the chromosome", "correct": false}, {"label": "C", "text": "Involved in DNA repair", "correct": true}, {"label": "D", "text": "Seen only in Eukaryotes", "correct": false}], "correct_answer": "C. Involved in DNA repair", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26855071704955641/26855071704955641.m3u8"}, {"text": "E7 protein of HPV acts on", "options": [{"label": "A", "text": "???P53", "correct": false}, {"label": "B", "text": "RB", "correct": true}, {"label": "C", "text": "BC1-2", "correct": false}, {"label": "D", "text": "Cyclin D1", "correct": false}], "correct_answer": "B. RB", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63412611704955656/63412611704955656.m3u8"}, {"text": "Cell involved in delayed type of hypersensitivity is", "options": [{"label": "A", "text": "Neutrophil", "correct": false}, {"label": "B", "text": "Plasma cells", "correct": false}, {"label": "C", "text": "CD8 T cell", "correct": true}, {"label": "D", "text": "Mast cell", "correct": false}], "correct_answer": "C. CD8 T cell", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38424091704955669/38424091704955669.m3u8"}, {"text": "Cell/Mediators involved in the early phase of Type I Hypersensitivity is (multiple options) A. Mast cell B. Histamine C. Prostaglandins D. Neutrophils", "options": [{"label": "A", "text": "A, B, C", "correct": true}, {"label": "B", "text": "B, C, D", "correct": false}, {"label": "C", "text": "A, C, D", "correct": false}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "A. A, B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20107571704955682/20107571704955682.m3u8"}, {"text": "The karyotype of an individual showed the following picture. Which of the following clinical features may be seen ?", "options": [{"label": "A", "text": "Webbed neck", "correct": false}, {"label": "B", "text": "Gynecomastia & thin limbs", "correct": true}, {"label": "C", "text": "Polydactyly", "correct": false}, {"label": "D", "text": "Prominent occiput", "correct": false}], "correct_answer": "B. Gynecomastia & thin limbs", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36(141).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36_1(32).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24036741704955692/24036741704955692.m3u8"}, {"text": "Which of the following malignancy is least commonly associated with lymphatic spread?", "options": [{"label": "A", "text": "Basal Cell Carcinoma", "correct": true}, {"label": "B", "text": "Squamous cell Carcinoma", "correct": false}, {"label": "C", "text": "Malignant melanoma", "correct": false}, {"label": "D", "text": "Merkel cell Carcinoma.", "correct": false}], "correct_answer": "A. Basal Cell Carcinoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37072871704955705/37072871704955705.m3u8"}, {"text": "Which of the following is the correct sequence of cellular events of acute inflammation?", "options": [{"label": "A", "text": "Rolling-----Stable adhesion-----Activation of integrins-----migration via endothelium.", "correct": false}, {"label": "B", "text": "Rolling-----Activation of integrins-----Stable adhesion-----migration via endothelium.", "correct": true}, {"label": "C", "text": "Stable adhesion----- Rolling----- Activation of integrins-----migration via endothelium", "correct": false}, {"label": "D", "text": "Activation of integrins----- migration via endothelium-----Stable adhesion-----Rolling.", "correct": false}], "correct_answer": "B. Rolling-----Activation of integrins-----Stable adhesion-----migration via endothelium.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7911631704955718/7911631704955718.m3u8"}, {"text": "Which molecules help in movement of leucocytes across endothelial cells?", "options": [{"label": "A", "text": "PECAM1", "correct": true}, {"label": "B", "text": "E selectin", "correct": false}, {"label": "C", "text": "CD11/CD18", "correct": false}, {"label": "D", "text": "VLA", "correct": false}], "correct_answer": "A. PECAM1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which molecules help in adhesion in the process of inflammation", "options": [{"label": "A", "text": "PECAM1", "correct": false}, {"label": "B", "text": "E selectin", "correct": false}, {"label": "C", "text": "P selectin", "correct": false}, {"label": "D", "text": "VLA", "correct": true}], "correct_answer": "D. VLA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30146531704955730/30146531704955730.m3u8"}, {"text": "Basophils are activated by", "options": [{"label": "A", "text": "IgE Fixed cell", "correct": true}, {"label": "B", "text": "IL-19", "correct": false}, {"label": "C", "text": "Complement factors", "correct": false}, {"label": "D", "text": "TNF", "correct": false}], "correct_answer": "A. IgE Fixed cell", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5999781704955745/5999781704955745.m3u8"}, {"text": "Which of the following stain is used for Acidic mucin?", "options": [{"label": "A", "text": "Alcian blue", "correct": true}, {"label": "B", "text": "PAS", "correct": false}, {"label": "C", "text": "Masson’s trichrome stain", "correct": false}, {"label": "D", "text": "PTAH", "correct": false}], "correct_answer": "A. Alcian blue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28805511704955760/28805511704955760.m3u8"}, {"text": "Which of the following labels corresponds to the condenser of the microscope?", "options": [{"label": "A", "text": "C", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "D", "correct": false}, {"label": "D", "text": "A", "correct": false}], "correct_answer": "A. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/43(101).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/43_1(26).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77780411704955772/77780411704955772.m3u8"}, {"text": "A 12-years-old boy had a cut in his forearm 4 days ago. Now the bleeding has been stopped due to granulation tissue formation. While taking skin biopsy a part of the granulation tissue was also included in the specimen. Which type of collagen is found in this granulation tissue?", "options": [{"label": "A", "text": "Type 1", "correct": false}, {"label": "B", "text": "Type 2", "correct": false}, {"label": "C", "text": "Type 3", "correct": true}, {"label": "D", "text": "Type 4", "correct": false}], "correct_answer": "C. Type 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34758681704955784/34758681704955784.m3u8"}, {"text": "Match the following cancers –", "options": [{"label": "A", "text": "1-C, 2-D,3-A,4-B", "correct": true}, {"label": "B", "text": "1-B, 2-A, 3-D, 4-C", "correct": false}, {"label": "C", "text": "1-B, 2-D, 3-A, 4-C", "correct": false}, {"label": "D", "text": "1-C, 2-A,3-D,4-B", "correct": false}], "correct_answer": "A. 1-C, 2-D,3-A,4-B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_63.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18786291704955798/18786291704955798.m3u8"}, {"text": "Which of the following is the receptor for EBV ?", "options": [{"label": "A", "text": "CD19", "correct": false}, {"label": "B", "text": "CD21", "correct": true}, {"label": "C", "text": "CD22", "correct": false}, {"label": "D", "text": "CD20", "correct": false}], "correct_answer": "B. CD21", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55332991704712974/55332991704712974.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4, B-3, C-2, D-1", "correct": true}, {"label": "B", "text": "A-3, B-4, C-2, D-1", "correct": false}, {"label": "C", "text": "A-4, B-3, C-1, D-2", "correct": false}, {"label": "D", "text": "A-4, B-2, C-3, D-1", "correct": false}], "correct_answer": "A. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47(115).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25136731704955811/25136731704955811.m3u8"}, {"text": "Absent graft vs host reaction in patient with bare lymphocyte disease is due to deficiency of –", "options": [{"label": "A", "text": "T cells", "correct": false}, {"label": "B", "text": "Complement", "correct": false}, {"label": "C", "text": "MHC II", "correct": true}, {"label": "D", "text": "MHC I", "correct": false}], "correct_answer": "C. MHC II", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58177601704955823/58177601704955823.m3u8"}, {"text": "Which of the following cytokines are not seen in TH1 ? 1. IL -12 2. IFN gamma 3. IL 2 4. IL-4", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "1, 3, 4", "correct": false}, {"label": "C", "text": "4 only", "correct": true}, {"label": "D", "text": "1, 4", "correct": false}], "correct_answer": "C. 4 only", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77757211704955837/77757211704955837.m3u8"}, {"text": "Which of the following are true regarding sirtuins ( multiple options) A. Increases insulin sensitivity and thus glucose metabolism B. Promote genes which increase longevity C. 7 TYPES D. types of histone deacetylase", "options": [{"label": "A", "text": "A, B, C, D", "correct": true}, {"label": "B", "text": "A, C, D", "correct": false}, {"label": "C", "text": "B, D", "correct": false}, {"label": "D", "text": "A, D", "correct": false}], "correct_answer": "A. A, B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27195871704955851/27195871704955851.m3u8"}, {"text": "Senile atrophy is due to-", "options": [{"label": "A", "text": "Denervation", "correct": false}, {"label": "B", "text": "Decreased nutrition", "correct": false}, {"label": "C", "text": "Decreased workload", "correct": false}, {"label": "D", "text": "Reduced blood supply", "correct": true}], "correct_answer": "D. Reduced blood supply", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8450021704955862/8450021704955862.m3u8"}, {"text": "Match the following-", "options": [{"label": "A", "text": "A-2 ,B-3, C-1", "correct": true}, {"label": "B", "text": "A-3 ,B-2, C-1", "correct": false}, {"label": "C", "text": "A-2 ,B-1, C-3", "correct": false}, {"label": "D", "text": "A-1 ,B-3, C-2", "correct": false}], "correct_answer": "A. A-2 ,B-3, C-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/53(100).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38421091704955873/38421091704955873.m3u8"}, {"text": "Which of the following is not a poor prognostic feature of ALL?", "options": [{"label": "A", "text": "T(4;11)", "correct": false}, {"label": "B", "text": "T(9;22)", "correct": false}, {"label": "C", "text": "Hyperploidy", "correct": true}, {"label": "D", "text": "Age <1 year", "correct": false}], "correct_answer": "C. Hyperploidy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60142571704712989/60142571704712989.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A3, B4, C2, D1", "correct": true}, {"label": "B", "text": "A4, B3, C2, D1", "correct": false}, {"label": "C", "text": "A3, B4, C1, D2", "correct": false}, {"label": "D", "text": "A3, B2, C4, D1", "correct": false}], "correct_answer": "A. A3, B4, C2, D1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(778).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47406341704713006/47406341704713006.m3u8"}, {"text": "The peripheral blood smear is as shown. What is diagnosis?", "options": [{"label": "A", "text": "CML", "correct": false}, {"label": "B", "text": "CLL", "correct": true}, {"label": "C", "text": "ALL", "correct": false}, {"label": "D", "text": "AML", "correct": false}], "correct_answer": "B. CLL", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(742).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77575501704713018/77575501704713018.m3u8"}, {"text": "45 year male presents with easy fatigue. CBC shows WBC count 4,50,000. Differential count shows increased basophils, neutrophis and eosinophils. Likely diagnosis?", "options": [{"label": "A", "text": "AML", "correct": false}, {"label": "B", "text": "CML", "correct": true}, {"label": "C", "text": "CLL", "correct": false}, {"label": "D", "text": "ALL", "correct": false}], "correct_answer": "B. CML", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71590931704713031/71590931704713031.m3u8"}, {"text": "A man presented with non tender cervical lymphadenopathy. Biopsy shows binucleated cells. Which marker is likely to be positive I. CD15 II. CD 30 III. CD 20 IV. CD 45 V. CD3", "options": [{"label": "A", "text": "I, II", "correct": true}, {"label": "B", "text": "I, II, IV", "correct": false}, {"label": "C", "text": "III, IV, V", "correct": false}, {"label": "D", "text": "III, V", "correct": false}], "correct_answer": "A. I, II", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23315601704713059/23315601704713059.m3u8"}, {"text": "True regarding Hemophilia A I. X linked recessive inheritance II. Factor viii deficiency III. More common in males IV. Mucosal bleeds are common V. Elevated bleeding time", "options": [{"label": "A", "text": "I, II, III", "correct": true}, {"label": "B", "text": "II, III, IV", "correct": false}, {"label": "C", "text": "IV, V", "correct": false}, {"label": "D", "text": "II, V", "correct": false}], "correct_answer": "A. I, II, III", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61950761704713077/61950761704713077.m3u8"}, {"text": "A child has hemolytic faces and anemia with history of repeated blood transfusions. Which investigations are considered I. Blood smear II. HPLC III. Flow cytometry IV. PT,APTT V. BM aspirate", "options": [{"label": "A", "text": "I, II", "correct": true}, {"label": "B", "text": "III, IV", "correct": false}, {"label": "C", "text": "I, V", "correct": false}, {"label": "D", "text": "II, IV", "correct": false}], "correct_answer": "A. I, II", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57148431704713090/57148431704713090.m3u8"}, {"text": "A 10-year-old boy presented with fatigue, Hb 9, MCH 20, MCV 60. Serum ferritin 200 (normal 50-150), TLC is 20000 DLC L-65, N-20, Mono 10, Eo-5. What is likely diagnosis?", "options": [{"label": "A", "text": "Thalassemia", "correct": false}, {"label": "B", "text": "Anemia of chronic disease", "correct": true}, {"label": "C", "text": "Iron deficiency anemia", "correct": false}, {"label": "D", "text": "Sideroblastic anemia", "correct": false}], "correct_answer": "B. Anemia of chronic disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4046181704713104/4046181704713104.m3u8"}, {"text": "True about hereditary spherocytosis is", "options": [{"label": "A", "text": "Atleat 25% have family history", "correct": true}, {"label": "B", "text": "Increased MCH is pathognomonic", "correct": false}, {"label": "C", "text": "Gall stones develop within 5 years", "correct": false}, {"label": "D", "text": "Splenectomy doesn’t protect against gall stones", "correct": false}], "correct_answer": "A. Atleat 25% have family history", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3839501704713119/3839501704713119.m3u8"}, {"text": "Maximum amplitude in thromboelastography measures", "options": [{"label": "A", "text": "Intrinsic pathway", "correct": false}, {"label": "B", "text": "Extrinsic pathway", "correct": false}, {"label": "C", "text": "vWF", "correct": false}, {"label": "D", "text": "Platelet function", "correct": true}], "correct_answer": "D. Platelet function", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77188961704713133/77188961704713133.m3u8"}, {"text": "A 35-year female presents with easy fatigue, blood smear is as shown in the image. Serum ferritin is 10ng/ml, TLC 11000, platelet count 400000. What is diagnosis", "options": [{"label": "A", "text": "Essential thrombocytosis", "correct": false}, {"label": "B", "text": "Iron deficiency", "correct": true}, {"label": "C", "text": "Thalassemia", "correct": false}, {"label": "D", "text": "Anemia of chronic disease", "correct": false}], "correct_answer": "B. Iron deficiency", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/FMGE%20222.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14326381704713171/14326381704713171.m3u8"}, {"text": "Which of the following marker of NK cells?", "options": [{"label": "A", "text": "CD3", "correct": false}, {"label": "B", "text": "CD68", "correct": false}, {"label": "C", "text": "Cd25", "correct": false}, {"label": "D", "text": "CD 94", "correct": true}], "correct_answer": "D. CD 94", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39017221704713183/39017221704713183.m3u8"}, {"text": "All of the following are increased in pregnancy except?", "options": [{"label": "A", "text": "Factor 7", "correct": false}, {"label": "B", "text": "Factor 2", "correct": false}, {"label": "C", "text": "Factor 8", "correct": false}, {"label": "D", "text": "Factor 11", "correct": true}], "correct_answer": "D. Factor 11", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65320441704713197/65320441704713197.m3u8"}, {"text": "Blood transfusion requires screening of blood for all of the following except", "options": [{"label": "A", "text": "Malaria", "correct": false}, {"label": "B", "text": "HIV", "correct": false}, {"label": "C", "text": "Dengue", "correct": true}, {"label": "D", "text": "Hepatitis-B", "correct": false}], "correct_answer": "C. Dengue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20283261704713210/20283261704713210.m3u8"}, {"text": "A 60-year female suffering from DUB presents with easy fatigue and pallor. Blood examination shows Hb 6g/dl. Which finding is expected in this patient? I. Microcytic hypochromic RBC II. Poikilocytosis III. Target cells IV. Macrocytosis V. Pappenheimer bodies", "options": [{"label": "A", "text": "I, II, III", "correct": true}, {"label": "B", "text": "III, IV, V", "correct": false}, {"label": "C", "text": "II, IV", "correct": false}, {"label": "D", "text": "I, V", "correct": false}], "correct_answer": "A. I, II, III", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15251561704713223/15251561704713223.m3u8"}, {"text": "In iron excess condition Protein A is secreted by liver which causes down regulation protein B in the gut. Protein A and B are respectively?", "options": [{"label": "A", "text": "Ferritin, ferroportin", "correct": false}, {"label": "B", "text": "Transferrin, hepcidin", "correct": false}, {"label": "C", "text": "Hepcidic, ferroportin", "correct": true}, {"label": "D", "text": "Hepcidin, DMT 1", "correct": false}], "correct_answer": "C. Hepcidic, ferroportin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51799401704713236/51799401704713236.m3u8"}, {"text": "Which of the following is false about anemia of chronic disease", "options": [{"label": "A", "text": "Chronic infection", "correct": false}, {"label": "B", "text": "Low serum ferritin", "correct": true}, {"label": "C", "text": "Increased hepcidin", "correct": false}, {"label": "D", "text": "Adequate iron stores", "correct": false}], "correct_answer": "B. Low serum ferritin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34363491704713248/34363491704713248.m3u8"}, {"text": "Splenomegaly is not seen in", "options": [{"label": "A", "text": "Lymphoma", "correct": false}, {"label": "B", "text": "Chronic myeloid leukaemia", "correct": false}, {"label": "C", "text": "Aplastic anemia", "correct": true}, {"label": "D", "text": "Hairy cell leukaemia", "correct": false}], "correct_answer": "C. Aplastic anemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26576191704713264/26576191704713264.m3u8"}, {"text": "65-year-male presents with easy fatigue PBS is as shown. Which of the following is diagnostic investigation in this patient?", "options": [{"label": "A", "text": "Bone marrow biopsy", "correct": false}, {"label": "B", "text": "Flow cytometry", "correct": true}, {"label": "C", "text": "FISH", "correct": false}, {"label": "D", "text": "Cytogenetics", "correct": false}], "correct_answer": "B. Flow cytometry", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/23(223).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40538851704713277/40538851704713277.m3u8"}, {"text": "A child presents with proptosis and you are suspecting Chloroma. Which investigation will help?", "options": [{"label": "A", "text": "Platelet count", "correct": false}, {"label": "B", "text": "HB", "correct": false}, {"label": "C", "text": "WBC count", "correct": true}, {"label": "D", "text": "Peripheral blood smear", "correct": false}], "correct_answer": "C. WBC count", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8384681704713291/8384681704713291.m3u8"}, {"text": "A patient presents with cervical lymphadenopathy. Biopsy from the lymphnode is as follows. Which of the following is true?", "options": [{"label": "A", "text": "Hodgkin lymphoma, RS cells, EBV", "correct": true}, {"label": "B", "text": "Hodgkin lymphoma, RS HIV", "correct": false}, {"label": "C", "text": "Non Hodgkin lymphoma, RS cells, EBV", "correct": false}, {"label": "D", "text": "Non Hodgkin lymphoma, Giant cell HIV", "correct": false}], "correct_answer": "A. Hodgkin lymphoma, RS cells, EBV", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(215).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11590541704713303/11590541704713303.m3u8"}, {"text": "Diagnostic feature of Langerhan cell histiocytosis is?", "options": [{"label": "A", "text": "Histiocyte", "correct": false}, {"label": "B", "text": "Eosinophils", "correct": false}, {"label": "C", "text": "Birbeck granules", "correct": true}, {"label": "D", "text": "Giant cells", "correct": false}], "correct_answer": "C. Birbeck granules", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-22%20at%202_29_31%20PM.jpeg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19861621704713318/19861621704713318.m3u8"}, {"text": "A patient is being transfused blood and develops sudden breathlessness and hypoxia. BP is 150/90. Which of the following investigations will help in arriving at diagnosis of transfusion associated circulatory overload?", "options": [{"label": "A", "text": "Chest X ray", "correct": false}, {"label": "B", "text": "Neutrophil count", "correct": false}, {"label": "C", "text": "BNP", "correct": true}, {"label": "D", "text": "CD34", "correct": false}], "correct_answer": "C. BNP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6068021704713336/6068021704713336.m3u8"}, {"text": "70-year-old man presents with ataxia and testicular swelling. Most likely cause for such manifestation is?", "options": [{"label": "A", "text": "Glioblastoma", "correct": false}, {"label": "B", "text": "Hodgkin lymohoma", "correct": false}, {"label": "C", "text": "Non Hodgkin lymohoma", "correct": true}, {"label": "D", "text": "Seminoma", "correct": false}], "correct_answer": "C. Non Hodgkin lymohoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20330301704713350/20330301704713350.m3u8"}, {"text": "True about intra cellular regulation of Iron in IDA is", "options": [{"label": "A", "text": "Transferrin receptor 1 translation is decreased by binding to iron regulatory protein", "correct": false}, {"label": "B", "text": "Transferrin receptor 1 translation is increased by binding to iron regulatory protein", "correct": false}, {"label": "C", "text": "Ferritin translation is decreased by binding to iron regulatory protein", "correct": true}, {"label": "D", "text": "Ferritin translation is increased by binding to iron regulatory protein", "correct": false}], "correct_answer": "C. Ferritin translation is decreased by binding to iron regulatory protein", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6795361704713362/6795361704713362.m3u8"}, {"text": "Irradiated RBC prevent which of the following (multiple options) I. HLA sensitisation II. GVHD III. Immunomodulation IV. CMV infection V. Anaphylaxis", "options": [{"label": "A", "text": "I, II, IV", "correct": true}, {"label": "B", "text": "III, IV , V", "correct": false}, {"label": "C", "text": "IV, V", "correct": false}, {"label": "D", "text": "V", "correct": false}], "correct_answer": "A. I, II, IV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67233731704713373/67233731704713373.m3u8"}, {"text": "Identify the factor labelled 1 in the image", "options": [{"label": "A", "text": "Factor VII", "correct": true}, {"label": "B", "text": "Factor XII", "correct": false}, {"label": "C", "text": "vWf", "correct": false}, {"label": "D", "text": "Factor II", "correct": false}], "correct_answer": "A. Factor VII", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1180).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53156121704713387/53156121704713387.m3u8"}, {"text": "CLL arises from", "options": [{"label": "A", "text": "Germinal cenre", "correct": false}, {"label": "B", "text": "Interfolicular region Naive B cells", "correct": true}, {"label": "C", "text": "Perifollicular region naïve B cells", "correct": false}, {"label": "D", "text": "Mature B cells in the blood", "correct": false}, {"label": "E", "text": "Progenitor B cells", "correct": false}], "correct_answer": "B. Interfolicular region Naive B cells", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38639611704713399/38639611704713399.m3u8"}, {"text": "A G6PD deficient patient has (multiple options) I. Increased lipid peroxidation of RBC membrane II. Reduced susceptibility of Rbc for macrophage phagocytosis III. Reduced NADPH IV. Reduced conversion from oxidised to reduced form of Glutathione V. Increased free radical production", "options": [{"label": "A", "text": "I, III , IV", "correct": true}, {"label": "B", "text": "III, IV, V", "correct": false}, {"label": "C", "text": "I, IV, V", "correct": false}, {"label": "D", "text": "III, V", "correct": false}], "correct_answer": "A. I, III , IV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65511351704713410/65511351704713410.m3u8"}, {"text": "Flow cytometry can be shown by", "options": [{"label": "A", "text": "Histogram and dot plot", "correct": true}, {"label": "B", "text": "Pie chart and dot plot", "correct": false}, {"label": "C", "text": "Bar diagram and dot plot", "correct": false}, {"label": "D", "text": "Linear diagram and dot plot", "correct": false}], "correct_answer": "A. Histogram and dot plot", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8663631704713423/8663631704713423.m3u8"}, {"text": "Virus causing aplastic crisis in Hereditary spherocytosis", "options": [{"label": "A", "text": "HIV", "correct": false}, {"label": "B", "text": "Parvo virus", "correct": true}, {"label": "C", "text": "Adenovirus", "correct": false}, {"label": "D", "text": "Polyoma virus", "correct": false}], "correct_answer": "B. Parvo virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76692881704713433/76692881704713433.m3u8"}, {"text": "All of the following are seen in PNH except", "options": [{"label": "A", "text": "Aplastic anemia", "correct": false}, {"label": "B", "text": "Thrombosis", "correct": false}, {"label": "C", "text": "Leukaemia", "correct": true}, {"label": "D", "text": "Thrombocytopenia", "correct": false}], "correct_answer": "C. Leukaemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54549291704713447/54549291704713447.m3u8"}, {"text": "Treatment of sideroblastic anemia", "options": [{"label": "A", "text": "Pyridoxin", "correct": true}, {"label": "B", "text": "B1", "correct": false}, {"label": "C", "text": "B12", "correct": false}, {"label": "D", "text": "d. Iron", "correct": false}], "correct_answer": "A. Pyridoxin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5402791704713462/5402791704713462.m3u8"}, {"text": "A 58 year old female presents with back ache. Bone scan shows Lytic lesions, serum calcium 13 mg/dI, Albumin 3, Total proteins are increased, Serum Creatinine 3.8 what is the diagnosis?", "options": [{"label": "A", "text": "Milk Alkali syndrome", "correct": false}, {"label": "B", "text": "Multiple myeloma", "correct": true}, {"label": "C", "text": "Hyper parathyroidism", "correct": false}, {"label": "D", "text": "Metastatic breast carcinoma", "correct": false}], "correct_answer": "B. Multiple myeloma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36693551704713491/36693551704713491.m3u8"}, {"text": "True about Nodular lymphocyte predominant Hodgkin lymphoma in comparison with classical Hodgkin lymphoma is? A. Nodular lymphocyte predominant has poor prognosis B. Nodular lymphocyte predominant is not associated with EBV C. Popcorn cells are positive for CD 20 & EMA D. Popcorn cells are negative for CD30 & CD15", "options": [{"label": "A", "text": "B, C, D", "correct": true}, {"label": "B", "text": "A, C, D", "correct": false}, {"label": "C", "text": "A, B", "correct": false}, {"label": "D", "text": "B, C", "correct": false}], "correct_answer": "A. B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1322271704713506/1322271704713506.m3u8"}, {"text": "Peripheral blood smear is as follows. What is likely diagnosis?", "options": [{"label": "A", "text": "Thalassemia", "correct": false}, {"label": "B", "text": "B12 deficiency", "correct": true}, {"label": "C", "text": "Iron deficiency Anemia", "correct": false}, {"label": "D", "text": "Anemia of chronic disease", "correct": false}], "correct_answer": "B. B12 deficiency", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/40(109).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38548081704713518/38548081704713518.m3u8"}, {"text": "Which factor de?ciency will not affect coagulation invivo", "options": [{"label": "A", "text": "5", "correct": false}, {"label": "B", "text": "7", "correct": false}, {"label": "C", "text": "9", "correct": false}, {"label": "D", "text": "12", "correct": true}], "correct_answer": "D. 12", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46318761704713531/46318761704713531.m3u8"}, {"text": "Test for rapid assessment of entire coagulation including platelet function, clot formation and ?brinolysis in emergency", "options": [{"label": "A", "text": "CT", "correct": false}, {"label": "B", "text": "PT", "correct": false}, {"label": "C", "text": "APTT", "correct": false}, {"label": "D", "text": "Thromboelastography", "correct": true}], "correct_answer": "D. Thromboelastography", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2638491704713544/2638491704713544.m3u8"}, {"text": "Translocation 11;14, lymphoma is positive for", "options": [{"label": "A", "text": "Sox 11", "correct": false}, {"label": "B", "text": "Cyclin D1", "correct": true}, {"label": "C", "text": "CD10", "correct": false}, {"label": "D", "text": "CD200", "correct": false}], "correct_answer": "B. Cyclin D1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40998911704713591/40998911704713591.m3u8"}, {"text": "Identify the cells marked", "options": [{"label": "A", "text": "1-Basophil, 2- Eosinophil, 3- Monocyte, 4- Lymphocyte", "correct": false}, {"label": "B", "text": "1-Basophil, 2- Eosinophil, 3- Lymphocyte, 4- Monocyte", "correct": true}, {"label": "C", "text": "1-Neutrophil, 2- Eosinophils, 3- Lymphocyte, 4- Monocyte", "correct": false}, {"label": "D", "text": "1- Neutrophil,2 – Basophil, 3- Lymphocyte. 4- Monocyte", "correct": false}], "correct_answer": "B. 1-Basophil, 2- Eosinophil, 3- Lymphocyte, 4- Monocyte", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/44(117).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16817241704713606/16817241704713606.m3u8"}, {"text": "JAK 2 mutation is seen in", "options": [{"label": "A", "text": "Polycythemia vera", "correct": true}, {"label": "B", "text": "Essential thrombocytosis", "correct": false}, {"label": "C", "text": "CML", "correct": false}, {"label": "D", "text": "AML", "correct": false}], "correct_answer": "A. Polycythemia vera", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24523891704713619/24523891704713619.m3u8"}, {"text": "A child was diagnosed of Dengue fever and is afebrile since last 24 hours. Pulse is 80, BP 120/80, temperature 98 F. He had an episode of epistaxis after blowing out from the nose which stopped by itself without intervention. The platelet count is 14000/cu.mm. which of the following is true about the child (multiple options) A. Start platelet transfusion B. Give oral fluids C. Observation D. Reassure and discharge", "options": [{"label": "A", "text": "B, C", "correct": true}, {"label": "B", "text": "A, D", "correct": false}, {"label": "C", "text": "A, C", "correct": false}, {"label": "D", "text": "B, D", "correct": false}], "correct_answer": "A. B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58306391704713634/58306391704713634.m3u8"}, {"text": "Dry tap is less likely seen in A. AML-M7 B. CML C. Hairy cell leukaemia D. MDS with hyper cellularity E. Follicular lymphoma", "options": [{"label": "A", "text": "A, D, E", "correct": true}, {"label": "B", "text": "B, C, E", "correct": false}, {"label": "C", "text": "A, B, D", "correct": false}, {"label": "D", "text": "C, D", "correct": false}], "correct_answer": "A. A, D, E", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7356201704713649/7356201704713649.m3u8"}, {"text": "Which of the following is definitive investigation for diagnosis in parents of 2 year old boy with prominent maxilla , frontal bossing and given repeated BT at 9,13,18 months. Next investigation for diagnosis?", "options": [{"label": "A", "text": "Parental HPLC", "correct": false}, {"label": "B", "text": "Globin Gene Sequencing", "correct": true}, {"label": "C", "text": "BM examination", "correct": false}, {"label": "D", "text": "Serum ferritin", "correct": false}], "correct_answer": "B. Globin Gene Sequencing", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1765051704713669/1765051704713669.m3u8"}, {"text": "With the given clinical image which type of anemia is most likely the diagnosis?", "options": [{"label": "A", "text": "Iron deficiency", "correct": false}, {"label": "B", "text": "B12 deficiency", "correct": true}, {"label": "C", "text": "Thalassemia", "correct": false}, {"label": "D", "text": "Sideroblastic", "correct": false}], "correct_answer": "B. B12 deficiency", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49(101).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52105031704713682/52105031704713682.m3u8"}, {"text": "Intracellular viral infection inclusion bodies match the following type question", "options": [{"label": "A", "text": "1-b, 2-c, 3-d, 4-a", "correct": true}, {"label": "B", "text": "1-b, 2-d, 3-c, 4-a", "correct": false}, {"label": "C", "text": "1-d, 2-a, 3-b, 4-c", "correct": false}, {"label": "D", "text": "1-a, 2-b, 3-d, 4-c", "correct": false}], "correct_answer": "A. 1-b, 2-c, 3-d, 4-a", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/50(103).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76250811704713698/76250811704713698.m3u8"}, {"text": "Match the following translocations with the lymphomas:-", "options": [{"label": "A", "text": "1-b, 2-d, 3-a, 4-c", "correct": true}, {"label": "B", "text": "1-d, 2-c, 3-cb, 4-d", "correct": false}, {"label": "C", "text": "1-a, 2-a, 3-ac, 4-c", "correct": false}, {"label": "D", "text": "1-c, 2-b, 3-cd, 4-c", "correct": false}], "correct_answer": "A. 1-b, 2-d, 3-a, 4-c", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/51(92).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/140341704713726/140341704713726.m3u8"}, {"text": "In the below flow cytometry graphs, if A and B are normal scatter plots for B cells, interpret images C and D and come to a diagnosis", "options": [{"label": "A", "text": "SCID", "correct": false}, {"label": "B", "text": "Chronic granulomatous disease", "correct": false}, {"label": "C", "text": "Hyper IgM syndrome", "correct": true}, {"label": "D", "text": "Bare lymphocyte syndrome", "correct": false}], "correct_answer": "C. Hyper IgM syndrome", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/55(95).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following produces VwF.", "options": [{"label": "A", "text": "Platelets", "correct": false}, {"label": "B", "text": "Neutrophils", "correct": false}, {"label": "C", "text": "Endothelial cells", "correct": true}, {"label": "D", "text": "Macrophage", "correct": false}], "correct_answer": "C. Endothelial cells", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26120251704713752/26120251704713752.m3u8"}, {"text": "Based on this serum electrophoresis image what is likely diagnosis?", "options": [{"label": "A", "text": "Nephrotic syndrome", "correct": false}, {"label": "B", "text": "Multiple myeloma", "correct": true}, {"label": "C", "text": "Immunodeficiency", "correct": false}, {"label": "D", "text": "Cirrhosis", "correct": false}], "correct_answer": "B. Multiple myeloma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(870).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59463331704713772/59463331704713772.m3u8"}, {"text": "True about accelerated phase of CML A. Not responding to tyrosine kinase inhibitor B. Persistent thrombocytosis not responding to treatment C. Persistent leucocytosis not responding to treatment D. Blast count >20%", "options": [{"label": "A", "text": "A, B, C", "correct": true}, {"label": "B", "text": "A, C, D", "correct": false}, {"label": "C", "text": "B, D", "correct": false}, {"label": "D", "text": "C, D", "correct": false}], "correct_answer": "A. A, B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45718811704713784/45718811704713784.m3u8"}, {"text": "Which of the following regarding BM biopsy needle/ procedure is not true", "options": [{"label": "A", "text": "Can be done in prone or lateral position", "correct": false}, {"label": "B", "text": "To find out infiltrative and granulomatous disorders", "correct": false}, {"label": "C", "text": "Breath holding not necessary", "correct": false}, {"label": "D", "text": "Platelet count of 40000 is a contraindication", "correct": true}], "correct_answer": "D. Platelet count of 40000 is a contraindication", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43648041704713798/43648041704713798.m3u8"}, {"text": "For detection of intrinsic pathway of coagulation which one of the following is used?", "options": [{"label": "A", "text": "aPTT", "correct": true}, {"label": "B", "text": "PT", "correct": false}, {"label": "C", "text": "BT", "correct": false}, {"label": "D", "text": "CT", "correct": false}], "correct_answer": "A. aPTT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7615781704713810/7615781704713810.m3u8"}, {"text": "Match the followings:", "options": [{"label": "A", "text": "1-c, 2-d, 3-a, 4-b", "correct": true}, {"label": "B", "text": "1-a, 2-b, 3-c, 4-d", "correct": false}, {"label": "C", "text": "1-c, 2-d, 3-b, 4-a", "correct": false}, {"label": "D", "text": "1-d, 2-b, 3-a 4-c", "correct": false}], "correct_answer": "A. 1-c, 2-d, 3-a, 4-b", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/62(77).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55019461704713829/55019461704713829.m3u8"}, {"text": "A 40-years male complains of hot flashes and pruritis each time he bathes. Hb: 20% gm, Platelet: 89000/µL, WBC: 30,000/µL, Investigation revealed JAK2 mutation. What is the most likely diagnosis?", "options": [{"label": "A", "text": "PMF", "correct": false}, {"label": "B", "text": "CML", "correct": false}, {"label": "C", "text": "PCV", "correct": true}, {"label": "D", "text": "Essential thrombocytosis", "correct": false}], "correct_answer": "C. PCV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73650631704713842/73650631704713842.m3u8"}, {"text": "A thalassemia major patient undergoes recurrent transfusions. But he frequently developstransfusion reaction like fever and chills. What can be done to the blood to decrease the rate transfusion reactions? A. Leucocyte depletion B. Antibiotics C. Irradiation D. Washed RBCs", "options": [{"label": "A", "text": "A, C", "correct": true}, {"label": "B", "text": "C, D", "correct": false}, {"label": "C", "text": "B, D", "correct": false}, {"label": "D", "text": "A, D", "correct": false}], "correct_answer": "A. A, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68417711704713858/68417711704713858.m3u8"}, {"text": "Arrange the following clotting factor in sequence that they follow in coagulation cascade? 1. XIII 2. XII 3. X 4. V 5. IX", "options": [{"label": "A", "text": "2-3-4-1-5", "correct": false}, {"label": "B", "text": "2-5-3-4-1", "correct": true}, {"label": "C", "text": "1-2-5-3-4", "correct": false}, {"label": "D", "text": "2-3-5-4-1", "correct": false}], "correct_answer": "B. 2-5-3-4-1", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-22%20at%203_59_24%20PM.jpeg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63372091704713871/63372091704713871.m3u8"}, {"text": "A CKD patient had to undergo dialysis. His Hb was 5.2. So two blood transfusions were to begiven. First batch was completed in 2 hours. Second was started and midway he developed shortness of breath and hypertension. Vitals: BP 180/120 mm Hg and pulse rate 110/min. What is the cause?", "options": [{"label": "A", "text": "Allergic", "correct": false}, {"label": "B", "text": "Transfusion related circulatory overload (TACO)", "correct": true}, {"label": "C", "text": "TRALI", "correct": false}, {"label": "D", "text": "FNHTR", "correct": false}], "correct_answer": "B. Transfusion related circulatory overload (TACO)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59701081704713882/59701081704713882.m3u8"}, {"text": "Mutation seen in sickle cell anemia is", "options": [{"label": "A", "text": "Trinucleotide repeat mutation", "correct": false}, {"label": "B", "text": "Nonsense mutation", "correct": false}, {"label": "C", "text": "Missense point mutation", "correct": true}, {"label": "D", "text": "Deletion", "correct": false}], "correct_answer": "C. Missense point mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65570931704713894/65570931704713894.m3u8"}, {"text": "Sodium fluoride additive used in which colour cap?", "options": [{"label": "A", "text": "Blue", "correct": false}, {"label": "B", "text": "Grey", "correct": true}, {"label": "C", "text": "Purple", "correct": false}, {"label": "D", "text": "Red", "correct": false}], "correct_answer": "B. Grey", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9859511704713909/9859511704713909.m3u8"}, {"text": "Patient comes to ER with severe bleeding. Blood group is not known. Which group FFP will you give to the patient", "options": [{"label": "A", "text": "O +ve", "correct": false}, {"label": "B", "text": "O –ve", "correct": false}, {"label": "C", "text": "Ab +ve", "correct": true}, {"label": "D", "text": "A +ve", "correct": false}], "correct_answer": "C. Ab +ve", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65941271704713924/65941271704713924.m3u8"}, {"text": "Patient with severe bleeding comes to emergency dept.As per your demand you get 4 platelet and 2 PRC units from blood bank. What should be the next step", "options": [{"label": "A", "text": "Transfuse PC and store PRC at room temp", "correct": false}, {"label": "B", "text": "Transfue PC and store PRC between 2-4 degrees", "correct": false}, {"label": "C", "text": "Transfuse PRC and store PC at room temp", "correct": true}, {"label": "D", "text": "Transfuse PRC and store PC in 2-4 degrees", "correct": false}], "correct_answer": "C. Transfuse PRC and store PC at room temp", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60426271704713957/60426271704713957.m3u8"}, {"text": "Erythropoietin acts on", "options": [{"label": "A", "text": "CFU", "correct": true}, {"label": "B", "text": "Late erythtoblast", "correct": false}, {"label": "C", "text": "Normoblast", "correct": false}, {"label": "D", "text": "Blast forming unit (BFU)", "correct": false}], "correct_answer": "A. CFU", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29913611704713979/29913611704713979.m3u8"}, {"text": "A middle-aged person presented with history of fever and progressive abdominal discomfort for a period of 9 months On examination found to have a mass, radiological investigation showed a retroperitoneal mass. Peripheral smear and hematological findings were within normal limits. The gross and microscopy of the same is give below. Which of the following is the most appropriate diagnosis?", "options": [{"label": "A", "text": "NHL", "correct": false}, {"label": "B", "text": "Castleman disease", "correct": true}, {"label": "C", "text": "IgG4 mediated disease", "correct": false}, {"label": "D", "text": "Angiolymphoid hyperplasia", "correct": false}], "correct_answer": "B. Castleman disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/74(70).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39783311704713994/39783311704713994.m3u8"}, {"text": "Interpretation of iron deficiency anemia is- 1) Low serum ferritin 2) TIBC high 3) Low serum iron 4) Low transferrin saturation Choose the correct options-", "options": [{"label": "A", "text": "1,2,3,4", "correct": true}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "2,3", "correct": false}, {"label": "D", "text": "3,4", "correct": false}], "correct_answer": "A. 1,2,3,4", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(5).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Findings of cell necrosis: 1) Cell swelling 2) Cell membrane broken 3) Inflammation 4) Physiological", "options": [{"label": "A", "text": "1,2,3", "correct": true}, {"label": "B", "text": "1,2,3,4", "correct": false}, {"label": "C", "text": "1,3", "correct": false}, {"label": "D", "text": "3,4", "correct": false}], "correct_answer": "A. 1,2,3", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_2.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common cause of hypercoagulable state?", "options": [{"label": "A", "text": "Antithrombin C mutation", "correct": false}, {"label": "B", "text": "Factor V Leiden mutation", "correct": true}, {"label": "C", "text": "Prothrombin mutation", "correct": false}, {"label": "D", "text": "Protein C mutation", "correct": false}], "correct_answer": "B. Factor V Leiden mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the pattern of immunofluorescence staining:", "options": [{"label": "A", "text": "Nucleolar", "correct": false}, {"label": "B", "text": "Speckled", "correct": false}, {"label": "C", "text": "Homogenous", "correct": false}, {"label": "D", "text": "Centromeric", "correct": true}], "correct_answer": "D. Centromeric", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(28).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(3).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Anti-apoptotic gene among the following is:", "options": [{"label": "A", "text": "BAK", "correct": false}, {"label": "B", "text": "MCL-1", "correct": true}, {"label": "C", "text": "BAD", "correct": false}, {"label": "D", "text": "PUMA", "correct": false}], "correct_answer": "B. MCL-1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the following cell:", "options": [{"label": "A", "text": "Gaucher cell", "correct": false}, {"label": "B", "text": "Target cell", "correct": false}, {"label": "C", "text": "Hairy cell", "correct": true}, {"label": "D", "text": "Sickle cell", "correct": false}], "correct_answer": "C. Hairy cell", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(22).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is a specific marker for alcoholic liver disease?", "options": [{"label": "A", "text": "SGOT", "correct": false}, {"label": "B", "text": "SGPT", "correct": false}, {"label": "C", "text": "GGT", "correct": true}, {"label": "D", "text": "S. bilirubin", "correct": false}], "correct_answer": "C. GGT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the use of the following stain?", "options": [{"label": "A", "text": "Collagen", "correct": false}, {"label": "B", "text": "Elastin fibres", "correct": false}, {"label": "C", "text": "Amyloid", "correct": true}, {"label": "D", "text": "Routine histopathology", "correct": false}], "correct_answer": "C. Amyloid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(23).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child came with the following features. What is the line of management?", "options": [{"label": "A", "text": "IVIG", "correct": true}, {"label": "B", "text": "Aspirin", "correct": false}, {"label": "C", "text": "Steroids", "correct": false}, {"label": "D", "text": "Cyclophosphamide", "correct": false}], "correct_answer": "A. IVIG", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(17).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11_1(3).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "About BRCA 1, all are true, except?", "options": [{"label": "A", "text": "It is a tumor suppressor gene", "correct": false}, {"label": "B", "text": "It causes ovarian cancer", "correct": false}, {"label": "C", "text": "It is muted in fanconi’s anemia", "correct": true}, {"label": "D", "text": "It is involved in DNA repair in double strand breaks", "correct": false}], "correct_answer": "C. It is muted in fanconi’s anemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the pattern of inheritance from the pedigree chart shown below:", "options": [{"label": "A", "text": "Autosomal recessive", "correct": false}, {"label": "B", "text": "Autosomal dominant", "correct": true}, {"label": "C", "text": "Mitochondrial inheritance", "correct": false}, {"label": "D", "text": "X-linked recessive", "correct": false}], "correct_answer": "B. Autosomal dominant", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(19).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In Hepatitis B, the following serology is noted. Identify the asterisk?", "options": [{"label": "A", "text": "Anti HbC Ab", "correct": true}, {"label": "B", "text": "Anti Hbs Ab", "correct": false}, {"label": "C", "text": "Hbe Ag", "correct": false}, {"label": "D", "text": "Hbs Ag", "correct": false}], "correct_answer": "A. Anti HbC Ab", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(15).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14_1(3).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is true about transfusion products?", "options": [{"label": "A", "text": "Packed RBCs are stored at 15 degrees Celsius for 3 weeks", "correct": false}, {"label": "B", "text": "Platelets are stored at 20-24 degrees Celsius for 5 days", "correct": true}, {"label": "C", "text": "FFP is stored at -30 degrees Celsius for 2 years", "correct": false}, {"label": "D", "text": "Cryoppt is stored at 20-24 degrees Celsius", "correct": false}], "correct_answer": "B. Platelets are stored at 20-24 degrees Celsius for 5 days", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following-", "options": [{"label": "A", "text": "A-2, B,4 C-1, D-3", "correct": true}, {"label": "B", "text": "A-1 B-2 C-3 D-4", "correct": false}, {"label": "C", "text": "A-3 B-2 C-4 D-1", "correct": false}, {"label": "D", "text": "A-3 B-1 C-2 D-4", "correct": false}], "correct_answer": "A. A-2, B,4 C-1, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(8).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Specific antibody for dermatomyositis is-", "options": [{"label": "A", "text": "Anti-Jo Ab/ Anti-mi Ab", "correct": true}, {"label": "B", "text": "Anti-nuclear Ab", "correct": false}, {"label": "C", "text": "Anti- centromere Ab", "correct": false}, {"label": "D", "text": "Anti Scl-70 Ab", "correct": false}], "correct_answer": "A. Anti-Jo Ab/ Anti-mi Ab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Technique of altered DNA Sequence detection are all except- 1. Flow cytometry 2. Pyrosequencing 3. FISH 4. PCR", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "1,3", "correct": true}, {"label": "C", "text": "1 only", "correct": false}, {"label": "D", "text": "2 only", "correct": false}], "correct_answer": "B. 1,3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Amyloid in renal dialysis-", "options": [{"label": "A", "text": "Abeta2 microglobulin", "correct": true}, {"label": "B", "text": "ATTR", "correct": false}, {"label": "C", "text": "Al", "correct": false}, {"label": "D", "text": "Acal", "correct": false}], "correct_answer": "A. Abeta2 microglobulin", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/19_1.png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are true statements about Amyloidosis except?", "options": [{"label": "A", "text": "Al is seen in secondary amyloidosis", "correct": true}, {"label": "B", "text": "It is extracellular accumulation of protein", "correct": false}, {"label": "C", "text": "Named Amyloidosis because accumulation related to starch", "correct": false}, {"label": "D", "text": "Beta pleated sheat on Xray crystallography", "correct": false}], "correct_answer": "A. Al is seen in secondary amyloidosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Role of plasma transfusion in TTP is?", "options": [{"label": "A", "text": "Remove large multimers of VWF", "correct": false}, {"label": "B", "text": "Replenish blood volume", "correct": false}, {"label": "C", "text": "Provide clotting factors", "correct": false}, {"label": "D", "text": "Remove antibodies against ADAMTS13", "correct": true}], "correct_answer": "D. Remove antibodies against ADAMTS13", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Absent CD40 leads to absence of?", "options": [{"label": "A", "text": "Class switch", "correct": true}, {"label": "B", "text": "Maturation of B-lymphocytes", "correct": false}, {"label": "C", "text": "Proliferation of germinal centers", "correct": false}, {"label": "D", "text": "Thymus function", "correct": false}], "correct_answer": "A. Class switch", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the steps of karyotyping- 1. Draw peripheral blood in heparinised syringe 2. Addition of colchicine 3. Incubate for 3 days at 37 degrees 4. Preparation of cell colonies 5. Stain with giemsa", "options": [{"label": "A", "text": "1, 3, 2, 4, 5", "correct": true}, {"label": "B", "text": "1, 2, 4, 5, 3", "correct": false}, {"label": "C", "text": "1, 3, 2, 5, 4", "correct": false}, {"label": "D", "text": "5, 3, 2, 4, 1", "correct": false}], "correct_answer": "A. 1, 3, 2, 4, 5", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25_1(1).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the gene associated with Thymus production of proteins that regulate functions of T-lymphocytes.", "options": [{"label": "A", "text": "NOTCH-1", "correct": false}, {"label": "B", "text": "AIRE", "correct": true}, {"label": "C", "text": "BCL", "correct": false}, {"label": "D", "text": "p53", "correct": false}], "correct_answer": "B. AIRE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Blue Color vacutainer for plasma glucose estimation has which anti-coagulant?", "options": [{"label": "A", "text": "Tri Na Citrate", "correct": true}, {"label": "B", "text": "K oxalate", "correct": false}, {"label": "C", "text": "NaF", "correct": false}, {"label": "D", "text": "EDTA", "correct": false}], "correct_answer": "A. Tri Na Citrate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Markers of Seminoma- 1.PLAP- 2. OCT 3/4 3. KIT 4. HCG", "options": [{"label": "A", "text": "1 only", "correct": false}, {"label": "B", "text": "1 & 2 only", "correct": false}, {"label": "C", "text": "1, 2, 3 only", "correct": true}, {"label": "D", "text": "1,2,3,4, only", "correct": false}], "correct_answer": "C. 1, 2, 3 only", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which one is not helpful in DNA Double stand break repair?", "options": [{"label": "A", "text": "ATM", "correct": false}, {"label": "B", "text": "Brca1", "correct": false}, {"label": "C", "text": "Msh2", "correct": true}, {"label": "D", "text": "Ku 70", "correct": false}], "correct_answer": "C. Msh2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 73-year-old woman with DM WITH Hypertension, histology image with special stain as shown below what is the diagnosis?", "options": [{"label": "A", "text": "DCM", "correct": false}, {"label": "B", "text": "HOCM", "correct": false}, {"label": "C", "text": "RCM", "correct": true}, {"label": "D", "text": "Atrial fibrillation", "correct": false}], "correct_answer": "C. RCM", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(300).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the cancers.", "options": [{"label": "A", "text": "1-c, 2-d, 3-a, 4-b", "correct": true}, {"label": "B", "text": "1-B, 2-a, 3-d, 4-c", "correct": false}, {"label": "C", "text": "1-b, 2-d, 3-a, 4-c", "correct": false}, {"label": "D", "text": "1-c, 2-a, 3-d, 4-b", "correct": false}], "correct_answer": "A. 1-c, 2-d, 3-a, 4-b", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(304).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify structure marked with arrow", "options": [{"label": "A", "text": "Terminal bronchiole", "correct": false}, {"label": "B", "text": "Respiratory Bronchiole", "correct": false}, {"label": "C", "text": "Alveoli Sac", "correct": true}, {"label": "D", "text": "Bronchus", "correct": false}], "correct_answer": "C. Alveoli Sac", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(241).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Sweat chloride and pancreatic levesl of Cl in cystic fibrosis? 1. Cl concentration increases in sweat. 2. Cl concentration decreases in sweat. 3. Cl concentration increases in pancreatic secretion. 4. Cl concentration decreases in pancreatic secretion.", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "1,4", "correct": true}, {"label": "C", "text": "2,4", "correct": false}, {"label": "D", "text": "1.3", "correct": false}], "correct_answer": "B. 1,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Luminal type A of breast carcinoma is ?", "options": [{"label": "A", "text": "ER+, PR+, HER2- High Ki67", "correct": false}, {"label": "B", "text": "ER+, PR+, HER2-low Ki67", "correct": true}, {"label": "C", "text": "ER+, PR+, HER2+ High Ki67", "correct": false}, {"label": "D", "text": "ER-, PR-, HER2- High Ki67", "correct": false}], "correct_answer": "B. ER+, PR+, HER2-low Ki67", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Rinke crystals are seen in", "options": [{"label": "A", "text": "Seminoma", "correct": false}, {"label": "B", "text": "Yolk sac tumor", "correct": false}, {"label": "C", "text": "Leydig cell tumor", "correct": true}, {"label": "D", "text": "Sertoli cell tumor", "correct": false}], "correct_answer": "C. Leydig cell tumor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following will increase in electrophoresis in Nephrotic syndrome?", "options": [{"label": "A", "text": "Gamma globulin", "correct": false}, {"label": "B", "text": "Alpha 2 globulin", "correct": true}, {"label": "C", "text": "Beta globulin", "correct": false}, {"label": "D", "text": "Albumin", "correct": false}], "correct_answer": "B. Alpha 2 globulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with fever cough weightloss, histology of the pathology shows as below. What is most likely cytokine involved?", "options": [{"label": "A", "text": "Interferon gamma", "correct": true}, {"label": "B", "text": "Complement c5a", "correct": false}, {"label": "C", "text": "Histamine", "correct": false}, {"label": "D", "text": "Bradykinin", "correct": false}], "correct_answer": "A. Interferon gamma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(139).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "47-year-old male with 400 ml urine output per 24 hours, on histology he had cresents with pauci immune glomerulonephritis. What is the main etiology?", "options": [{"label": "A", "text": "Anti GBM", "correct": false}, {"label": "B", "text": "ANCA", "correct": true}, {"label": "C", "text": "Anti PL A2R", "correct": false}, {"label": "D", "text": "ANA", "correct": false}], "correct_answer": "B. ANCA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "26-year-old female with bleeding disorder, gave history of father and siter having same bleeding disorders. Which is the most likely disorder?", "options": [{"label": "A", "text": "VwD", "correct": true}, {"label": "B", "text": "Hemophilia A", "correct": false}, {"label": "C", "text": "Christmas Disease", "correct": false}, {"label": "D", "text": "Factor 12 Deficiency", "correct": false}], "correct_answer": "A. VwD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Sickle cell anemia treatment for decreasing pain which drug reduces vasculosive crisis? a. a,Hydroxyurea", "options": [{"label": "A", "text": "Hydroxyurea", "correct": true}, {"label": "B", "text": "Methotrexate + leucoorin", "correct": false}, {"label": "C", "text": "Azathiprine", "correct": false}, {"label": "D", "text": "Eltrombopag", "correct": false}], "correct_answer": "A. Hydroxyurea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following stains cause brown colour to Her2neu cells of breast carcinom", "options": [{"label": "A", "text": "Fit C", "correct": false}, {"label": "B", "text": "Alkaline phosphatase", "correct": false}, {"label": "C", "text": "Diamine benzidene", "correct": true}, {"label": "D", "text": "Amino benzidine", "correct": false}], "correct_answer": "C. Diamine benzidene", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A vegetarian paitent with MCV-110, HB 10gm% is most likely to have?", "options": [{"label": "A", "text": "IDA", "correct": false}, {"label": "B", "text": "Aplastic Anaemia", "correct": false}, {"label": "C", "text": "Megaloblastic anaemia", "correct": true}, {"label": "D", "text": "Thalassemia", "correct": false}], "correct_answer": "C. Megaloblastic anaemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which technique is used to identify auto antibodies?", "options": [{"label": "A", "text": "Direct immunofluorescence", "correct": false}, {"label": "B", "text": "ELISA", "correct": false}, {"label": "C", "text": "Indirect immunofluorescence", "correct": true}, {"label": "D", "text": "FISH", "correct": false}], "correct_answer": "C. Indirect immunofluorescence", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Sickle cell anemia", "options": [{"label": "A", "text": "Low mechanical fragility, high osmotic fragility", "correct": false}, {"label": "B", "text": "High mechanical fragility, high osmotic fragility", "correct": false}, {"label": "C", "text": "Low mechanical fragility, low osmotic fragility", "correct": false}, {"label": "D", "text": "High mechanical fragility, low osmotic fragility", "correct": true}], "correct_answer": "D. High mechanical fragility, low osmotic fragility", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Serum transferrin saturation level is low in-", "options": [{"label": "A", "text": "IDA", "correct": true}, {"label": "B", "text": "Hemochromatosis ?", "correct": false}, {"label": "C", "text": "Thalassemia", "correct": false}, {"label": "D", "text": "Meglaloblastic anemia", "correct": false}], "correct_answer": "A. IDA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the coloumn", "options": [{"label": "A", "text": "1-a,2-d,3-c,4-b", "correct": false}, {"label": "B", "text": "1-d,2-a,3-c,4-b", "correct": true}, {"label": "C", "text": "1-c,2-a,3-d,4-b", "correct": false}, {"label": "D", "text": "1-a,2-d,3-b,4-c", "correct": false}], "correct_answer": "B. 1-d,2-a,3-c,4-b", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(74).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Histological examination of Cervical lymphnode biopsy is as shown below what is likely diagnosis?", "options": [{"label": "A", "text": "Sarcoidosis", "correct": false}, {"label": "B", "text": "Tuberculosis", "correct": true}, {"label": "C", "text": "Langerhan cell histiocytosis", "correct": false}, {"label": "D", "text": "Hodgkin lymphoma", "correct": false}], "correct_answer": "B. Tuberculosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(453).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Male patient has trauma, blood has to be transfused, blood group unknown. What can be transfused", "options": [{"label": "A", "text": "A positive", "correct": false}, {"label": "B", "text": "AB negative", "correct": false}, {"label": "C", "text": "O negative", "correct": false}, {"label": "D", "text": "O positive", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient had tonsillitis, takes antibiotics for same, later presents eosinophilia and WBC cases in urine, likely diagnosis?", "options": [{"label": "A", "text": "Tubulointerstitial nephritis", "correct": true}, {"label": "B", "text": "PSGN", "correct": false}, {"label": "C", "text": "Acute Pyelonephritis", "correct": false}, {"label": "D", "text": "Chronic glomerulonephritis", "correct": false}], "correct_answer": "A. Tubulointerstitial nephritis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "FISH can detect all except:", "options": [{"label": "A", "text": "Amplification", "correct": false}, {"label": "B", "text": "Point mutation", "correct": true}, {"label": "C", "text": "Translocation", "correct": false}, {"label": "D", "text": "Deletion", "correct": false}], "correct_answer": "B. Point mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Delayed hemolytic reaction manifestation", "options": [{"label": "A", "text": "Cola coloured urine after 2 hr", "correct": false}, {"label": "B", "text": "Increased UC bilirubin few days", "correct": true}, {"label": "C", "text": "Increased LDH", "correct": false}, {"label": "D", "text": "Renal failure", "correct": false}], "correct_answer": "B. Increased UC bilirubin few days", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following doesn't cause cholangiocarcinoma", "options": [{"label": "A", "text": "Caroli disease.", "correct": false}, {"label": "B", "text": "Hepatitis B/C", "correct": false}, {"label": "C", "text": "Opisthorchis", "correct": false}, {"label": "D", "text": "Primary biliary cirrhosis", "correct": true}], "correct_answer": "D. Primary biliary cirrhosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with thyroid carcinoma shows amyloid deposits, what is the cell of origin?", "options": [{"label": "A", "text": "Follicular cells", "correct": false}, {"label": "B", "text": "Parafollicular cells", "correct": true}, {"label": "C", "text": "Endothelial cells", "correct": false}, {"label": "D", "text": "Hurthie cells", "correct": false}], "correct_answer": "B. Parafollicular cells", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which isn't inherited", "options": [{"label": "A", "text": "Homocystinuria", "correct": false}, {"label": "B", "text": "Protein c def", "correct": false}, {"label": "C", "text": "Antithrombin 3 def", "correct": false}, {"label": "D", "text": "PNH", "correct": true}], "correct_answer": "D. PNH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10922111731485683/10922111731485683.m3u8"}, {"text": "TTP not a component", "options": [{"label": "A", "text": "Thrombosis", "correct": true}, {"label": "B", "text": "Thrombocytopenia", "correct": false}, {"label": "C", "text": "Renal failure", "correct": false}, {"label": "D", "text": "Microangiopathic hem anemia", "correct": false}], "correct_answer": "A. Thrombosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10108951731485711/10108951731485711.m3u8"}, {"text": "Blood product not obtained by centrifugation", "options": [{"label": "A", "text": "Cryoprecipitate", "correct": false}, {"label": "B", "text": "Plasma", "correct": false}, {"label": "C", "text": "RBC", "correct": false}, {"label": "D", "text": "Serum albumin", "correct": true}], "correct_answer": "D. Serum albumin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64483041731485732/64483041731485732.m3u8"}, {"text": "Most common cause of inherited coagulop", "options": [{"label": "A", "text": "Protein C deficiency", "correct": false}, {"label": "B", "text": "Prothrombin deficiency", "correct": false}, {"label": "C", "text": "Factor V Leiden mutation", "correct": true}, {"label": "D", "text": "Antithrombin deficiency", "correct": false}], "correct_answer": "C. Factor V Leiden mutation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33087091731485756/33087091731485756.m3u8"}, {"text": "Which of the following should be done while drawing blood for serum calcium levels? (1) Avoid Exercise before making fist Do not make fist before phlebotomy (2) Torniquet should be released as quickly as possible (3) Citrate and oxalate are used as anticoagulant (4) Bedridden patients have increased calcium levels due to bone resorption", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "1,3", "correct": false}, {"label": "C", "text": "2,4", "correct": true}, {"label": "D", "text": "1,2,4", "correct": false}], "correct_answer": "C. 2,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65328341731485816/65328341731485816.m3u8"}, {"text": "Anticoagulant used for HbA1 C", "options": [{"label": "A", "text": "Sodium Fluride", "correct": false}, {"label": "B", "text": "Citrate", "correct": false}, {"label": "C", "text": "EDTA", "correct": true}, {"label": "D", "text": "Oxalate", "correct": false}], "correct_answer": "C. EDTA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9760631731485860/9760631731485860.m3u8"}, {"text": "In stored blood the oxygen dissociation curve is", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}, {"label": "E", "text": "E", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(205).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17158881731485882/17158881731485882.m3u8"}, {"text": "The image below is indicative of which of the following tumors", "options": [{"label": "A", "text": "Yolk sac tumor", "correct": true}, {"label": "B", "text": "Dysgerminoma", "correct": false}, {"label": "C", "text": "Krukenberg tumor", "correct": false}, {"label": "D", "text": "Granulosa cell tumour", "correct": false}], "correct_answer": "A. Yolk sac tumor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/NEW%20QUS%203.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2915511731485921/2915511731485921.m3u8"}, {"text": "Genes involved in epithelial mesenchymal transition", "options": [{"label": "A", "text": "TWIST, SNAIL", "correct": true}, {"label": "B", "text": "MMP", "correct": false}, {"label": "C", "text": "Cathepsin", "correct": false}, {"label": "D", "text": "TTF", "correct": false}], "correct_answer": "A. TWIST, SNAIL", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61635991731485939/61635991731485939.m3u8"}, {"text": "Which vial is used for serum electrolyte", "options": [{"label": "A", "text": "Lavender", "correct": false}, {"label": "B", "text": "Green", "correct": true}, {"label": "C", "text": "Gray", "correct": false}, {"label": "D", "text": "Yellow", "correct": false}], "correct_answer": "B. Green", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22644111731485966/22644111731485966.m3u8"}, {"text": "A newborn present with umbilical cord bleeding PT, APTT, TT are normal there is lysis of clot with urea. Likely diagnosis?", "options": [{"label": "A", "text": "Factor IX", "correct": false}, {"label": "B", "text": "VWD", "correct": false}, {"label": "C", "text": "Factor XIII", "correct": true}, {"label": "D", "text": "Factor VIII", "correct": false}], "correct_answer": "C. Factor XIII", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5794391731486006/5794391731486006.m3u8"}, {"text": "A 5 year child presents with fever hepatosplenomegaly, BMA shows Blasts flow cytometry is as follows, likely diagnosis?", "options": [{"label": "A", "text": "BALL", "correct": true}, {"label": "B", "text": "TALL", "correct": false}, {"label": "C", "text": "AML", "correct": false}, {"label": "D", "text": "Burkitt lymphoma", "correct": false}], "correct_answer": "A. BALL", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(220).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48371861731486036/48371861731486036.m3u8"}, {"text": "Not a feature of MEN 2B", "options": [{"label": "A", "text": "Marfanoid habitus", "correct": false}, {"label": "B", "text": "Mucosal neuroma", "correct": false}, {"label": "C", "text": "Parathyroid hyperplasia", "correct": true}, {"label": "D", "text": "Medullary carcinoma of thyroid", "correct": false}], "correct_answer": "C. Parathyroid hyperplasia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14114791731486076/14114791731486076.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4, B-1, C-2,D-3", "correct": true}, {"label": "B", "text": "A-3, B-1, C-4, D-2", "correct": false}, {"label": "C", "text": "A-4, b-2, C-1, D-3", "correct": false}, {"label": "D", "text": "A-1, B-4, C-2, D-3", "correct": false}], "correct_answer": "A. A-4, B-1, C-2,D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(688).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24489881731486112/24489881731486112.m3u8"}, {"text": "Test used to detect aneuploidy? (1) PCR (2) FISH (3) Conventional cytogenetics (4) Sanger Sequencing", "options": [{"label": "A", "text": "1,3", "correct": false}, {"label": "B", "text": "1,2", "correct": false}, {"label": "C", "text": "2,3", "correct": true}, {"label": "D", "text": "1,2,3,4", "correct": false}], "correct_answer": "C. 2,3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2895701731486133/2895701731486133.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-4, B-1, C-2,D-3", "correct": true}, {"label": "B", "text": "A-3, B-1, C-4, D-2", "correct": false}, {"label": "C", "text": "A-4, b-2, C-1, D-3", "correct": false}, {"label": "D", "text": "A-1, B-4, C-2, D-3", "correct": false}], "correct_answer": "A. A-4, B-1, C-2,D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(601).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21992251731486179/21992251731486179.m3u8"}, {"text": "Which of the following represents sickle cell anemia changes correctly?", "options": [{"label": "A", "text": "Glutamate replaced by lysine on 6th aminoacid", "correct": false}, {"label": "B", "text": "Glutamate replaced by valine on 6th aminoacid", "correct": true}, {"label": "C", "text": "Glutamate replaced by lysine on 26th aminoacid", "correct": false}, {"label": "D", "text": "Glutamate replaced by valine on 26th aminoacid", "correct": false}], "correct_answer": "B. Glutamate replaced by valine on 6th aminoacid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18811321731486221/18811321731486221.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-3, B-1, C-4, D-2", "correct": false}, {"label": "B", "text": "A-4, b-2, C-1, D-3", "correct": false}, {"label": "C", "text": "A-4, B-1, C-2, D-3", "correct": true}, {"label": "D", "text": "A-1, B-4, C-2, D-S", "correct": false}], "correct_answer": "C. A-4, B-1, C-2, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(536).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36006851731486276/36006851731486276.m3u8"}, {"text": "Not true about celiac disease", "options": [{"label": "A", "text": "Anti TTG IgA are present", "correct": false}, {"label": "B", "text": "Antigliadin antibodies are present", "correct": false}, {"label": "C", "text": "HLA DQ6/11 association", "correct": true}, {"label": "D", "text": "Marsh criteria is used", "correct": false}], "correct_answer": "C. HLA DQ6/11 association", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49992751731486300/49992751731486300.m3u8"}, {"text": "A young man presents with swelling in hand, excision was performed histopathological examination of the same is as follows Which of the following is not true about the tumor?", "options": [{"label": "A", "text": "Verocay bodies are seen", "correct": false}, {"label": "B", "text": "Associated with fibromatosis", "correct": false}, {"label": "C", "text": "Metastasis is common", "correct": true}, {"label": "D", "text": "Arises from nerve sheath", "correct": false}], "correct_answer": "C. Metastasis is common", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(689).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33268101731486333/33268101731486333.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A-3, B-1, C-4, D-2", "correct": true}, {"label": "B", "text": "A-4, 6-2, C-1, D-3", "correct": false}, {"label": "C", "text": "A-4, B-1, C-2, D-3", "correct": false}, {"label": "D", "text": "A-1, B-4, C-2, D-3", "correct": false}], "correct_answer": "A. A-3, B-1, C-4, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(487).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28298851731486371/28298851731486371.m3u8"}, {"text": "Identify the structure on prostate biopsy", "options": [{"label": "A", "text": "Psammoma bodies", "correct": false}, {"label": "B", "text": "Corpora arenacea", "correct": false}, {"label": "C", "text": "Corpora amylacea", "correct": true}, {"label": "D", "text": "Amyloid", "correct": false}], "correct_answer": "C. Corpora amylacea", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(179).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61704421731486403/61704421731486403.m3u8"}, {"text": "Which of the following is not a part of NAME syndrome in carney complex", "options": [{"label": "A", "text": "Nevi", "correct": false}, {"label": "B", "text": "Atrial myxoma", "correct": false}, {"label": "C", "text": "Myxoid neurofibroma", "correct": false}, {"label": "D", "text": "Epstein anamoly", "correct": true}], "correct_answer": "D. Epstein anamoly", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75241231731486433/75241231731486433.m3u8"}, {"text": "A patient presents with fatigue, neuropathy post gastrectomy, which of the following deficiencies is he likely to have?", "options": [{"label": "A", "text": "Folic acid", "correct": false}, {"label": "B", "text": "Vitamin B12", "correct": true}, {"label": "C", "text": "Iron", "correct": false}, {"label": "D", "text": "Pyridoxine", "correct": false}], "correct_answer": "B. Vitamin B12", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56785911731486467/56785911731486467.m3u8"}, {"text": "Wound sutured after 5 days of infection due to infection. Healing is by", "options": [{"label": "A", "text": "Primary", "correct": false}, {"label": "B", "text": "Secondary", "correct": false}, {"label": "C", "text": "Tertiary", "correct": true}, {"label": "D", "text": "Quaternary", "correct": false}], "correct_answer": "C. Tertiary", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is required for activation of T cells", "options": [{"label": "A", "text": "CD40", "correct": false}, {"label": "B", "text": "CD28", "correct": true}, {"label": "C", "text": "PD-1", "correct": false}, {"label": "D", "text": "PD L-1", "correct": false}], "correct_answer": "B. CD28", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Nuclear stain for Neuroendocrine tumors", "options": [{"label": "A", "text": "Chromogranin", "correct": false}, {"label": "B", "text": "Synaptophysin", "correct": false}, {"label": "C", "text": "CD56", "correct": false}, {"label": "D", "text": "INSM1", "correct": true}], "correct_answer": "D. INSM1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "False about Hodgkin lymphoma", "options": [{"label": "A", "text": "Nodular sclerosis manifest as mediastinal lymphnode", "correct": false}, {"label": "B", "text": "RS cells are B cellsT", "correct": false}, {"label": "C", "text": "aldeyer ring most commonly involved", "correct": true}, {"label": "D", "text": "RS cells are positive for CD15, CD30, PAX5", "correct": false}], "correct_answer": "C. aldeyer ring most commonly involved", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "mutations in GIST are all except", "options": [{"label": "A", "text": "PDGFRA", "correct": false}, {"label": "B", "text": "KIT", "correct": false}, {"label": "C", "text": "SDH", "correct": false}, {"label": "D", "text": "NRG", "correct": true}], "correct_answer": "D. NRG", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "which of the following is not a difference between Necrosis and apoptosis", "options": [{"label": "A", "text": "Cell Shape", "correct": true}, {"label": "B", "text": "Intact Cellular content T", "correct": false}, {"label": "C", "text": "Intact Cell membrane T", "correct": false}, {"label": "D", "text": "Enzymes activated", "correct": false}], "correct_answer": "A. Cell Shape", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is NOT USED IN Colorie metric Hb estimation by Sahli", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/new%20Qs.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "true about anaphylaxis reaction (multiple T/F) A. Hypretension B. Urticaria C. Respiratory distress D. Occurs within few minutes to hours E. Vomiting and cramps", "options": [{"label": "A", "text": "B,C,D", "correct": true}, {"label": "B", "text": "A,E,D", "correct": false}, {"label": "C", "text": "A,B,E", "correct": false}, {"label": "D", "text": "A,E,C", "correct": false}], "correct_answer": "A. B,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are growth promoting Protooncogenes except", "options": [{"label": "A", "text": "TGF Alpha", "correct": false}, {"label": "B", "text": "TGF Beta", "correct": true}, {"label": "C", "text": "FGF", "correct": false}, {"label": "D", "text": "PDGF", "correct": false}], "correct_answer": "B. TGF Beta", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All are true about G6PD deficiency anemia except A. Oxidative stress induces hemolysis B. Males and females equally affected C. Decreased NADPH D. Heinz Bodies are seen", "options": [{"label": "A", "text": "A,C,D", "correct": true}, {"label": "B", "text": "A,B,C,", "correct": false}, {"label": "C", "text": "C,D,B", "correct": false}, {"label": "D", "text": "D,A,B", "correct": false}], "correct_answer": "A. A,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child presents with recurrent catalase positive infection What is likely diagnosis", "options": [{"label": "A", "text": "Chediac hegashi Syndrome", "correct": false}, {"label": "B", "text": "Chronic Granulomatous Disease", "correct": true}, {"label": "C", "text": "Brutons", "correct": false}, {"label": "D", "text": "SCID", "correct": false}], "correct_answer": "B. Chronic Granulomatous Disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A male patient has trauma and requires blood transfusion in emergency which one has to be transfused", "options": [{"label": "A", "text": "AB+", "correct": false}, {"label": "B", "text": "O+", "correct": true}, {"label": "C", "text": "O-", "correct": false}, {"label": "D", "text": "AB-", "correct": false}], "correct_answer": "B. O+", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following features are associated with granulosa cell tumors, a type of sex cord-stromal tumor of the ovary? A. call - Exner bodies B. Inhibin positivity C. Sex cord tumour origin D. CA-125 elevation", "options": [{"label": "A", "text": "Only A", "correct": false}, {"label": "B", "text": "A,B", "correct": false}, {"label": "C", "text": "A, B, C", "correct": true}, {"label": "D", "text": "A, B, C, D", "correct": false}], "correct_answer": "C. A, B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A woman presents with bilateral, multilobulated ovarian cysts containing solid components. Her serum CA-125 level is elevated. Which of the following is the most likely diagnosis?", "options": [{"label": "A", "text": "Granulosa cell tumor", "correct": false}, {"label": "B", "text": "Mucinous cystadenoma", "correct": false}, {"label": "C", "text": "Serous carcinoma", "correct": true}, {"label": "D", "text": "Endometrioma", "correct": false}], "correct_answer": "C. Serous carcinoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following stains is not used for the identification of ASPERGILLUS ?", "options": [{"label": "A", "text": "Congo red", "correct": true}, {"label": "B", "text": "Gomori methenamine silver (GMS)", "correct": false}, {"label": "C", "text": "Fontana-Masson", "correct": false}, {"label": "D", "text": "Periodic acid-Schiff (PAS)", "correct": false}], "correct_answer": "A. Congo red", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with multiple punched-out lytic lesions in the skull. Which of the following thyroid malignancies is most likely associated with this radiological finding?", "options": [{"label": "A", "text": "Papillary carcinoma of thyroid", "correct": false}, {"label": "B", "text": "Thyroid lymphoma", "correct": false}, {"label": "C", "text": "Follicular carcinoma of thyroid", "correct": true}, {"label": "D", "text": "Hurthule cell neoplasm", "correct": false}], "correct_answer": "C. Follicular carcinoma of thyroid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_4(11).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is NOT an aneuploidy?", "options": [{"label": "A", "text": "Bloom syndrome", "correct": true}, {"label": "B", "text": "Klinefelter syndrome", "correct": false}, {"label": "C", "text": "Trisomy 13", "correct": false}, {"label": "D", "text": "Trisomy 21", "correct": false}], "correct_answer": "A. Bloom syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following cancers is NOT associated with obesity?", "options": [{"label": "A", "text": "Meningioma", "correct": false}, {"label": "B", "text": "Pancreatic cancer", "correct": false}, {"label": "C", "text": "Stomach cancer", "correct": false}, {"label": "D", "text": "Multiple myeloma", "correct": true}], "correct_answer": "D. Multiple myeloma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the most common inherited bleeding disorder?", "options": [{"label": "A", "text": "Hemophilia A", "correct": false}, {"label": "B", "text": "APLA Syndrome", "correct": false}, {"label": "C", "text": "Von Willebrand disease", "correct": true}, {"label": "D", "text": "Factor V deficiency", "correct": false}], "correct_answer": "C. Von Willebrand disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Caspase-1 dependent + inflammation is seen in-", "options": [{"label": "A", "text": "Apoptosis", "correct": false}, {"label": "B", "text": "Pyroptosis", "correct": true}, {"label": "C", "text": "Necroptosis", "correct": false}, {"label": "D", "text": "Ferroptosis", "correct": false}], "correct_answer": "B. Pyroptosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Erythropoietin is useful in the treatment of which of the following types of anemia? A. Nutritional anemia B. Anemia due to chronic kidney disease (CKD) C. Myelofibrotic disorders D. Aplastic anemia", "options": [{"label": "A", "text": "Only A", "correct": false}, {"label": "B", "text": "A and B", "correct": false}, {"label": "C", "text": "Only B", "correct": true}, {"label": "D", "text": "A, B, C, D", "correct": false}], "correct_answer": "C. Only B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements is FALSE regarding gene-cancer associations?", "options": [{"label": "A", "text": "STK11 - Carcinoma breast", "correct": false}, {"label": "B", "text": "BRCA2 - Prostate cancer", "correct": false}, {"label": "C", "text": "TP53- Mucosal neuroma", "correct": true}, {"label": "D", "text": "PTEN - Thyroid lesions", "correct": false}], "correct_answer": "C. TP53- Mucosal neuroma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following HPV serotypes are associated with cervical carcinoma?", "options": [{"label": "A", "text": "HPV 6/11", "correct": false}, {"label": "B", "text": "HPV 16/18", "correct": true}, {"label": "C", "text": "HPV 31/33", "correct": false}, {"label": "D", "text": "HPV 45/45", "correct": false}], "correct_answer": "B. HPV 16/18", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 24-year-old woman presents with a breast lump. Biopsy reveals Her mother died of breast cancer at 31. only one genetic mutation test can be performed. Which of the following genes should be tested first?", "options": [{"label": "A", "text": "BRCA1", "correct": true}, {"label": "B", "text": "PTEN", "correct": false}, {"label": "C", "text": "TP53", "correct": false}, {"label": "D", "text": "CDH", "correct": false}], "correct_answer": "A. BRCA1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_12(5).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following immunodeficiency disorders is HLA mismatched transplant rejection least likely, due to absent or severely impaired immune response?", "options": [{"label": "A", "text": "Chediak-Higashi syndrome", "correct": false}, {"label": "B", "text": "Wiskott-Aldrich syndrome", "correct": false}, {"label": "C", "text": "Bare lymphocyte syndrome", "correct": true}, {"label": "D", "text": "Job syndrome", "correct": false}], "correct_answer": "C. Bare lymphocyte syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Diabetic nephropathy - which lesion is not characteristic of glomerular finding ?", "options": [{"label": "A", "text": "Podocyte loss", "correct": false}, {"label": "B", "text": "Mesangial windening", "correct": false}, {"label": "C", "text": "GBD thickenining", "correct": false}, {"label": "D", "text": "Ebstein Armani crystals", "correct": true}], "correct_answer": "D. Ebstein Armani crystals", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child present with petiche, purpura and platelet count of 10,000/ul. Bm shows increased megakaryocytes , what is treatment given ?", "options": [{"label": "A", "text": "BMT", "correct": false}, {"label": "B", "text": "MTX", "correct": false}, {"label": "C", "text": "IVIG", "correct": true}, {"label": "D", "text": "Aspirin", "correct": false}], "correct_answer": "C. IVIG", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mechanism of cancer cells consuming more glucose because", "options": [{"label": "A", "text": "increased glucose transporters (GLUT) and oxidative phosphorylation", "correct": false}, {"label": "B", "text": "Increased fatty acid metabolism", "correct": false}, {"label": "C", "text": "Lactic acid preferred despite oxygen", "correct": true}, {"label": "D", "text": "More pyruvate required for TCA", "correct": false}], "correct_answer": "C. Lactic acid preferred despite oxygen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following is INCORRECT about free radical A. Lipio peroxidation B. produced by neutrophils and involved in Respiratory burst C. SOD-Inhibit >free radical D. Seen in fibrinoid Necrosis", "options": [{"label": "A", "text": "Only A", "correct": false}, {"label": "B", "text": "A and B", "correct": false}, {"label": "C", "text": "A, B, C", "correct": true}, {"label": "D", "text": "A, B, C, D", "correct": false}], "correct_answer": "C. A, B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is not observed in turners ?", "options": [{"label": "A", "text": "short metacarpal", "correct": false}, {"label": "B", "text": "Webbed neck", "correct": false}, {"label": "C", "text": "Wide nipples", "correct": false}, {"label": "D", "text": "Prominent occipput", "correct": true}], "correct_answer": "D. Prominent occipput", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Alleles of genes pool belongs to ?", "options": [{"label": "A", "text": "Individual", "correct": false}, {"label": "B", "text": "Family", "correct": false}, {"label": "C", "text": "Population", "correct": false}, {"label": "D", "text": "Species", "correct": true}], "correct_answer": "D. Species", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient on renal transplasnt presents with respiratory discomfort low CD4 count. Which of the following stains is not used for demonstrating the organisms?", "options": [{"label": "A", "text": "Gomori Methenamine silver (GMS)", "correct": false}, {"label": "B", "text": "Masson fontana", "correct": false}, {"label": "C", "text": "PAS", "correct": false}, {"label": "D", "text": "Congo red", "correct": true}], "correct_answer": "D. Congo red", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_1%20(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "10-year-old Child has presented with fever petechiae, purpura. The platelet count is 10000. BMA shows slight increased megakaryocytes. Which of the following is likely treatment", "options": [{"label": "A", "text": "Aspirin", "correct": false}, {"label": "B", "text": "IVIg", "correct": true}, {"label": "C", "text": "Methotrextate", "correct": false}, {"label": "D", "text": "BM transplant", "correct": false}], "correct_answer": "B. IVIg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mechanism of Cancer cells consuming more glucose because", "options": [{"label": "A", "text": "Increased glucose transporters (GLUT) and Oxidative Phosphorylation", "correct": false}, {"label": "B", "text": "Increased fatty acid metabolism", "correct": false}, {"label": "C", "text": "Lactic acid is produced despite presence of oxygen", "correct": true}, {"label": "D", "text": "Enhanced conversion of glucose to pyruvate", "correct": false}], "correct_answer": "C. Lactic acid is produced despite presence of oxygen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Histopathology of 30-year lady’s breast limp is as follows her mother diagnosed of breast ca, her sister 10 year need screening for which gene", "options": [{"label": "A", "text": "BRCA1", "correct": false}, {"label": "B", "text": "P53", "correct": false}, {"label": "C", "text": "PTEN", "correct": false}, {"label": "D", "text": "CDH1", "correct": true}], "correct_answer": "D. CDH1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_4.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Select the wrongly matched", "options": [{"label": "A", "text": "SKT-11: Breast ca", "correct": false}, {"label": "B", "text": "BRCA2 : Prostate", "correct": false}, {"label": "C", "text": "P53: Mucosal neuromas", "correct": true}, {"label": "D", "text": "PTEN: Thyroid", "correct": false}], "correct_answer": "C. P53: Mucosal neuromas", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not an aneuploidy", "options": [{"label": "A", "text": "Down syndrome", "correct": false}, {"label": "B", "text": "Patau syndrome", "correct": false}, {"label": "C", "text": "Klinefelter syndrome", "correct": false}, {"label": "D", "text": "Bloom syndrome", "correct": true}], "correct_answer": "D. Bloom syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Caspase 1 dependent + inflammation is seen in", "options": [{"label": "A", "text": "Apoptosis", "correct": false}, {"label": "B", "text": "Pyroptosis", "correct": true}, {"label": "C", "text": "Necroptosis", "correct": false}, {"label": "D", "text": "Ferroptosis", "correct": false}], "correct_answer": "B. Pyroptosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following diseases HLA mismatched BM transplant rejection doesn’t happen", "options": [{"label": "A", "text": "Bare lymphocyte syndrome", "correct": true}, {"label": "B", "text": "Chediac Hegashi Syndome", "correct": false}, {"label": "C", "text": "Jobs Syndrome", "correct": false}, {"label": "D", "text": "Wiskott Aldrich", "correct": false}], "correct_answer": "A. Bare lymphocyte syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Histopathology of an ovarian mass in a Lady with Ascites is as follows. True about this A. Sex cord stromal tumor B.Call exner bodies are seen C.CA125 is high D.Inhibin is marker", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "1,2,4", "correct": true}, {"label": "C", "text": "2,4", "correct": false}, {"label": "D", "text": "1,4", "correct": false}], "correct_answer": "B. 1,2,4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_9(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which Anemia is treated by EPO", "options": [{"label": "A", "text": "CRF", "correct": true}, {"label": "B", "text": "Nutritional", "correct": false}, {"label": "C", "text": "Aplastic", "correct": false}, {"label": "D", "text": "Myelodysplastic syndrome", "correct": false}], "correct_answer": "A. CRF", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common inherited bleeding disorder", "options": [{"label": "A", "text": "VWD", "correct": true}, {"label": "B", "text": "Hemophilia", "correct": false}, {"label": "C", "text": "Factor V mutation", "correct": false}, {"label": "D", "text": "Antiphospholipid antibodies", "correct": false}], "correct_answer": "A. VWD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "identify structure labelled A", "options": [{"label": "A", "text": "Atrium", "correct": false}, {"label": "B", "text": "Bronchus", "correct": false}, {"label": "C", "text": "Respiratory bronchile", "correct": false}, {"label": "D", "text": "Terminal bronchiole", "correct": true}], "correct_answer": "D. Terminal bronchiole", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_12(1).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Obesity not associated with which cancer", "options": [{"label": "A", "text": "Myeloma", "correct": true}, {"label": "B", "text": "Stomach", "correct": false}, {"label": "C", "text": "Pancreas", "correct": false}, {"label": "D", "text": "Meningioma", "correct": false}], "correct_answer": "A. Myeloma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HPV causing cervical carcinoma", "options": [{"label": "A", "text": "HPV 6/11", "correct": false}, {"label": "B", "text": "HPV 16/18", "correct": true}, {"label": "C", "text": "HPV 31/35", "correct": false}, {"label": "D", "text": "HPV 45", "correct": false}], "correct_answer": "B. HPV 16/18", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 2-year child presents with bone pain and difficulty to walk. Which of the following tumor is inlinely to manifest like this", "options": [{"label": "A", "text": "Neuroblastoma", "correct": false}, {"label": "B", "text": "Ewings sarcoma", "correct": false}, {"label": "C", "text": "Clear cell sarcoma of Kidney", "correct": false}, {"label": "D", "text": "Retinoblastoma", "correct": true}], "correct_answer": "D. Retinoblastoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Free radical incorrect", "options": [{"label": "A", "text": "Lipid peroxidation", "correct": false}, {"label": "B", "text": "SOD inactivates", "correct": false}, {"label": "C", "text": "produced in neutrophils by respiratory burst", "correct": false}, {"label": "D", "text": "Fibrinoid necrosis causes it", "correct": true}], "correct_answer": "D. Fibrinoid necrosis causes it", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "H pylori infection does not lead to ulcers in all patients due to", "options": [{"label": "A", "text": "Infection happens in antrum even in asymptomatic individuals", "correct": false}, {"label": "B", "text": "Host and agent factors are both responsible for ulceration", "correct": true}, {"label": "C", "text": "Increased risk if associated with NSAIDS", "correct": false}, {"label": "D", "text": "All infections are not associated with inflammation", "correct": false}], "correct_answer": "B. Host and agent factors are both responsible for ulceration", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Allele of a gene pool is used for", "options": [{"label": "A", "text": "Individual", "correct": true}, {"label": "B", "text": "Family", "correct": false}, {"label": "C", "text": "Population", "correct": false}, {"label": "D", "text": "Interspecies", "correct": false}], "correct_answer": "A. Individual", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Best test for BRCA 1 testing", "options": [{"label": "A", "text": "Southern blot", "correct": false}, {"label": "B", "text": "DNA sequencing", "correct": true}, {"label": "C", "text": "qPCR", "correct": false}, {"label": "D", "text": "FISH", "correct": false}], "correct_answer": "B. DNA sequencing", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not a specific glomerular finding diabetic nephropathy", "options": [{"label": "A", "text": "Mesangial expansion", "correct": false}, {"label": "B", "text": "Armani Epstein lesion", "correct": true}, {"label": "C", "text": "Diffuse thickening of BM", "correct": false}, {"label": "D", "text": "Podocyte loss", "correct": false}], "correct_answer": "B. Armani Epstein lesion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 268 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Pediatrics Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 151</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 151 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "After the delivery of an infant of diabetic mother, blood glucose of the infant was 60 mg/dl. Which other investigation does the sister expects that the physician would ask her to do?", "options": [{"label": "A", "text": "Serum potassium", "correct": false}, {"label": "B", "text": "CBC", "correct": false}, {"label": "C", "text": "Serum calcium", "correct": true}, {"label": "D", "text": "Serum chloride", "correct": false}], "correct_answer": "C. Serum calcium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/vod/10004851681795513_504p.m3u8"}, {"text": "Correct order of suctioning during neonatal resuscitation is?", "options": [{"label": "A", "text": "Mouth-Nose", "correct": true}, {"label": "B", "text": "Nose-Mouth", "correct": false}, {"label": "C", "text": "Mouth-Nose-Trachea", "correct": false}, {"label": "D", "text": "Trachea-Nose-Mouth", "correct": false}], "correct_answer": "A. Mouth-Nose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What all is needed in a newborn intravenous cannulation among the following: A. 22 gauge needle B. 24 gauze needle C. 5ml syringe D. Normal saline E. Adhesive tape", "options": [{"label": "A", "text": "ACDE", "correct": false}, {"label": "B", "text": "AE", "correct": false}, {"label": "C", "text": "BCDE", "correct": true}, {"label": "D", "text": "BE", "correct": false}], "correct_answer": "C. BCDE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Best indicator of adequacy of ventilation is", "options": [{"label": "A", "text": "Chest rise", "correct": false}, {"label": "B", "text": "Improvement in HR", "correct": true}, {"label": "C", "text": "Improvement in color", "correct": false}, {"label": "D", "text": "Air entry", "correct": false}], "correct_answer": "B. Improvement in HR", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 3 weeks neonate presents with ambiguous genitalia with Na+ of 127, K+ of 6 meq/L. Along with intravenous fluids, what specific management is to be done?", "options": [{"label": "A", "text": "Calcium gluconate", "correct": false}, {"label": "B", "text": "Potassium resins/sequestration", "correct": false}, {"label": "C", "text": "Hydrocortisone", "correct": true}, {"label": "D", "text": "Broad spectrum antibiotics", "correct": false}], "correct_answer": "C. Hydrocortisone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30560231701944609/30560231701944609.m3u8"}, {"text": "After step 1 neonatal resuscitation protocol; if HR < 100. All of the following are done except:", "options": [{"label": "A", "text": "Continuous positive airway pressure", "correct": true}, {"label": "B", "text": "Consider ECG monitor", "correct": false}, {"label": "C", "text": "Start pulse oximetry", "correct": false}, {"label": "D", "text": "Supplement with O 2", "correct": false}], "correct_answer": "A. Continuous positive airway pressure", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All are the causes of seizures in neonates i. Hypomagnesemia ii. Hyponatremia iii. Hypernatremia iv. Hypocalcemia", "options": [{"label": "A", "text": "i, iv", "correct": false}, {"label": "B", "text": "i, ii, iv", "correct": false}, {"label": "C", "text": "i, ii, iii", "correct": false}, {"label": "D", "text": "i, ii, iii, iv", "correct": true}], "correct_answer": "D. i, ii, iii, iv", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "To prevent hypothermia Kangaroo Mother Care is advised to the parents. Following are the components of KMC", "options": [{"label": "A", "text": "Skin to skin contact + exclusive breast feeding + prevent infection", "correct": false}, {"label": "B", "text": "Skin to skin contact + exclusive breast feeding + early discharge", "correct": true}, {"label": "C", "text": "Skin to skin contact + prevent infection + early discharge", "correct": false}, {"label": "D", "text": "Exclusive breast feeding + prevent infection + early discharge", "correct": false}], "correct_answer": "B. Skin to skin contact + exclusive breast feeding + early discharge", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "At what age child reaches half of adult size", "options": [{"label": "A", "text": "28-32 months", "correct": false}, {"label": "B", "text": "32-36 months", "correct": false}, {"label": "C", "text": "12-18 months", "correct": false}, {"label": "D", "text": "18-24 months", "correct": true}], "correct_answer": "D. 18-24 months", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the milestones", "options": [{"label": "A", "text": "A-4, B-1, C-3, D-2", "correct": true}, {"label": "B", "text": "A-2, B-1, C-3, D-4", "correct": false}, {"label": "C", "text": "A-3, B-1, C-4, D-2", "correct": false}, {"label": "D", "text": "A-1, B-4, C-3, D-2", "correct": false}], "correct_answer": "A. A-4, B-1, C-3, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(394).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 6-years-old child with developmental delay, can ride a tricycle, can climb upstairs and downstairs with one foot at a time, can say name, knows own sex, but cannot narrate a story. What is the developmental age?", "options": [{"label": "A", "text": "3 years", "correct": true}, {"label": "B", "text": "4 years", "correct": false}, {"label": "C", "text": "5 years", "correct": false}, {"label": "D", "text": "2 years", "correct": false}], "correct_answer": "A. 3 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Handedness develops at which age?", "options": [{"label": "A", "text": "2 years", "correct": false}, {"label": "B", "text": "3 years", "correct": true}, {"label": "C", "text": "4 years", "correct": false}, {"label": "D", "text": "5 years", "correct": false}], "correct_answer": "B. 3 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Absence of which of the following milestone in 3 years old child is called delayed development?", "options": [{"label": "A", "text": "Hopping on one leg", "correct": false}, {"label": "B", "text": "Drawing square", "correct": false}, {"label": "C", "text": "Feeding by spoon", "correct": true}, {"label": "D", "text": "Passing a ball to someone", "correct": false}], "correct_answer": "C. Feeding by spoon", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following disease is X linked dominant?", "options": [{"label": "A", "text": "Rett syndrome", "correct": true}, {"label": "B", "text": "OTC deficiency", "correct": false}, {"label": "C", "text": "Spinal Muscular Atrophy", "correct": false}, {"label": "D", "text": "Duchenne's Muscular Dystrophy", "correct": false}], "correct_answer": "A. Rett syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child presents with hypocalcemia and absent thymus. This is an anomaly of which structure?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(316).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An affected male does not have affected children but an affected female always has affected children. Type of inheritance?", "options": [{"label": "A", "text": "Autosomal recessive", "correct": false}, {"label": "B", "text": "X-linked dominant", "correct": false}, {"label": "C", "text": "X-linked recessive", "correct": false}, {"label": "D", "text": "Mitochondrial", "correct": true}], "correct_answer": "D. Mitochondrial", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 11 months old boy presents with recurrent bloody stools, atopic dermatitis, petechiae and platelet count of 20,000/mm3. What is the next step?", "options": [{"label": "A", "text": "Screen for WASP gene", "correct": true}, {"label": "B", "text": "Bone marrow biopsy", "correct": false}, {"label": "C", "text": "Check for antibodies against platelets", "correct": false}, {"label": "D", "text": "LFT and serum creatinine", "correct": false}], "correct_answer": "A. Screen for WASP gene", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Best alternative to mother's breast milk in a LBW/preterm child?", "options": [{"label": "A", "text": "Cow milk", "correct": false}, {"label": "B", "text": "Preterm formula", "correct": false}, {"label": "C", "text": "Term formula", "correct": false}, {"label": "D", "text": "Human Donor Breast Milk", "correct": true}], "correct_answer": "D. Human Donor Breast Milk", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drug is not useful for sickle cell anemia patients?", "options": [{"label": "A", "text": "Hydroxyurea", "correct": false}, {"label": "B", "text": "L-Glutamine", "correct": false}, {"label": "C", "text": "Voxelotor", "correct": false}, {"label": "D", "text": "Bebtelovimab", "correct": true}], "correct_answer": "D. Bebtelovimab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following vaccine intussception can be seen", "options": [{"label": "A", "text": "Rota Virus", "correct": true}, {"label": "B", "text": "Typhoid", "correct": false}, {"label": "C", "text": "Polio", "correct": false}, {"label": "D", "text": "BCG", "correct": false}], "correct_answer": "A. Rota Virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True about CMV infection?", "options": [{"label": "A", "text": "Triad of SNHL, dental and calcification in 20-30%", "correct": false}, {"label": "B", "text": "Mothers with IgG-CMV have low risk of transmitting disease", "correct": true}, {"label": "C", "text": "30-40% asymptomatic CMV have high risk of SNHL later", "correct": false}, {"label": "D", "text": "Only 20-30% CMV infection is symptomatic", "correct": false}], "correct_answer": "B. Mothers with IgG-CMV have low risk of transmitting disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is correct?", "options": [{"label": "A", "text": "CMV is most common of non-syndromic SNHL in children", "correct": true}, {"label": "B", "text": "In developing countries, primary CMV more common than reactivation", "correct": false}, {"label": "C", "text": "30-40% are asymptomatic", "correct": false}, {"label": "D", "text": "Presence of virus in urine after 4 weeks is diagnostic", "correct": false}], "correct_answer": "A. CMV is most common of non-syndromic SNHL in children", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A fetus was found to have congenital heart block what should be evaluated in the mother?", "options": [{"label": "A", "text": "APLA Syndrome", "correct": false}, {"label": "B", "text": "Congenital heart defects", "correct": false}, {"label": "C", "text": "SLE", "correct": true}, {"label": "D", "text": "Hemolytic anemia", "correct": false}], "correct_answer": "C. SLE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28296681701944625/28296681701944625.m3u8"}, {"text": "Cyanotic heart disease with increased pulmonary blood flow [multiple options correct] 1. Tetralogy of fallot 2. Ebstein’s anomaly 3. TGA 4. Hypoplastic left heart syndrome 5. Tricuspid atresia", "options": [{"label": "A", "text": "C and D", "correct": true}, {"label": "B", "text": "A and B", "correct": false}, {"label": "C", "text": "B and C", "correct": false}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "A. C and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38707831701944647/38707831701944647.m3u8"}, {"text": "Same saturation in all cardiac chambers is seen in which disorder", "options": [{"label": "A", "text": "TGA", "correct": false}, {"label": "B", "text": "TAPVC", "correct": true}, {"label": "C", "text": "Tricuspid atresia", "correct": false}, {"label": "D", "text": "TOF", "correct": false}], "correct_answer": "B. TAPVC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31116281701944660/31116281701944660.m3u8"}, {"text": "Central cyanotic heart disease with boot shaped heart on X Ray", "options": [{"label": "A", "text": "TOF", "correct": true}, {"label": "B", "text": "TAPVC", "correct": false}, {"label": "C", "text": "TGA", "correct": false}], "correct_answer": "A. TOF", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(721).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(120).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74996761701944673/74996761701944673.m3u8"}, {"text": "Decreasing order of mortality in neonates 1. Congenitalanamolies 2. Prematurity and LBW 3. Sepsis 4. Birth asphyxia", "options": [{"label": "A", "text": "2 → 3 → 4 → 1", "correct": true}, {"label": "B", "text": "3 → 1 → 4 → 2", "correct": false}, {"label": "C", "text": "2 → 1 → 3 → 4", "correct": false}, {"label": "D", "text": "1 → 4 → 3 → 2", "correct": false}], "correct_answer": "A. 2 → 3 → 4 → 1", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(127).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52142281701944688/52142281701944688.m3u8"}, {"text": "Which of the following doesn’t suggest asthma in a child ?", "options": [{"label": "A", "text": "FEV1/ FVC >0.80", "correct": true}, {"label": "B", "text": "BRONCHODILATOR RESPONSE- reversibility either FEV1 >12% OR predicted FEV1 >10%", "correct": false}, {"label": "C", "text": "Exercise challenge worsening in FEV1 >15%", "correct": false}, {"label": "D", "text": "Daily peak expiratory flow am to pm variation >20%", "correct": false}], "correct_answer": "A. FEV1/ FVC >0.80", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37856701701944713/37856701701944713.m3u8"}, {"text": "A child with exacerbation of bronchial asthma. What will you do next? (multiple options) 1. X Ray 2. Start oxygen 3. Start prednisolone 4. Salbutamol inhalation", "options": [{"label": "A", "text": "B, C and D", "correct": true}, {"label": "B", "text": "A, B and C", "correct": false}, {"label": "C", "text": "A and D", "correct": false}, {"label": "D", "text": "A, B and D", "correct": false}], "correct_answer": "A. B, C and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/868661701944725/868661701944725.m3u8"}, {"text": "A child presents with high grade fever, inspiratory stridor and develops swallowing difficulty and drooling of saliva with in 4-6 hours. Along with airway management, which of the following needs to be given?", "options": [{"label": "A", "text": "Nebulized Racemic epinephrine", "correct": false}, {"label": "B", "text": "Anti-diphtheria toxin", "correct": false}, {"label": "C", "text": "Corticosteroids/Conservative", "correct": false}, {"label": "D", "text": "IV Ceftriaxone", "correct": true}], "correct_answer": "D. IV Ceftriaxone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65541671701944740/65541671701944740.m3u8"}, {"text": "Which of the following is an autosomal recessive disorder?", "options": [{"label": "A", "text": "Cystic Fibrosis", "correct": true}, {"label": "B", "text": "Osteogenesis imperfect", "correct": false}, {"label": "C", "text": "Treacher Collin Syndrome", "correct": false}, {"label": "D", "text": "Achondroplasia", "correct": false}], "correct_answer": "A. Cystic Fibrosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21497671701944756/21497671701944756.m3u8"}, {"text": "In Cystic Fibrosis, the mutation affects which ion transport, which amino acid, and is at which position?", "options": [{"label": "A", "text": "508; phenylalanine; Cl", "correct": true}, {"label": "B", "text": "708; tryptophan; Ca", "correct": false}, {"label": "C", "text": "708; tryptophan; Cl", "correct": false}, {"label": "D", "text": "708; phenylalaline; Cl", "correct": false}], "correct_answer": "A. 508; phenylalanine; Cl", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72958681701944767/72958681701944767.m3u8"}, {"text": "Congenital absence of seminal vesicles and vas deferens is seen in", "options": [{"label": "A", "text": "Cystic fibrosis", "correct": true}, {"label": "B", "text": "Klinefelter syndrome", "correct": false}, {"label": "C", "text": "Kallman syndrome", "correct": false}, {"label": "D", "text": "Chromosomal microdeletion", "correct": false}], "correct_answer": "A. Cystic fibrosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24271201701944829/24271201701944829.m3u8"}, {"text": "Chances of febrile seizure increases in [multiple correct] A. Age<1 years B. Fever<24 hours C. Fever>24 hours D. Temperature 35-36 °C", "options": [{"label": "A", "text": "A and B", "correct": true}, {"label": "B", "text": "B and C", "correct": false}, {"label": "C", "text": "C and D", "correct": false}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "A. A and B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5893281701944937/5893281701944937.m3u8"}, {"text": "Theme and Focus: Seizure Answer option list: Lead in Question: A one and half year-old baby comes to OPD with generalized convulsive episode which lasts for 45 min. On duty Senior Resident asked junior resident to start an IV line and left. Case: If IV access is not possible at that time by the junior resident; what is the next step?", "options": [{"label": "A", "text": "IV phenobarbitone", "correct": false}, {"label": "B", "text": "Rectal diazepam", "correct": true}, {"label": "C", "text": "Intraosseous midazolam", "correct": false}, {"label": "D", "text": "Phenytoin IV", "correct": false}, {"label": "E", "text": "Nasal carbamazepine", "correct": false}, {"label": "F", "text": "Oral valproate", "correct": false}], "correct_answer": "B. Rectal diazepam", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24324401701944952/24324401701944952.m3u8"}, {"text": "Theme and Focus: Seizure Answer option list: Lead in Question: A one and half year-old baby comes to OPD with generalized convulsive episode which lasts for 45 min. On duty Senior Resident asked junior resident to start an IV line and left. Case: The SR comes back and finds out tha that the status is still not improved after initial management but does observe that the IV line is accessed. What is the next line of management now?", "options": [{"label": "A", "text": "IV phenobarbitone", "correct": false}, {"label": "B", "text": "Rectal diazepam", "correct": false}, {"label": "C", "text": "Intraosseous midazolam", "correct": false}, {"label": "D", "text": "Phenytoin IV", "correct": true}, {"label": "E", "text": "Nasal carbamazepine", "correct": false}, {"label": "F", "text": "Oral valproate", "correct": false}], "correct_answer": "D. Phenytoin IV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24132061704864793/24132061704864793.m3u8"}, {"text": "ACTH is the drug of choice for", "options": [{"label": "A", "text": "Tuberous sclerosis", "correct": false}, {"label": "B", "text": "West syndrome", "correct": true}, {"label": "C", "text": "Rolandic epilepsy", "correct": false}, {"label": "D", "text": "JME", "correct": false}], "correct_answer": "B. West syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43615341701944969/43615341701944969.m3u8"}, {"text": "In a case of Absence seizure, which all are used? Multiple Options can be correct A. Ethosuximide B. Valproate C. Carbamazepine D. Lamotrigine", "options": [{"label": "A", "text": "A, B and D", "correct": true}, {"label": "B", "text": "A, C and D", "correct": false}, {"label": "C", "text": "B, C and d", "correct": false}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "A. A, B and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35634141701944984/35634141701944984.m3u8"}, {"text": "An adolescent school girl complaints of dropping objects from hands, it get precipitated during morning and during exams. There is no history of loss of consciousness and her cousin sister has been diagnosed with epilepsy. EEG was done and was suggestive of epileptic spikes. What is the diagnosis?", "options": [{"label": "A", "text": "Juvenile myoclonic epilepsy", "correct": true}, {"label": "B", "text": "Atypical absence", "correct": false}, {"label": "C", "text": "Choreco-athetoid epilepsy", "correct": false}, {"label": "D", "text": "Centrotemporal spikes", "correct": false}], "correct_answer": "A. Juvenile myoclonic epilepsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78304321701944994/78304321701944994.m3u8"}, {"text": "With regards to JME: A. Polygenic inheritance B. Valproate should be avoided C. Lamotrigine decreases the incidence of myoclonus D. BZD alone can treat myoclonic jerks", "options": [{"label": "A", "text": "If a, b, c are correct", "correct": false}, {"label": "B", "text": "If a and c are correct", "correct": true}, {"label": "C", "text": "If b and d are correct", "correct": false}, {"label": "D", "text": "If all four (a, b, c & d are correct)", "correct": false}], "correct_answer": "B. If a and c are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29385651701945013/29385651701945013.m3u8"}, {"text": "Gene involved in Juvenile myoclonic epilepsy:-", "options": [{"label": "A", "text": "CHYNN-1", "correct": false}, {"label": "B", "text": "GABRA-1", "correct": true}, {"label": "C", "text": "FMR-1", "correct": false}, {"label": "D", "text": "All of the above", "correct": false}], "correct_answer": "B. GABRA-1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47354781701945026/47354781701945026.m3u8"}, {"text": "An 18 month old baby brought to hospital due to abnormal twitching of his lower limb. On examination he has low grade fever with fontanelle bulging. What can be the most common cause:", "options": [{"label": "A", "text": "Meningitis", "correct": true}, {"label": "B", "text": "Febrile seizure", "correct": false}, {"label": "C", "text": "Pseudotumor cerebri", "correct": false}, {"label": "D", "text": "Intracranial haemorrhage", "correct": false}], "correct_answer": "A. Meningitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43620881701945044/43620881701945044.m3u8"}, {"text": "How long should a child be isolated after being diagnosed with bacterial meningitis to prevent further transmission?", "options": [{"label": "A", "text": "Till 24 hours after starting antibiotics", "correct": true}, {"label": "B", "text": "Till cultures become negative", "correct": false}, {"label": "C", "text": "Till antibiotic course is complete", "correct": false}, {"label": "D", "text": "Till 12 hrs after admission", "correct": false}], "correct_answer": "A. Till 24 hours after starting antibiotics", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49328741701945066/49328741701945066.m3u8"}, {"text": "Child with fever, neck rigidity, vesicular lesions on body and soles", "options": [{"label": "A", "text": "Herpes Vesicles & Meningoencephalitis", "correct": true}, {"label": "B", "text": "HFMD with meningitis", "correct": false}], "correct_answer": "A. Herpes Vesicles & Meningoencephalitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29884131701945082/29884131701945082.m3u8"}, {"text": "A 14 months old child with steroid dependent nephrotic syndrome. Which is true: A. You can give all vaccines B. You can only give killed vaccines C. Siblings cannot be given OPV D. Pneumococcal vaccine is important prior to treatment", "options": [{"label": "A", "text": "B, C and D", "correct": true}, {"label": "B", "text": "A, B and D", "correct": false}, {"label": "C", "text": "A, C and D", "correct": false}, {"label": "D", "text": "A and B", "correct": false}], "correct_answer": "A. B, C and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2854001701945096/2854001701945096.m3u8"}, {"text": "Regarding UTI in children, correct options A. Most common is S.pneumoniae B. Bladder and bowel dysfunction increases the risk C. Recurrent UTI should get MCU D. only symptomatic UTI Should be treated", "options": [{"label": "A", "text": "B and C", "correct": true}, {"label": "B", "text": "A and C", "correct": false}, {"label": "C", "text": "A, B and C", "correct": false}, {"label": "D", "text": "A and B", "correct": false}], "correct_answer": "A. B and C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35342801701945110/35342801701945110.m3u8"}, {"text": "Order of investigations in order in <3 years old with UTI (probably due to VUR) A-USG B-MCU C-DMSA", "options": [{"label": "A", "text": "ABD", "correct": false}, {"label": "B", "text": "BCA", "correct": false}, {"label": "C", "text": "ACB", "correct": true}, {"label": "D", "text": "CBA", "correct": false}], "correct_answer": "C. ACB", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16348791701945123/16348791701945123.m3u8"}, {"text": "A child presents with brown coloured urine and oliguria for last 3 days. He has mild facial and pedal edema. His blood pressure is 126/90. He has +3 proteinuria with 100 red cell and a few granular casts. His creatinine is 0.9, urea is 56. What is his diagnosis?", "options": [{"label": "A", "text": "PSGN", "correct": true}, {"label": "B", "text": "Nephrolithiasis", "correct": false}, {"label": "C", "text": "FSGN", "correct": false}, {"label": "D", "text": "Posterior urethral valve", "correct": false}], "correct_answer": "A. PSGN", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19979561701945137/19979561701945137.m3u8"}, {"text": "12-years-old boy with a history of deafness and recurrent hematuria present with CKD. Family history revealed death of his maternal uncle due to same disease. Kidney biopsy was performed and showed a normal light microscopy. What is the probable diagnosis?", "options": [{"label": "A", "text": "Alport’s syndrome", "correct": true}, {"label": "B", "text": "Good pasture syndrome", "correct": false}, {"label": "C", "text": "Thin basement membrane disease", "correct": false}, {"label": "D", "text": "PSGN", "correct": false}], "correct_answer": "A. Alport’s syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32601881701945149/32601881701945149.m3u8"}, {"text": "Which of the following is the most common cause of infection post-solid organ transplantation in an Indian setting?", "options": [{"label": "A", "text": "Varicella", "correct": false}, {"label": "B", "text": "EBV", "correct": false}, {"label": "C", "text": "CMV", "correct": true}, {"label": "D", "text": "Herpes simplex", "correct": false}], "correct_answer": "C. CMV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15555471701945162/15555471701945162.m3u8"}, {"text": "A 4 years old boy of 15kg, 100cms tall has blood urea 100mg/dl and serum creatinine 1mg/dl Calculate eGFR", "options": [{"label": "A", "text": "80 ml/min/1.73m 2", "correct": false}, {"label": "B", "text": "40 ml/min/1.73m 2", "correct": true}, {"label": "C", "text": "33 ml/min/1.73m 2", "correct": false}, {"label": "D", "text": "55 ml/min/1.73m 2", "correct": false}], "correct_answer": "B. 40 ml/min/1.73m 2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common urinary tract obstruction in males", "options": [{"label": "A", "text": "Posterior urethral valves", "correct": true}, {"label": "B", "text": "Anterior urethral valves", "correct": false}, {"label": "C", "text": "Ureterocele", "correct": false}], "correct_answer": "A. Posterior urethral valves", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28263631701945196/28263631701945196.m3u8"}, {"text": "Hypokalemic, hypocholemic metabolic alkalosis with hypertension. Diagnosis", "options": [{"label": "A", "text": "Bartter syndrome", "correct": false}, {"label": "B", "text": "Gitelman syndrome", "correct": false}, {"label": "C", "text": "Liddle syndrome", "correct": true}, {"label": "D", "text": "Gordon syndrome", "correct": false}], "correct_answer": "C. Liddle syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63218601701945206/63218601701945206.m3u8"}, {"text": "A 10 years old boy presented with fatigue and joint pains. He has a rash as shown in the picture. What is your diagnosis?", "options": [{"label": "A", "text": "Gottron papule", "correct": true}, {"label": "B", "text": "Heliotrope rash", "correct": false}, {"label": "C", "text": "Shawl sign", "correct": false}, {"label": "D", "text": "Scleroderma", "correct": false}], "correct_answer": "A. Gottron papule", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22(214).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22164871701945220/22164871701945220.m3u8"}, {"text": "Tongue fasciculations are seen in", "options": [{"label": "A", "text": "Myasthenia gravis", "correct": false}, {"label": "B", "text": "Spinal Muscular Atrophy", "correct": true}, {"label": "C", "text": "Duchenne muscular dystrophy", "correct": false}, {"label": "D", "text": "GBS", "correct": false}], "correct_answer": "B. Spinal Muscular Atrophy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49279371701945235/49279371701945235.m3u8"}, {"text": "Not Useful in the management of GBS", "options": [{"label": "A", "text": "Plasmapheresis", "correct": false}, {"label": "B", "text": "IV Immunoglobulins", "correct": false}, {"label": "C", "text": "Steroids", "correct": true}, {"label": "D", "text": "Ventilatory Support", "correct": false}], "correct_answer": "C. Steroids", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18822081701945250/18822081701945250.m3u8"}, {"text": "Nada’s Minor Criteria includes: 1. Systolic Murmur Grade 3 2. Diastolic Murmur 3. Abnormal second heart sound 4. Abnormal BP", "options": [{"label": "A", "text": "1, 2 and 3", "correct": false}, {"label": "B", "text": "1,2,3 and 4", "correct": false}, {"label": "C", "text": "3 and 4", "correct": true}, {"label": "D", "text": "2, 3 and 4", "correct": false}], "correct_answer": "C. 3 and 4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An 18 month old child with 3 day history of watery diarrhea and vomiting presented with altered sensorium. Which of the following are differential diagnoses? 1. Severe dehydration 2. HUS 3. Cerebral venous thrombosis 4. Hyponatremia", "options": [{"label": "A", "text": "1,2,3,4", "correct": false}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "1,3,4", "correct": true}, {"label": "D", "text": "2,3,4", "correct": false}], "correct_answer": "C. 1,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The perinatal transmission of an infection shows the spectrum of anemia, possibly myocarditis, high output cardiac failure, and ascites. Identify the causative agent?", "options": [{"label": "A", "text": "Parvo B19", "correct": true}, {"label": "B", "text": "CMV", "correct": false}, {"label": "C", "text": "Treponema pallidum", "correct": false}, {"label": "D", "text": "Toxoplasma gondii", "correct": false}], "correct_answer": "A. Parvo B19", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In Cystic Fibrosis, which of the following statement is true?", "options": [{"label": "A", "text": "Cl- increased in sweat and pancreatic secretion", "correct": false}, {"label": "B", "text": "Cl- decreased in sweat and pancreatic secretion", "correct": false}, {"label": "C", "text": "Cl- decreased in sweat and increased in pancreatic secretion", "correct": false}, {"label": "D", "text": "Cl- increased in sweat and decreased in pancreatic secretion", "correct": true}], "correct_answer": "D. Cl- increased in sweat and decreased in pancreatic secretion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following inheritances", "options": [{"label": "A", "text": "A-I, B-II, C-III, D-IV", "correct": true}, {"label": "B", "text": "A-IV, B-II, C-III, D-I", "correct": false}, {"label": "C", "text": "A-IV, B-III, C-II, D-I", "correct": false}, {"label": "D", "text": "A-II, B-III, C-IV, D-I", "correct": false}], "correct_answer": "A. A-I, B-II, C-III, D-IV", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1416).JPG"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are teratogenic in pregnancy except", "options": [{"label": "A", "text": "HSV-2", "correct": true}, {"label": "B", "text": "CMV", "correct": false}, {"label": "C", "text": "Rubella", "correct": false}, {"label": "D", "text": "Varicella Zoster", "correct": false}], "correct_answer": "A. HSV-2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is HEADSSS used for", "options": [{"label": "A", "text": "Infants", "correct": false}, {"label": "B", "text": "0-5 yrs", "correct": false}, {"label": "C", "text": "5-10 yrs", "correct": false}, {"label": "D", "text": "Adolescents", "correct": true}], "correct_answer": "D. Adolescents", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child with type 1 DM presents with a blood glucose of 300mg/dl, pH 7.0; HCO3 9mmol/L. What is next step?", "options": [{"label": "A", "text": "Insulin stat + infusion", "correct": false}, {"label": "B", "text": "Insulin infusion", "correct": false}, {"label": "C", "text": "1st hr normal saline bolus then insulin infusion", "correct": true}], "correct_answer": "C. 1st hr normal saline bolus then insulin infusion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is best indicator of severe HIE?", "options": [{"label": "A", "text": "APGAR 4-7 at 5 minutes", "correct": false}, {"label": "B", "text": "Hypotonia", "correct": true}, {"label": "C", "text": "Cord pH<7.2", "correct": false}, {"label": "D", "text": "Hypocalcemia", "correct": false}], "correct_answer": "B. Hypotonia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 9 months old has respiratory rate 48/min, fever and no chest indrawing. What is your next step?", "options": [{"label": "A", "text": "No treatment", "correct": true}, {"label": "B", "text": "Send home after oral antibiotics", "correct": false}, {"label": "C", "text": "Hospitalize and oral antibiotics", "correct": false}, {"label": "D", "text": "Hospitalize and iv antibiotics", "correct": false}], "correct_answer": "A. No treatment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child has 3 days of watery diarrhea, vomiting and decreased level of consciousness. All of the following are differential diagnosis except?", "options": [{"label": "A", "text": "Cerebral venous thrombosis", "correct": false}, {"label": "B", "text": "Hyponatremia", "correct": false}, {"label": "C", "text": "Severe dehydration", "correct": false}, {"label": "D", "text": "Hemolytic Uremic Syndrome", "correct": true}], "correct_answer": "D. Hemolytic Uremic Syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following, which clinical feature is not seen in Down syndrome?", "options": [{"label": "A", "text": "Hypothyroidism", "correct": false}, {"label": "B", "text": "Hearing loss", "correct": false}, {"label": "C", "text": "Short stature", "correct": false}, {"label": "D", "text": "Caudal regression syndrome", "correct": true}], "correct_answer": "D. Caudal regression syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child has clinical features of meningitis with the following CSF findings CSF Glucose 20mg/dL Protein 63mg/dL Lymphocytosis Most probable diagnosis", "options": [{"label": "A", "text": "Bacterial meningitis", "correct": false}, {"label": "B", "text": "Viral meningitis", "correct": false}, {"label": "C", "text": "Tubercular meningitis", "correct": true}, {"label": "D", "text": "None of above", "correct": false}], "correct_answer": "C. Tubercular meningitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A baby received BCG vaccine at birth and has been vaccinated at 14 weeks. Which of the following should be given at the next visit, and site?", "options": [{"label": "A", "text": "MR s/c on left arm, and Oral vitamin A at 9 months completed", "correct": false}, {"label": "B", "text": "MR s/c on right arm, and Oral vitamin A at 9 months completed", "correct": true}, {"label": "C", "text": "MR s/c on left arm, and Oral vitamin A at 8 months completed", "correct": false}, {"label": "D", "text": "MR s/c on right arm, and Oral vitamin A at 8 months completed", "correct": false}], "correct_answer": "B. MR s/c on right arm, and Oral vitamin A at 9 months completed", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In sickle cell anemia, which drug is used to reduce the vaso-occlusive crisis?", "options": [{"label": "A", "text": "Hydroxyurea", "correct": true}, {"label": "B", "text": "Methotrexate-Leucovorin", "correct": false}, {"label": "C", "text": "Eltrombopag", "correct": false}, {"label": "D", "text": "Azathioprine", "correct": false}], "correct_answer": "A. Hydroxyurea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true about congenital CMV?", "options": [{"label": "A", "text": "It is most common intrauterine infection, second to syphilis", "correct": false}, {"label": "B", "text": "Blood PCR is best to diagnose within 2-3 weeks of life", "correct": false}, {"label": "C", "text": "Asymptomatic patients have risk of SNHL", "correct": true}, {"label": "D", "text": "30-40% are symptomatic at birh", "correct": false}], "correct_answer": "C. Asymptomatic patients have risk of SNHL", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An infant has respiratory distress, high respiratory rate and scaphoid abdomen, in the emergency. What should be avoided?", "options": [{"label": "A", "text": "Bag & mask ventilation", "correct": true}, {"label": "B", "text": "PPV", "correct": false}, {"label": "C", "text": "Intubation", "correct": false}, {"label": "D", "text": "Free flow oxygen", "correct": false}], "correct_answer": "A. Bag & mask ventilation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A vegan with MCV 110ft and Hb 10g/dl, diagnosis?", "options": [{"label": "A", "text": "Megaloblastic anemia", "correct": true}, {"label": "B", "text": "Iron deficiency anemia", "correct": false}, {"label": "C", "text": "Aplastic anemia", "correct": false}, {"label": "D", "text": "Thalassemia", "correct": false}], "correct_answer": "A. Megaloblastic anemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Downe score includes which of the following parameters [multiple options correct] a) Respiratory rate b) Cyanosis c) Feeding d) Grunting", "options": [{"label": "A", "text": "a, b, c, d", "correct": false}, {"label": "B", "text": "b, c, d", "correct": false}, {"label": "C", "text": "a, b, d", "correct": true}, {"label": "D", "text": "c, d", "correct": false}], "correct_answer": "C. a, b, d", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45048101721457035/45048101721457035.m3u8"}, {"text": "INSURE used in:", "options": [{"label": "A", "text": "RDS", "correct": true}, {"label": "B", "text": "Birth Asphyxia", "correct": false}, {"label": "C", "text": "Neonatal Jaundice", "correct": false}, {"label": "D", "text": "Cyanotic spell", "correct": false}], "correct_answer": "A. RDS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49798931721457050/49798931721457050.m3u8"}, {"text": "Streptococcal agalactiae causes:", "options": [{"label": "A", "text": "Infective endocarditis", "correct": false}, {"label": "B", "text": "Neonatal sepsis", "correct": true}, {"label": "C", "text": "Acute pharyngitis +/-Tonsillitis", "correct": false}, {"label": "D", "text": "Biofilm with dental caries", "correct": false}], "correct_answer": "B. Neonatal sepsis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38048311721457075/38048311721457075.m3u8"}, {"text": "Hormone not needed for in utero growth:", "options": [{"label": "A", "text": "GH", "correct": true}, {"label": "B", "text": "Insulin", "correct": false}, {"label": "C", "text": "Thyroxine", "correct": false}, {"label": "D", "text": "IGF-1", "correct": false}], "correct_answer": "A. GH", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2413151721457090/2413151721457090.m3u8"}, {"text": "A 15 years old has short stature, 145cms height. His US/LS ratio is 0.8. Which of the following can be the diagnosis?", "options": [{"label": "A", "text": "Achondroplasia", "correct": false}, {"label": "B", "text": "Hypothyroidism", "correct": false}, {"label": "C", "text": "Rickets", "correct": false}, {"label": "D", "text": "GH deficiency", "correct": false}, {"label": "E", "text": "Spondyloepiphyseal dysplasia", "correct": true}], "correct_answer": "E. Spondyloepiphyseal dysplasia", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(282).png"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68268331721457111/68268331721457111.m3u8"}, {"text": "Head circumference increase in the first 3 months of life [per month] :", "options": [{"label": "A", "text": "0.5", "correct": false}, {"label": "B", "text": "1", "correct": false}, {"label": "C", "text": "2", "correct": true}, {"label": "D", "text": "4", "correct": false}], "correct_answer": "C. 2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34088001721457122/34088001721457122.m3u8"}, {"text": "Ideal maintenance fluid in children:", "options": [{"label": "A", "text": "5%DNS", "correct": true}, {"label": "B", "text": "10% DNS", "correct": false}, {"label": "C", "text": "10%D + N/2", "correct": false}, {"label": "D", "text": "5%D + N/4", "correct": false}], "correct_answer": "A. 5%DNS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/248781721457154/248781721457154.m3u8"}, {"text": "What is NOT seen in nutritional rickets?", "options": [{"label": "A", "text": "Normal calcium", "correct": false}, {"label": "B", "text": "Low phosphorus", "correct": false}, {"label": "C", "text": "Urine calcium creatinine ratio>15", "correct": true}, {"label": "D", "text": "High PTH", "correct": false}], "correct_answer": "C. Urine calcium creatinine ratio>15", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34003291721457195/34003291721457195.m3u8"}, {"text": "A 10 years boy presents to you with SMR-5, height age=chronological age, hyperpigmentation, short stature and BP 150/90mm Hg. Diagnosis?", "options": [{"label": "A", "text": "11 beta hydroxylase deficiency", "correct": true}, {"label": "B", "text": "21 alpha hydroxylase deficiency", "correct": false}, {"label": "C", "text": "3 beta dehydrogenase deficiency", "correct": false}, {"label": "D", "text": "Cholesterol side chain cleavage enzyme deficiency", "correct": false}], "correct_answer": "A. 11 beta hydroxylase deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27501991721457220/27501991721457220.m3u8"}, {"text": "A 5 year old has the following anthropometry Weight/age< -3.2 SD Height/age <-2.5 SD Weight/height<-1.7 SD Diagnosis?", "options": [{"label": "A", "text": "Acute malnutrition", "correct": false}, {"label": "B", "text": "SAM", "correct": false}, {"label": "C", "text": "Acute on chronic malnutrition", "correct": false}, {"label": "D", "text": "Chronic malnutrition", "correct": true}, {"label": "E", "text": "Moderate acute malnutrition", "correct": false}], "correct_answer": "D. Chronic malnutrition", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77216871721457234/77216871721457234.m3u8"}, {"text": "Not seen in Kawasaki disease?", "options": [{"label": "A", "text": "Purulent conjunctivitis", "correct": true}, {"label": "B", "text": "Strawberry tongue", "correct": false}, {"label": "C", "text": "Polymorphic rash", "correct": false}, {"label": "D", "text": "Cervical Lymphadenopathy", "correct": false}], "correct_answer": "A. Purulent conjunctivitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4229801721457248/4229801721457248.m3u8"}, {"text": "Indications of steroids in IgA vasculitis:", "options": [{"label": "A", "text": "Arthritis", "correct": false}, {"label": "B", "text": "GI bleeds", "correct": false}, {"label": "C", "text": "Severe rash", "correct": false}, {"label": "D", "text": "Pain abdomen", "correct": true}], "correct_answer": "D. Pain abdomen", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35432871721457284/35432871721457284.m3u8"}, {"text": "All true about renal tubular acidosis in children except:", "options": [{"label": "A", "text": "Rickets is seen in Fanconi syndrome, phosphaturia", "correct": false}, {"label": "B", "text": "Hypokalemia with paradoxical aciduria seen Intype-4 RTA", "correct": true}, {"label": "C", "text": "RTA-2 has abnormal bicarbonate excretion", "correct": false}, {"label": "D", "text": "Type 4 is aldosterone deficiency", "correct": false}], "correct_answer": "B. Hypokalemia with paradoxical aciduria seen Intype-4 RTA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21628281721457308/21628281721457308.m3u8"}, {"text": "Spastic quadriplegia seen in [single option]", "options": [{"label": "A", "text": "PVL", "correct": true}, {"label": "B", "text": "Basal ganglia calcification", "correct": false}, {"label": "C", "text": "Cerebellum degeneration", "correct": false}, {"label": "D", "text": "Cystic degeneration", "correct": false}], "correct_answer": "A. PVL", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26410681721457323/26410681721457323.m3u8"}, {"text": "True about febrile seizures [multiple options correct]", "options": [{"label": "A", "text": "54% recurrence in non-febrile seizure", "correct": false}, {"label": "B", "text": "Controlled by anti-seizure medication", "correct": false}, {"label": "C", "text": "6 months6 years", "correct": false}, {"label": "D", "text": "Simple is <15 minutes & 1 episode in 24 hrs", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3251571721457338/3251571721457338.m3u8"}, {"text": "Free flow oxygen in Pediatrics is NOT given via:", "options": [{"label": "A", "text": "Self inflating bag", "correct": true}, {"label": "B", "text": "Self infating reservoir bag", "correct": false}, {"label": "C", "text": "Face mask firmly over mouth", "correct": false}, {"label": "D", "text": "Face mask over mouth & nose", "correct": false}, {"label": "E", "text": "Tubing over mouth & nose", "correct": false}], "correct_answer": "A. Self inflating bag", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6471981721457364/6471981721457364.m3u8"}, {"text": "What is seen in some dehydration? a) Thirst b) Lethargy c) Sunken eyes d) Delayed skin pinch e) Decreased urine output", "options": [{"label": "A", "text": "A, C and D", "correct": true}, {"label": "B", "text": "B and E", "correct": false}, {"label": "C", "text": "A, B and C", "correct": false}, {"label": "D", "text": "C, D and E", "correct": false}], "correct_answer": "A. A, C and D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47552141721457409/47552141721457409.m3u8"}, {"text": "What is an indicator of some dehydration in SAM?", "options": [{"label": "A", "text": "Sunken eyes", "correct": false}, {"label": "B", "text": "Thirst", "correct": true}, {"label": "C", "text": "Lethargy", "correct": false}, {"label": "D", "text": "Delayed skin pinch", "correct": false}], "correct_answer": "B. Thirst", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27826021721457422/27826021721457422.m3u8"}, {"text": "iNO used in:", "options": [{"label": "A", "text": "PPHN", "correct": true}, {"label": "B", "text": "Acute unstable angina", "correct": false}, {"label": "C", "text": "Erectile dysfunction", "correct": false}, {"label": "D", "text": "Sleep apnea", "correct": false}], "correct_answer": "A. PPHN", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32041001721457436/32041001721457436.m3u8"}, {"text": "Child can tell story, go to toilet alone, copies cross. Age of the child is", "options": [{"label": "A", "text": "2 years", "correct": false}, {"label": "B", "text": "3 years", "correct": false}, {"label": "C", "text": "4 years", "correct": true}, {"label": "D", "text": "5 years", "correct": false}], "correct_answer": "C. 4 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24829671731492437/24829671731492437.m3u8"}, {"text": "Which of the following is not seen in cystic fibrosis", "options": [{"label": "A", "text": "Meconium ileus", "correct": false}, {"label": "B", "text": "Duodenal atresia", "correct": true}, {"label": "C", "text": "Coagulopathy", "correct": false}, {"label": "D", "text": "Diarrhea", "correct": false}], "correct_answer": "B. Duodenal atresia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34619501731492697/34619501731492697.m3u8"}, {"text": "Which of the following statement is not correct regarding breast milk jaundice", "options": [{"label": "A", "text": "Increase in unconjugated bilirubin", "correct": false}, {"label": "B", "text": "Most need phototherapy/phototherapy is required", "correct": true}, {"label": "C", "text": "Bilirubin > 10 mg/dL in 3-4 weeks", "correct": false}, {"label": "D", "text": "Breast feeding should be stopped", "correct": false}], "correct_answer": "B. Most need phototherapy/phototherapy is required", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67517021731492752/67517021731492752.m3u8"}, {"text": "Out of the following which is incorrect regarding biliary atresia", "options": [{"label": "A", "text": "Kasai surgery to be done before 3 months", "correct": true}, {"label": "B", "text": "Most common cause of cholestasis", "correct": false}, {"label": "C", "text": "HIDA scan used for diagnosis", "correct": false}, {"label": "D", "text": "Liver biopsy helps to differentiate from other causes", "correct": false}], "correct_answer": "A. Kasai surgery to be done before 3 months", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73174731731492783/73174731731492783.m3u8"}, {"text": "Out of the following which does not correlate with severe acute malnutrition", "options": [{"label": "A", "text": "Edema", "correct": false}, {"label": "B", "text": "Height for age/weight for age", "correct": true}, {"label": "C", "text": "Weight for height < 3 SD", "correct": false}, {"label": "D", "text": "MUAC < 11.5 cm", "correct": false}], "correct_answer": "B. Height for age/weight for age", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69509371731492803/69509371731492803.m3u8"}, {"text": "3 year old child presented with diarrhea, hematuria and thrombocytopenia. Out of the following most common cause is", "options": [{"label": "A", "text": "Shigella", "correct": false}, {"label": "B", "text": "E. coli O157:H7", "correct": true}, {"label": "C", "text": "Salmonella", "correct": false}, {"label": "D", "text": "Yersinia", "correct": false}], "correct_answer": "B. E. coli O157:H7", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In severe acute malnutrition, to say primary treatment failure which is true", "options": [{"label": "A", "text": "Edema present on day 10", "correct": true}, {"label": "B", "text": "Not started to loose edema on day 4", "correct": false}, {"label": "C", "text": "Appetite not regained on day 10", "correct": false}, {"label": "D", "text": "Less than 5mg/kg/day weight gain on day 10", "correct": false}], "correct_answer": "A. Edema present on day 10", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40047461731492849/40047461731492849.m3u8"}, {"text": "NADA's criteria is used for diagnosis of congenital heart disease. It includes all except", "options": [{"label": "A", "text": "Abnormal heart sound", "correct": false}, {"label": "B", "text": "Congestive heart failure", "correct": false}, {"label": "C", "text": "Elevated troponin T", "correct": true}, {"label": "D", "text": "Abnormal chest X-ray", "correct": false}], "correct_answer": "C. Elevated troponin T", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16491311731492867/16491311731492867.m3u8"}, {"text": "Most common cause of diarrhea and dehydration in a 2 year old child", "options": [{"label": "A", "text": "Rota virus", "correct": true}, {"label": "B", "text": "E. coli", "correct": false}, {"label": "C", "text": "Shigella", "correct": false}, {"label": "D", "text": "Entamoeba", "correct": false}], "correct_answer": "A. Rota virus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75367731731492882/75367731731492882.m3u8"}, {"text": "Which of the following is correct regarding CPR in children", "options": [{"label": "A", "text": "Chest compression atleast 1/3rd of anteroposterior diameter", "correct": true}, {"label": "B", "text": "Adenosine is preferred via intraosseous route", "correct": false}, {"label": "C", "text": "Dose of adrenaline is 0.01 ml/kg in intravenous or intraosseous route in dilatation 1: 1000", "correct": false}, {"label": "D", "text": "2 rescuers ratio 30: 2", "correct": false}], "correct_answer": "A. Chest compression atleast 1/3rd of anteroposterior diameter", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6696501731492914/6696501731492914.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "A.3, B.4, C.1, D.2", "correct": true}, {"label": "B", "text": "A.3, B.4, C.2, D.3", "correct": false}, {"label": "C", "text": "A.1, B.4, C.4, D.2", "correct": false}, {"label": "D", "text": "A.1, B.4, C.1, D.4", "correct": false}], "correct_answer": "A. A.3, B.4, C.1, D.2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(486).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6112801731492940/6112801731492940.m3u8"}, {"text": "Cystic fibrosis what is not seen?", "options": [{"label": "A", "text": "Meconium ileus", "correct": false}, {"label": "B", "text": "Diarrhea", "correct": false}, {"label": "C", "text": "Coagulopathy", "correct": false}, {"label": "D", "text": "Duodenal atresia", "correct": true}, {"label": "E", "text": "Nasal polyps", "correct": false}], "correct_answer": "D. Duodenal atresia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not included in SAM?", "options": [{"label": "A", "text": "Height for age", "correct": true}, {"label": "B", "text": "Weight for height", "correct": false}, {"label": "C", "text": "Edema", "correct": false}, {"label": "D", "text": "MUAC<11.5cms", "correct": false}], "correct_answer": "A. Height for age", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Parameters for failure to respond in SAM, incorrect? [multiple options correct] a) Failure to lose edema by day 4 b) Edema on day 10 c) Failure to gain weight 5g/kg/d by day 20 d) Weight/height reach -2SD e) Appetite not increased by day 4", "options": [{"label": "A", "text": "a, d, e", "correct": false}, {"label": "B", "text": "C, D", "correct": true}, {"label": "C", "text": "b, c, d", "correct": false}, {"label": "D", "text": "a, d, e", "correct": false}], "correct_answer": "B. C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Parameters for recovery in SAM is incorrect? a) Failure to lose edema by day 14 b) Failure to gain weight 5g/kg/d c) Weight/height reach -2SD d) Edema on day 10 e) Appetite nig increased", "options": [{"label": "A", "text": "a, b, d", "correct": true}, {"label": "B", "text": "c, d, e", "correct": false}, {"label": "C", "text": "a, c", "correct": false}, {"label": "D", "text": "b, e", "correct": false}], "correct_answer": "A. a, b, d", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is incorrect for Breast Milk Jaundice?", "options": [{"label": "A", "text": "Increase in Unconjugated bilirubin", "correct": false}, {"label": "B", "text": "Most need phototherapy/phototherapy is required", "correct": true}, {"label": "C", "text": "Bilirubin > 10 mg/dL in 3-4 weeks", "correct": false}, {"label": "D", "text": "Breast feeding should be stopped", "correct": false}], "correct_answer": "B. Most need phototherapy/phototherapy is required", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is incorrect in EHBA?", "options": [{"label": "A", "text": "Kasai's surgery should be done before 3 months", "correct": false}, {"label": "B", "text": "Most common cause of neonatal cholestasis", "correct": false}, {"label": "C", "text": "HIDA used for diagnosis in all", "correct": true}, {"label": "D", "text": "Liver biopsy can help in differentiating from others", "correct": false}], "correct_answer": "C. HIDA used for diagnosis in all", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which are incorrect statement regarding resuscitation? a) 2 rescuers 30:2 b) Dose of adenosine/ adrenaline 0.01ml/kg in iv or 10 in 1:1000 c) Preferred route is 1O d) Depth 1/3rd of AP Diameter of chest", "options": [{"label": "A", "text": "a, c, d", "correct": false}, {"label": "B", "text": "a, b, c", "correct": true}, {"label": "C", "text": "b, c, d", "correct": false}, {"label": "D", "text": "All of the above", "correct": false}], "correct_answer": "B. a, b, c", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "When can a child copy a cross, tell story and can go to toilet by himself?", "options": [{"label": "A", "text": "2 years", "correct": false}, {"label": "B", "text": "3 years", "correct": false}, {"label": "C", "text": "4 years", "correct": true}, {"label": "D", "text": "5 years", "correct": false}], "correct_answer": "C. 4 years", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 2 years old child with diarrhea history, now comes with anemia, thrombocytopenia and hematuria. Causative organism", "options": [{"label": "A", "text": "E Coli 0157:H7", "correct": true}, {"label": "B", "text": "Salmonella", "correct": false}, {"label": "C", "text": "Shigella", "correct": false}, {"label": "D", "text": "Yersinia", "correct": false}], "correct_answer": "A. E Coli 0157:H7", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Croup most common organism", "options": [{"label": "A", "text": "S pneumoniae", "correct": false}, {"label": "B", "text": "H Influenza", "correct": false}, {"label": "C", "text": "Influenza", "correct": true}, {"label": "D", "text": "Diphtheria", "correct": false}], "correct_answer": "C. Influenza", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not included in NADA's criteria?", "options": [{"label": "A", "text": "Abnormal X Ray", "correct": false}, {"label": "B", "text": "Diastolic murmur", "correct": false}, {"label": "C", "text": "CHF", "correct": false}, {"label": "D", "text": "Increased troponin T", "correct": true}], "correct_answer": "D. Increased troponin T", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which amino acid does not need restriction in Maple Syrup Urine Disease (MSUD)?", "options": [{"label": "A", "text": "Valine", "correct": false}, {"label": "B", "text": "Leucine", "correct": false}, {"label": "C", "text": "Isoleucine", "correct": false}, {"label": "D", "text": "Methionine", "correct": true}], "correct_answer": "D. Methionine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child reports to you at 1 year of age. He has received DPT at 6 weeks. What should be the next step?", "options": [{"label": "A", "text": "DPT full course repeat", "correct": false}, {"label": "B", "text": "Only DT", "correct": false}, {"label": "C", "text": "Next dose DPT 2nd dose", "correct": true}, {"label": "D", "text": "No need of DPT now", "correct": false}], "correct_answer": "C. Next dose DPT 2nd dose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "How to measure height of the child who is critically sick?", "options": [{"label": "A", "text": "CRL", "correct": false}, {"label": "B", "text": "Head circumference", "correct": false}, {"label": "C", "text": "Arm span", "correct": false}, {"label": "D", "text": "Knee height", "correct": true}], "correct_answer": "D. Knee height", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Central cyanotic heart disease with boot shaped heart on X Ray", "options": [{"label": "A", "text": "Tetralogy of Fallot", "correct": true}, {"label": "B", "text": "Total anomalous pulmonary venous connection", "correct": false}, {"label": "C", "text": "Transposition of great arteries", "correct": false}, {"label": "D", "text": "Tricuspid atresia", "correct": false}], "correct_answer": "A. Tetralogy of Fallot", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture%201(1).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Parvovirus does not cause", "options": [{"label": "A", "text": "Transient aplastic crisis in immunocompromised patients", "correct": false}, {"label": "B", "text": "PRCA", "correct": false}, {"label": "C", "text": "Hydrops fetalis", "correct": false}, {"label": "D", "text": "Fever with petechiae", "correct": true}], "correct_answer": "D. Fever with petechiae", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 9 months old child can speak mama, baba, cannot sit without support, has stranger anxiety. What should be the next step?", "options": [{"label": "A", "text": "Physical therapy for sitting", "correct": false}, {"label": "B", "text": "Reassurance", "correct": true}, {"label": "C", "text": "MRI", "correct": false}, {"label": "D", "text": "Developmental assessment", "correct": false}], "correct_answer": "B. Reassurance", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cherry red spot with hepatosplenomegaly and normal startle reflex is seen in", "options": [{"label": "A", "text": "Arylsuphatase deficiency", "correct": false}, {"label": "B", "text": "Glucocerebrosidase deficiency", "correct": false}, {"label": "C", "text": "Sphingomyelinase deficiency", "correct": true}, {"label": "D", "text": "Hexosaminidase A deficiency", "correct": false}], "correct_answer": "C. Sphingomyelinase deficiency", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%202.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 36 week gestation baby, born by NVD has respiratory distress. Child needed oxygen at birth. Diagnosis?", "options": [{"label": "A", "text": "TTNB", "correct": true}, {"label": "B", "text": "MAS", "correct": false}, {"label": "C", "text": "RDS", "correct": false}, {"label": "D", "text": "Pneumonia", "correct": false}], "correct_answer": "A. TTNB", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%203.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Turner syndrome has all except?", "options": [{"label": "A", "text": "Short 4th metacarpal", "correct": false}, {"label": "B", "text": "Webbed neck", "correct": false}, {"label": "C", "text": "Wide nipples", "correct": false}, {"label": "D", "text": "Prominent occiput", "correct": true}], "correct_answer": "D. Prominent occiput", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Aneuploidy is all except", "options": [{"label": "A", "text": "Bloom syndrome", "correct": true}, {"label": "B", "text": "Trisomy 13", "correct": false}, {"label": "C", "text": "Trisomy 18", "correct": false}, {"label": "D", "text": "Klinefelter syndrome", "correct": false}], "correct_answer": "A. Bloom syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which vaccine is contraindicated in SCID?", "options": [{"label": "A", "text": "MMR", "correct": true}, {"label": "B", "text": "IPV", "correct": false}, {"label": "C", "text": "TDaP", "correct": false}, {"label": "D", "text": "HBV", "correct": false}], "correct_answer": "A. MMR", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 14 yrs old SLE with nephrotic range proteinuria and wire loop lesions on kidney biopsy.", "options": [{"label": "A", "text": "MMF", "correct": false}, {"label": "B", "text": "IV cyclophosphamide and steroids", "correct": true}, {"label": "C", "text": "High dose steroids", "correct": false}, {"label": "D", "text": "Rituximab", "correct": false}], "correct_answer": "B. IV cyclophosphamide and steroids", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Refeeding syndrome, explanation for HypoMg, HypoK and HypoPO4 is", "options": [{"label": "A", "text": "Sudden insulin release", "correct": true}, {"label": "B", "text": "High glucagon", "correct": false}, {"label": "C", "text": "Aldosterone release", "correct": false}, {"label": "D", "text": "Renal clearance", "correct": false}, {"label": "E", "text": "Increased procalcitonin", "correct": false}], "correct_answer": "A. Sudden insulin release", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 4 yrs old, broad based gait, hyperreflexia, and a positive Babinski reflex. Diagnosis?", "options": [{"label": "A", "text": "Spinal cord lesion", "correct": false}, {"label": "B", "text": "GBS", "correct": false}, {"label": "C", "text": "Cerebral palsy", "correct": true}, {"label": "D", "text": "Sagittal sinus thrombosis", "correct": false}, {"label": "E", "text": "ADEM; encephalitis", "correct": false}], "correct_answer": "C. Cerebral palsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child with petechiae and echymosis. His bone marrow examination shows megakaryocyte hyperplasia. Platelet count is 10,000/mm3 Next step?", "options": [{"label": "A", "text": "Aspirin", "correct": false}, {"label": "B", "text": "ivIg", "correct": true}, {"label": "C", "text": "Methotrexate", "correct": false}, {"label": "D", "text": "Bone marrow transplant", "correct": false}], "correct_answer": "B. ivIg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 6 weeks old has non bilious vomiting, non projectile but forceful vomiting since last 3 weeks. Child has normal abdomen examination and normal bowel movement. Diagnosis?", "options": [{"label": "A", "text": "Congenital Hypertrophic Pyloric Stenosis (CHPS)", "correct": false}, {"label": "B", "text": "Gastroesophageal Reflux Disease (GERD)", "correct": true}, {"label": "C", "text": "Cow’s Milk Protein Allergy (CMPA)", "correct": false}, {"label": "D", "text": "Intestinal obstruction", "correct": false}], "correct_answer": "B. Gastroesophageal Reflux Disease (GERD)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following represents Marasmus?", "options": [{"label": "A", "text": "Edema & protein loss", "correct": false}, {"label": "B", "text": "Calorie malnutrition and protein preservation", "correct": true}, {"label": "C", "text": "Low cortisol", "correct": false}, {"label": "D", "text": "Increased insulin", "correct": false}], "correct_answer": "B. Calorie malnutrition and protein preservation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Signs of good attachment are all except [Multiple Options Correct]", "options": [{"label": "A", "text": "Lower lip inverted", "correct": false}, {"label": "B", "text": "Areola visible below more than above", "correct": false}, {"label": "C", "text": "Cheeks should be full", "correct": false}, {"label": "D", "text": "Chin touching the breast", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 3 years old child has cyanosis since infancy. Which of following will indicate TOF [Tetralogy of Fallot]?", "options": [{"label": "A", "text": "LVH", "correct": false}, {"label": "B", "text": "Infundibular PS", "correct": true}, {"label": "C", "text": "TGA", "correct": false}, {"label": "D", "text": "Inter-atrial septal defect", "correct": false}], "correct_answer": "B. Infundibular PS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common inherited bleeding disorder", "options": [{"label": "A", "text": "Hemophilia", "correct": false}, {"label": "B", "text": "Factor VII deficiency", "correct": false}, {"label": "C", "text": "DIC", "correct": false}, {"label": "D", "text": "Von Willebrand Disease", "correct": true}], "correct_answer": "D. Von Willebrand Disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of following best indicates mechanism of breast milk jaundice?", "options": [{"label": "A", "text": "Hepatocellular injury by breast milk", "correct": false}, {"label": "B", "text": "Increased RBC breakdown producing more unconjugated bilirubin", "correct": false}, {"label": "C", "text": "Inhibition of conjugation by free fatty acid and beta glucuronidase in breast milk", "correct": true}, {"label": "D", "text": "Reduced intestinal absorption of bilirubin", "correct": false}], "correct_answer": "C. Inhibition of conjugation by free fatty acid and beta glucuronidase in breast milk", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following which statement is incorrect regarding attachment during breast feeding a. Inverted lower lip b. Full cheeks during feeding c. Infants chin should make contact with the breast during feeding d. Areola visible below more than above", "options": [{"label": "A", "text": "A,D", "correct": true}, {"label": "B", "text": "C,B,A", "correct": false}, {"label": "C", "text": "A,C", "correct": false}, {"label": "D", "text": "A,B,C,", "correct": false}], "correct_answer": "A. A,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "3 years old child comes with history of becoming cyanosed during crying. Out of the following which finding present is suggestive of Tetralogy of Fallot", "options": [{"label": "A", "text": "Infundibular pulmonic stenosis", "correct": true}, {"label": "B", "text": "Left ventricular hypertrophy", "correct": false}, {"label": "C", "text": "Transposition of great arteries", "correct": false}, {"label": "D", "text": "Interatrial septal defect", "correct": false}], "correct_answer": "A. Infundibular pulmonic stenosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following which represents marasmus", "options": [{"label": "A", "text": "Loss of protein and presence of edema", "correct": false}, {"label": "B", "text": "Calorie malnutrition and protein preservation", "correct": true}, {"label": "C", "text": "Low cortisol", "correct": false}, {"label": "D", "text": "Increased insulin", "correct": false}], "correct_answer": "B. Calorie malnutrition and protein preservation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "9 month old child comes with history of not able to sit without support. Child speaks mama, and dada without meaning. The child shows stranger anxiety and is able to roll from prone to supine. Most appropriate next step in management is", "options": [{"label": "A", "text": "Developmental assessment is required", "correct": false}, {"label": "B", "text": "MRI brain to be done", "correct": false}, {"label": "C", "text": "Reassure the parents", "correct": true}, {"label": "D", "text": "Physical therapy for sitting", "correct": false}], "correct_answer": "C. Reassure the parents", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "36 weeks gestation has come with complaints of respiratory distress since birth. Child needed 30% of oxygen at birth. Chest x-ray is shown. Out of the following diagnosis is", "options": [{"label": "A", "text": "Transient tachypnea of newborn", "correct": true}, {"label": "B", "text": "Pneumonia", "correct": false}, {"label": "C", "text": "Respiratory distress syndrome", "correct": false}, {"label": "D", "text": "Meconium aspiration syndrome", "correct": false}], "correct_answer": "A. Transient tachypnea of newborn", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_5(10).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following which mechanism explains the breast milk jaundice", "options": [{"label": "A", "text": "Increased RBC breakdown", "correct": false}, {"label": "B", "text": "Intestinal absorption of bilirubin reduced", "correct": false}, {"label": "C", "text": "Hepatocellular injury by breast milk", "correct": false}, {"label": "D", "text": "Decreased conjugation of bilirubin by free fatty acids and beta glucuronidase present in breast milk", "correct": true}], "correct_answer": "D. Decreased conjugation of bilirubin by free fatty acids and beta glucuronidase present in breast milk", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In Re-feeding syndrome hypomagnesemia, hypokalemia and hypophosphatemia, is due to", "options": [{"label": "A", "text": "Sudden release of insulin", "correct": true}, {"label": "B", "text": "Release of aldosterone", "correct": false}, {"label": "C", "text": "High glucagon", "correct": false}, {"label": "D", "text": "Renal clearance", "correct": false}], "correct_answer": "A. Sudden release of insulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "4 year old child has broad based gait. On examination there is hyperflexia and positive Babinski reflex. There is presence of clinging behavior. Out of the following diagnosis is", "options": [{"label": "A", "text": "Spinal cord lesion", "correct": false}, {"label": "B", "text": "Cerebral palsy", "correct": false}, {"label": "C", "text": "Normal pressure hydrocephalus", "correct": false}, {"label": "D", "text": "Acute disseminated encephalomyelitis", "correct": true}], "correct_answer": "D. Acute disseminated encephalomyelitis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 6 weeks old has non bilious vomiting, non projectile but forceful vomiting since last 3 weeks. Child has normal abdomen examination and normal bowel movement. Diagnosis?", "options": [{"label": "A", "text": "Cow's milk protein allergy", "correct": false}, {"label": "B", "text": "Intestinal obstruction", "correct": false}, {"label": "C", "text": "Gastrointestinal reflux disease", "correct": true}, {"label": "D", "text": "Congenital hypertrophic pyloric stenosis", "correct": false}], "correct_answer": "C. Gastrointestinal reflux disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Child presented with petechiae, purpura and has platelet count of 10,000 cells/cumm. On bone marrow examination there is increased megakaryocytes. Out of the following what is the next best step", "options": [{"label": "A", "text": "Methotrexate", "correct": false}, {"label": "B", "text": "Intravenous immunoglobulin", "correct": true}, {"label": "C", "text": "Bone marrow transplantation", "correct": false}, {"label": "D", "text": "Aspirin", "correct": false}], "correct_answer": "B. Intravenous immunoglobulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following which vaccine is contraindicated in a patient with severe combined immunodeficiency (SCID)", "options": [{"label": "A", "text": "Hepatitis B", "correct": false}, {"label": "B", "text": "Diphtheria, Pertussis and tetanus vaccine", "correct": false}, {"label": "C", "text": "Inactivated polio virus", "correct": false}, {"label": "D", "text": "Measles, Mumps and Rubella", "correct": true}], "correct_answer": "D. Measles, Mumps and Rubella", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following which is not a feature of Turner's syndrome", "options": [{"label": "A", "text": "Webbing of neck", "correct": false}, {"label": "B", "text": "Prominent occiput", "correct": true}, {"label": "C", "text": "Widely spaced hypoplastic nipple", "correct": false}, {"label": "D", "text": "Short 4th metacarpal", "correct": false}], "correct_answer": "B. Prominent occiput", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of the following which is not an aneuploidy", "options": [{"label": "A", "text": "Trisomy 21", "correct": false}, {"label": "B", "text": "Bloom syndrome", "correct": true}, {"label": "C", "text": "Klinefelter syndrome", "correct": false}, {"label": "D", "text": "Trisomy 13", "correct": false}], "correct_answer": "B. Bloom syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a 12 year old child having systemic lupus erythematosus, now presents with nephrotic range proteinuria. Renal biopsy shows \"wire loop lesions\". Out of the following drug of choice is", "options": [{"label": "A", "text": "Intravenous steroids only", "correct": false}, {"label": "B", "text": "IV steroids + cyclophosphamide", "correct": true}, {"label": "C", "text": "Cyclophosphamide", "correct": false}, {"label": "D", "text": "Mycophenolate", "correct": false}], "correct_answer": "B. IV steroids + cyclophosphamide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "As pregnancy advances there is higher risk of transmission in", "options": [{"label": "A", "text": "Toxoplasma", "correct": true}, {"label": "B", "text": "Rubella", "correct": false}, {"label": "C", "text": "Parvo virus", "correct": false}, {"label": "D", "text": "CMV", "correct": false}], "correct_answer": "A. Toxoplasma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 161 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Pharmacology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 272</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 272 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "A lady on a drug treatment with migraine with h/0 CAD came with chest pain and heaviness. Which drug is responsible?", "options": [{"label": "A", "text": "Serotonin agonist", "correct": true}, {"label": "B", "text": "Serotonin antagonist", "correct": false}, {"label": "C", "text": "Diltiazem", "correct": false}, {"label": "D", "text": "NO donor", "correct": false}], "correct_answer": "A. Serotonin agonist", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55210341704802888/55210341704802888.m3u8"}, {"text": "New drug codeine plus dextromethorphan was launched. What will you do?", "options": [{"label": "A", "text": "Prescribe as it adds effect due to same mechanism", "correct": false}, {"label": "B", "text": "Don’t prescribe as combination is irrational", "correct": true}, {"label": "C", "text": "Don’t prescribe due to more side effects", "correct": false}, {"label": "D", "text": "Prescribe as it can relive cough more efficiently", "correct": false}], "correct_answer": "B. Don’t prescribe as combination is irrational", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69976641702032624/69976641702032624.m3u8"}, {"text": "Which drug will worsen myasthenia A. Lignocaine B. Meropenem C. Digene D. Phenytoin", "options": [{"label": "A", "text": "A, C, D", "correct": true}, {"label": "B", "text": "B, C, D", "correct": false}, {"label": "C", "text": "A, B, D", "correct": false}, {"label": "D", "text": "A, B, C, D", "correct": false}], "correct_answer": "A. A, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76851541702032643/76851541702032643.m3u8"}, {"text": "What is the dilution of Adrenaline for IM injection in anaphylaxis", "options": [{"label": "A", "text": "1:100", "correct": false}, {"label": "B", "text": "1:1000", "correct": true}, {"label": "C", "text": "1:10000", "correct": false}, {"label": "D", "text": "1:100000", "correct": false}], "correct_answer": "B. 1:1000", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15564161702032662/15564161702032662.m3u8"}, {"text": "Drug approved for treatment of long-term treatment of obesity", "options": [{"label": "A", "text": "Metformin", "correct": false}, {"label": "B", "text": "Sibutramine", "correct": false}, {"label": "C", "text": "Liraglutide", "correct": true}, {"label": "D", "text": "Fenfluramine", "correct": false}], "correct_answer": "C. Liraglutide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22907201702032676/22907201702032676.m3u8"}, {"text": "A female taking ART, complains of migraine since last 4 days she took ergotamine for treatment, now complains of tingling and pain in toe upwards till mid thigh. Examination shows no pulse in dorsalis pedis and popliteal artery. What might be cause?", "options": [{"label": "A", "text": "Atherosclerosis", "correct": false}, {"label": "B", "text": "Descending radiculopathy", "correct": false}, {"label": "C", "text": "Disc herniation", "correct": false}, {"label": "D", "text": "Ergotism", "correct": true}], "correct_answer": "D. Ergotism", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76121931704966322/76121931704966322.m3u8"}, {"text": "First order kinetics if drug dose doubled then what happens:", "options": [{"label": "A", "text": "Half life doubles", "correct": false}, {"label": "B", "text": "Half life remains unchanged", "correct": true}, {"label": "C", "text": "Plasma concentration and half life doubles", "correct": false}, {"label": "D", "text": "Plasma concentration and half life remains unchanged", "correct": false}], "correct_answer": "B. Half life remains unchanged", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58568091704966384/58568091704966384.m3u8"}, {"text": "Not a priority for Essential drugs", "options": [{"label": "A", "text": "Safety in large population", "correct": false}, {"label": "B", "text": "Cost effective", "correct": false}, {"label": "C", "text": "Available as FDC", "correct": true}, {"label": "D", "text": "For large prevalent disease", "correct": false}], "correct_answer": "C. Available as FDC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58778481704966409/58778481704966409.m3u8"}, {"text": "Patient with glaucoma (increase IOP) with Acute uveitis (red eye, keratitis, aqueous flare). Which drug should not be given ?", "options": [{"label": "A", "text": "Systemic mannitol", "correct": false}, {"label": "B", "text": "Beta blocker", "correct": false}, {"label": "C", "text": "Prostaglandin analogue", "correct": true}, {"label": "D", "text": "Carbonic anhydrase inhibitor", "correct": false}], "correct_answer": "C. Prostaglandin analogue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9326171702032694/9326171702032694.m3u8"}, {"text": "An epilepsy patient is taking Retigabine thrice daily. Now phenytoin is added. What should be done next.", "options": [{"label": "A", "text": "Dose of retigabine should be increased", "correct": true}, {"label": "B", "text": "Dose of retigabine should be decreased", "correct": false}, {"label": "C", "text": "Stop retigabine", "correct": false}, {"label": "D", "text": "Change carbamazepine instead of retigabine", "correct": false}], "correct_answer": "A. Dose of retigabine should be increased", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69196651702032709/69196651702032709.m3u8"}, {"text": "Nivolumab is used for ?", "options": [{"label": "A", "text": "Medulloblastoma", "correct": false}, {"label": "B", "text": "Hodgkins lymphoma", "correct": true}, {"label": "C", "text": "Retinoblastoma", "correct": false}, {"label": "D", "text": "Thyroid cancer", "correct": false}], "correct_answer": "B. Hodgkins lymphoma", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11_1(106).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53632981704966433/53632981704966433.m3u8"}, {"text": "Paradoxical bronchoconstriction seen with ipratropium due to all except", "options": [{"label": "A", "text": "EDTA", "correct": false}, {"label": "B", "text": "Benzalkonium chloride", "correct": false}, {"label": "C", "text": "Post synaptic M3 blockage", "correct": true}, {"label": "D", "text": "Presynaptic M2 block", "correct": false}], "correct_answer": "C. Post synaptic M3 blockage", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26625981702032722/26625981702032722.m3u8"}, {"text": "True about Nicotine substitution therapy?", "options": [{"label": "A", "text": "Nicotine is given only by gastrointestinal route", "correct": false}, {"label": "B", "text": "Varenicline comes with black box warning of CVS death/disease", "correct": true}, {"label": "C", "text": "There should be a 15 min gap between nicotine and Coffee / acidic food as it decreases its absorption", "correct": false}, {"label": "D", "text": "Nicotine chewing gum are better for consistent use and give 10-15% better level in blood as compared to lozenges.", "correct": false}], "correct_answer": "B. Varenicline comes with black box warning of CVS death/disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40184441704964149/40184441704964149.m3u8"}, {"text": "In which of the following dose dopamine acts on beta1 receptor?", "options": [{"label": "A", "text": "<2 mcgm/kg", "correct": false}, {"label": "B", "text": "2- 10 mcgm/kg", "correct": true}, {"label": "C", "text": "10- 20mcgm/kg", "correct": false}, {"label": "D", "text": ">20mcg/kg", "correct": false}], "correct_answer": "B. 2- 10 mcgm/kg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61724671704964160/61724671704964160.m3u8"}, {"text": "Weakly acidic drugs binds with which of the following protein?", "options": [{"label": "A", "text": "Albumin", "correct": true}, {"label": "B", "text": "Globulin", "correct": false}, {"label": "C", "text": "Alpha 1 acid glypcoprotein", "correct": false}, {"label": "D", "text": "Lipoprotein", "correct": false}], "correct_answer": "A. Albumin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11047871704964170/11047871704964170.m3u8"}, {"text": "Which of the following drug will increases the bioavailability of saquinavir?", "options": [{"label": "A", "text": "Ritonavir", "correct": true}, {"label": "B", "text": "Cimetidine", "correct": false}, {"label": "C", "text": "Vit C", "correct": false}, {"label": "D", "text": "Ganciclovir", "correct": false}], "correct_answer": "A. Ritonavir", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40113761702032734/40113761702032734.m3u8"}, {"text": "Find out the mechanism of action of cyclosporine A", "options": [{"label": "A", "text": "IMP dehydrogenase inhibitor", "correct": false}, {"label": "B", "text": "Calcineurin inhibitor", "correct": true}, {"label": "C", "text": "Dehydro orotate dehydrogenase inhibitor", "correct": false}, {"label": "D", "text": "AMP kinase inhibitor", "correct": false}], "correct_answer": "B. Calcineurin inhibitor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17(314).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7979061704964188/7979061704964188.m3u8"}, {"text": "Which one of the following drug not to be administered in patient with angle closure glaucoma?", "options": [{"label": "A", "text": "Sertraline", "correct": false}, {"label": "B", "text": "Amitriptyline", "correct": true}, {"label": "C", "text": "Mirtazepine", "correct": false}, {"label": "D", "text": "Fluvoxamine", "correct": false}], "correct_answer": "B. Amitriptyline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44420811702032747/44420811702032747.m3u8"}, {"text": "A known case seizure disorder patient on phenytoin, now developed reflux gastritis and was prescribed sucralfate for his gastritis, what should be the minimum gap between the two drugs?", "options": [{"label": "A", "text": "30 min", "correct": false}, {"label": "B", "text": "60 min", "correct": false}, {"label": "C", "text": "90 min", "correct": false}, {"label": "D", "text": "120 min", "correct": true}], "correct_answer": "D. 120 min", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55669891702032761/55669891702032761.m3u8"}, {"text": "The most effective drug to stop smoking", "options": [{"label": "A", "text": "Varenicline", "correct": true}, {"label": "B", "text": "Nicotine", "correct": false}, {"label": "C", "text": "Bupropion", "correct": false}, {"label": "D", "text": "Rimonabant", "correct": false}], "correct_answer": "A. Varenicline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/242161702032773/242161702032773.m3u8"}, {"text": "Organophosphorous compounds are what type of inhibitors?", "options": [{"label": "A", "text": "Competitive", "correct": false}, {"label": "B", "text": "Uncompetitive", "correct": false}, {"label": "C", "text": "Non competitive", "correct": false}, {"label": "D", "text": "Irrversible", "correct": true}], "correct_answer": "D. Irrversible", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43256011704964204/43256011704964204.m3u8"}, {"text": "Alkalization of urine will help in excretion of which of the following drug?", "options": [{"label": "A", "text": "Acetaminophen", "correct": false}, {"label": "B", "text": "Salicylate", "correct": true}, {"label": "C", "text": "Digoxin", "correct": false}, {"label": "D", "text": "Morphine", "correct": false}], "correct_answer": "B. Salicylate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true about the shown graph:", "options": [{"label": "A", "text": "B is more potent than A", "correct": false}, {"label": "B", "text": "A is more officious than B", "correct": false}, {"label": "C", "text": "A and B are agonist", "correct": true}, {"label": "D", "text": "C is an antagonist", "correct": false}], "correct_answer": "C. A and B are agonist", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(219).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25348361704964220/25348361704964220.m3u8"}, {"text": "Match the following teratogenic effect of drug:", "options": [{"label": "A", "text": "A. 2, B. 1, C. 4, D. 3", "correct": true}, {"label": "B", "text": "A. 4, B. 1, C. 2, D. 3", "correct": false}, {"label": "C", "text": "A. 2, B. 4, C. 4, D. 1", "correct": false}, {"label": "D", "text": "A. 4, B. 3, C. 1, D. 2", "correct": false}], "correct_answer": "A. A. 2, B. 1, C. 4, D. 3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/26(160).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72662601704964240/72662601704964240.m3u8"}, {"text": "New Drug application is done after this phase of clinical trial", "options": [{"label": "A", "text": "Phase 1", "correct": false}, {"label": "B", "text": "Phase 2", "correct": false}, {"label": "C", "text": "Phase 3", "correct": true}, {"label": "D", "text": "Phase 4", "correct": false}], "correct_answer": "C. Phase 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51541211704964252/51541211704964252.m3u8"}, {"text": "In a clinical trial of 400 to 500 patients planned to be taken to find efficacy of new drug in multiple centre, , half were given new drug and half placebo, both patients and researchers were blinded, this indicate which phase of clinical trial?", "options": [{"label": "A", "text": "Phase 1", "correct": false}, {"label": "B", "text": "Phase 2", "correct": false}, {"label": "C", "text": "Phase 3", "correct": true}, {"label": "D", "text": "Phase 4", "correct": false}], "correct_answer": "C. Phase 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43932571704964264/43932571704964264.m3u8"}, {"text": "Atropine cannot be used in", "options": [{"label": "A", "text": "Corneal ulcer", "correct": false}, {"label": "B", "text": "Angle closure glaucoma", "correct": true}, {"label": "C", "text": "Malignant glaucoma", "correct": false}, {"label": "D", "text": "Acute anterior uveitis", "correct": false}], "correct_answer": "B. Angle closure glaucoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35207971702032791/35207971702032791.m3u8"}, {"text": "Which of the following drugs act on beta receptor? 1. Depevefrine 2. Fenoldopam 3. Mirabegron 4. Dopexamine", "options": [{"label": "A", "text": "1, 2 & 3", "correct": false}, {"label": "B", "text": "2. 3 & 4", "correct": false}, {"label": "C", "text": "1, 3 & 4", "correct": true}, {"label": "D", "text": "3 & 4", "correct": false}], "correct_answer": "C. 1, 3 & 4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30517281702032802/30517281702032802.m3u8"}, {"text": "A 14-year-old boy patient presented with tachypnoea and BP 106/60mmHg after scorpion bite. Which of the following preferred agent?", "options": [{"label": "A", "text": "Prazosin", "correct": true}, {"label": "B", "text": "Adrenaline", "correct": false}, {"label": "C", "text": "Atropine", "correct": false}, {"label": "D", "text": "lvabradine", "correct": false}], "correct_answer": "A. Prazosin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37233491702032813/37233491702032813.m3u8"}, {"text": "Which of the following anti glaucoma drug increases the trabecular outflow?", "options": [{"label": "A", "text": "Netarsudil", "correct": true}, {"label": "B", "text": "Timolol", "correct": false}, {"label": "C", "text": "Acetazolamide", "correct": false}, {"label": "D", "text": "Brimonidine", "correct": false}], "correct_answer": "A. Netarsudil", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24122301702032825/24122301702032825.m3u8"}, {"text": "Match the following drugs with their target", "options": [{"label": "A", "text": "A. 2, B. 1, C. 4, D. 3", "correct": false}, {"label": "B", "text": "A. 4, B. 1, C. 2, D. 3", "correct": false}, {"label": "C", "text": "A. 3, B. 1, C. 4, D. 2", "correct": true}, {"label": "D", "text": "A. 4, B. 3, C. 2, D. 1", "correct": false}], "correct_answer": "C. A. 3, B. 1, C. 4, D. 2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/33(150).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71193181704966513/71193181704966513.m3u8"}, {"text": "Rituximab is", "options": [{"label": "A", "text": "Anti CD 20 monoclonal antibody", "correct": true}, {"label": "B", "text": "Anti CD 50 monoclonal antibody", "correct": false}, {"label": "C", "text": "Anti CD 20 polyclonal antibody", "correct": false}, {"label": "D", "text": "Anti CD 50 polyclonal antibody", "correct": false}], "correct_answer": "A. Anti CD 20 monoclonal antibody", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77873471702032837/77873471702032837.m3u8"}, {"text": "Z Technique is used for:", "options": [{"label": "A", "text": "Monitoring for phenytoin therapy", "correct": false}, {"label": "B", "text": "Monitoring for Lithium therapy", "correct": false}, {"label": "C", "text": "Administration of intramuscular depot antipsychotics", "correct": true}, {"label": "D", "text": "Administration of Nicotine transdermal patches", "correct": false}], "correct_answer": "C. Administration of intramuscular depot antipsychotics", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36(143).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77667491704964279/77667491704964279.m3u8"}, {"text": "Which of the following is Schedule X drug:", "options": [{"label": "A", "text": "Thalidomide", "correct": false}, {"label": "B", "text": "Halothane", "correct": false}, {"label": "C", "text": "Ketamine", "correct": true}, {"label": "D", "text": "Colistin", "correct": false}], "correct_answer": "C. Ketamine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61747971704964301/61747971704964301.m3u8"}, {"text": "Prucalopride is:", "options": [{"label": "A", "text": "5HT1 agonist", "correct": false}, {"label": "B", "text": "5HT4 agonist", "correct": true}, {"label": "C", "text": "5HT3 antagonist", "correct": false}, {"label": "D", "text": "5HT2 antagonist", "correct": false}], "correct_answer": "B. 5HT4 agonist", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67500631704964314/67500631704964314.m3u8"}, {"text": "Not used in glaucoma to reduce intraocular pressure:", "options": [{"label": "A", "text": "Betamethasone", "correct": true}, {"label": "B", "text": "Mannitol", "correct": false}, {"label": "C", "text": "Brinzolamide", "correct": false}, {"label": "D", "text": "Clonidine", "correct": false}], "correct_answer": "A. Betamethasone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40554821702032860/40554821702032860.m3u8"}, {"text": "After Ampicillin injection patient suddenly suffers from dysopnea, rashes and hypotension. Immediate treatment is:", "options": [{"label": "A", "text": "0.5 ml of 1:1000 adrenaline intramuscular", "correct": true}, {"label": "B", "text": "0.5 ml of 1:1000 adrenaline intravenous", "correct": false}, {"label": "C", "text": "0.5 ml of 1:10000 adrenaline intramuscular", "correct": false}, {"label": "D", "text": "0.5 ml of 1:10000 adrenaline intravenous", "correct": false}], "correct_answer": "A. 0.5 ml of 1:1000 adrenaline intramuscular", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42_1(26).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61884271704964328/61884271704964328.m3u8"}, {"text": "A patient came to emergency due to poisoning with increases salvation bronchial secretion, pin-point pupil, BP=88/60, RBC estrerase level=50. Immediate treatment is:", "options": [{"label": "A", "text": "Neostigmine", "correct": false}, {"label": "B", "text": "Physostigmine", "correct": false}, {"label": "C", "text": "Atropine", "correct": true}, {"label": "D", "text": "Flumazenil", "correct": false}], "correct_answer": "C. Atropine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1914851702032874/1914851702032874.m3u8"}, {"text": "All can produce miosis except:", "options": [{"label": "A", "text": "Organophosphate", "correct": false}, {"label": "B", "text": "Belladona", "correct": true}, {"label": "C", "text": "Pilocarpine", "correct": false}, {"label": "D", "text": "Morphine", "correct": false}], "correct_answer": "B. Belladona", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74913111702032894/74913111702032894.m3u8"}, {"text": "Which is the best measure of extent of drug absorption?", "options": [{"label": "A", "text": "AUC", "correct": true}, {"label": "B", "text": "T max", "correct": false}, {"label": "C", "text": "C max", "correct": false}, {"label": "D", "text": "T 1/2", "correct": false}], "correct_answer": "A. AUC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30499561704964364/30499561704964364.m3u8"}, {"text": "Find out the active metabolite of cyclophosphamide", "options": [{"label": "A", "text": "N acetyl cyclophosphamide", "correct": false}, {"label": "B", "text": "N methyl cyclophosphamide,", "correct": false}, {"label": "C", "text": "4 acetyl cyclophosphamide", "correct": false}, {"label": "D", "text": "4 hydroxy cyclophosphamide", "correct": true}], "correct_answer": "D. 4 hydroxy cyclophosphamide", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46_1(38).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35581131704964380/35581131704964380.m3u8"}, {"text": "A patient on risperidone came to emergency dept with fixed upper gaze, what is the treatment of this condition?", "options": [{"label": "A", "text": "Clonazepam", "correct": false}, {"label": "B", "text": "Inj. Promethazine", "correct": true}], "correct_answer": "B. Inj. Promethazine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22316181704964397/22316181704964397.m3u8"}, {"text": "Which of the following is NOT the immune check point inhibitor?", "options": [{"label": "A", "text": "Ipilimumab", "correct": false}, {"label": "B", "text": "Pembrolizumab", "correct": false}, {"label": "C", "text": "Cetuximab", "correct": true}, {"label": "D", "text": "Atezolizumab", "correct": false}], "correct_answer": "C. Cetuximab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73567111702032910/73567111702032910.m3u8"}, {"text": "Which one of the following is the not the first line drug for rheumatoid arthritis?", "options": [{"label": "A", "text": "Methotrexate", "correct": false}, {"label": "B", "text": "HCQ", "correct": false}, {"label": "C", "text": "Sulfasalazine", "correct": false}, {"label": "D", "text": "Azathioprine", "correct": true}], "correct_answer": "D. Azathioprine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12019921704964412/12019921704964412.m3u8"}, {"text": "Which one of the following in this diagram indicate antagonistic", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/50(105).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62206081704964426/62206081704964426.m3u8"}, {"text": "Which immune check inhibitor is FDA approved drug for advanced endometrial cancer?", "options": [{"label": "A", "text": "Pembrolizumab", "correct": true}, {"label": "B", "text": "Atezolizumab", "correct": false}, {"label": "C", "text": "Nivolumab", "correct": false}, {"label": "D", "text": "Ipilimumab", "correct": false}], "correct_answer": "A. Pembrolizumab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8092511704964444/8092511704964444.m3u8"}, {"text": "Common symptoms of muscarinic poisoning", "options": [{"label": "A", "text": "Bradycardia", "correct": true}, {"label": "B", "text": "Pupil dilatation", "correct": false}, {"label": "C", "text": "Diuresis", "correct": false}, {"label": "D", "text": "Muscle fasciculation", "correct": false}], "correct_answer": "A. Bradycardia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10545411702032951/10545411702032951.m3u8"}, {"text": "Side effects of salbutamol are all except", "options": [{"label": "A", "text": "Hypokalemia", "correct": false}, {"label": "B", "text": "Hypoglycemia", "correct": true}, {"label": "C", "text": "Tremor", "correct": false}, {"label": "D", "text": "Tachycardia", "correct": false}], "correct_answer": "B. Hypoglycemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24119461702032963/24119461702032963.m3u8"}, {"text": "What does a label on drug (according to IP) means when it says store in cool and dry place", "options": [{"label": "A", "text": "Below the freezing point of water", "correct": false}, {"label": "B", "text": "2-4 degrees", "correct": false}, {"label": "C", "text": "8-15 degrees", "correct": true}, {"label": "D", "text": "Zero degree", "correct": false}], "correct_answer": "C. 8-15 degrees", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62254761704964459/62254761704964459.m3u8"}, {"text": "Loading dose of a drug is dependent on?", "options": [{"label": "A", "text": "Vd", "correct": true}, {"label": "B", "text": "T 1/2", "correct": false}, {"label": "C", "text": "Bioavailability", "correct": false}, {"label": "D", "text": "Clearance", "correct": false}], "correct_answer": "A. Vd", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49992611704964472/49992611704964472.m3u8"}, {"text": "Which of the following act through G protein coupled receptors?", "options": [{"label": "A", "text": "Ach Muscarinic receptors", "correct": true}, {"label": "B", "text": "Insulin receptors", "correct": false}, {"label": "C", "text": "Ach Nicotinic receptors", "correct": false}, {"label": "D", "text": "GABA-A receptors", "correct": false}], "correct_answer": "A. Ach Muscarinic receptors", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6718111704964485/6718111704964485.m3u8"}, {"text": "Which of the following drugs should be sold only on prescription of a registered medical practitioner?", "options": [{"label": "A", "text": "Schedule H drugs", "correct": true}, {"label": "B", "text": "Schedule X drugs", "correct": false}, {"label": "C", "text": "Schedule W drugs", "correct": false}, {"label": "D", "text": "Schedule Y drugs", "correct": false}], "correct_answer": "A. Schedule H drugs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37042301704964513/37042301704964513.m3u8"}, {"text": "Which of the following drugs is not used in Rheumatoid arthritis?", "options": [{"label": "A", "text": "Etanercept", "correct": false}, {"label": "B", "text": "Leflunomide", "correct": false}, {"label": "C", "text": "Febuxostat", "correct": true}, {"label": "D", "text": "Methotrexate", "correct": false}], "correct_answer": "C. Febuxostat", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10277341704964528/10277341704964528.m3u8"}, {"text": "Therapeutic index is a measure of-", "options": [{"label": "A", "text": "Potency", "correct": false}, {"label": "B", "text": "Efficacy", "correct": false}, {"label": "C", "text": "Safety", "correct": true}, {"label": "D", "text": "Potency + efficacy", "correct": false}], "correct_answer": "C. Safety", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70360751704964544/70360751704964544.m3u8"}, {"text": "Manufacturer of a drug company labels that the drug contains 500 mg of paracetamol. On analysis, it was found to contain only 200 mg of drug. Which type of drug it is known as?", "options": [{"label": "A", "text": "Counterfeit drug", "correct": true}, {"label": "B", "text": "Spurious drug", "correct": false}, {"label": "C", "text": "Adulterant drug", "correct": false}, {"label": "D", "text": "Unethical drug", "correct": false}], "correct_answer": "A. Counterfeit drug", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42756431704964566/42756431704964566.m3u8"}, {"text": "Acetylcholine decreses heart rate by", "options": [{"label": "A", "text": "Makes the RMP less negative", "correct": false}, {"label": "B", "text": "Delays diastolic repolarization", "correct": false}, {"label": "C", "text": "Prolonging plateau phase", "correct": false}, {"label": "D", "text": "Decrease rate of conduction", "correct": true}], "correct_answer": "D. Decrease rate of conduction", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(181).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10447651702032980/10447651702032980.m3u8"}, {"text": "Which of the following is NOT TRUE about memantine?", "options": [{"label": "A", "text": "NMDA antagonist", "correct": false}, {"label": "B", "text": "Maintenance dose is 15-20 mg/kg", "correct": true}, {"label": "C", "text": "Used as combination therapy", "correct": false}, {"label": "D", "text": "Used in moderate to severe disease", "correct": false}], "correct_answer": "B. Maintenance dose is 15-20 mg/kg", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56131311702032997/56131311702032997.m3u8"}, {"text": "Propranolol is drug of choice for:", "options": [{"label": "A", "text": "Ulcerated infantile hemangioma", "correct": true}, {"label": "B", "text": "Lymphangioma circumscriptum", "correct": false}, {"label": "C", "text": "Capillary malformation", "correct": false}, {"label": "D", "text": "Pyogenic granuloma", "correct": false}], "correct_answer": "A. Ulcerated infantile hemangioma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36928611702033012/36928611702033012.m3u8"}, {"text": "40 year old diabetic patient developed glaucoma and cystoid macular papilledema. Which drug should not be given:", "options": [{"label": "A", "text": "Pilocarpine", "correct": false}, {"label": "B", "text": "Latanoprost", "correct": true}, {"label": "C", "text": "Alpha blocker", "correct": false}, {"label": "D", "text": "Beta blocker", "correct": false}], "correct_answer": "B. Latanoprost", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18_1(77).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2558991702033029/2558991702033029.m3u8"}, {"text": "Role of nitrate in acute angina ?", "options": [{"label": "A", "text": "Decrease preload", "correct": true}, {"label": "B", "text": "Decrease afterload", "correct": false}, {"label": "C", "text": "Coronary vasodilation", "correct": false}, {"label": "D", "text": "Vasospasm", "correct": false}], "correct_answer": "A. Decrease preload", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21_1(73).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6246821702033040/6246821702033040.m3u8"}, {"text": "Active metabolite of nitroprusside acts by?", "options": [{"label": "A", "text": "Guanylcyclase", "correct": true}, {"label": "B", "text": "Protein kinase C", "correct": false}, {"label": "C", "text": "Phospholipase A", "correct": false}, {"label": "D", "text": "Phospholipase B", "correct": false}], "correct_answer": "A. Guanylcyclase", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/22_1(44).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56290841702033052/56290841702033052.m3u8"}, {"text": "Which of the following is correct regarding digoxin: a. Earliest side effect is nausea and vomiting b. Causes non-speci?c colour vision c. Hypokalemia is associated with digoxin toxicity d. It causes hypomagnesemia", "options": [{"label": "A", "text": "a, b and c are correct", "correct": false}, {"label": "B", "text": "a and c correct", "correct": true}, {"label": "C", "text": "b and c correct", "correct": false}, {"label": "D", "text": "All four options are correct", "correct": false}], "correct_answer": "B. a and c correct", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/24_1(54).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17588231702033063/17588231702033063.m3u8"}, {"text": "Patient with mitral valve stenosis with atrial fibrillation with history TIA, what should be given?", "options": [{"label": "A", "text": "Warfarin to prevent stroke prophylaxis", "correct": false}, {"label": "B", "text": "Aspirin only given for prevent stroke", "correct": false}, {"label": "C", "text": "Mitral valve replacement", "correct": false}, {"label": "D", "text": "A & C", "correct": true}], "correct_answer": "D. A & C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56578721702033079/56578721702033079.m3u8"}, {"text": "In a patient with hyperkalemia, which drug should be stopped?", "options": [{"label": "A", "text": "Furosemide", "correct": false}, {"label": "B", "text": "Amlodipin", "correct": false}, {"label": "C", "text": "Losartan", "correct": true}, {"label": "D", "text": "Prazosin", "correct": false}], "correct_answer": "C. Losartan", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28_1(38).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54491411702033092/54491411702033092.m3u8"}, {"text": "A patient who is on Losartan presented with HbAlc> 8 gm. Which of the following should be preferred in this patient as an alternative to losartan?", "options": [{"label": "A", "text": "Telmisartan", "correct": true}, {"label": "B", "text": "Olmesartan", "correct": false}, {"label": "C", "text": "Propranolol", "correct": false}, {"label": "D", "text": "Hydrochlorothiazíde", "correct": false}], "correct_answer": "A. Telmisartan", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/29_1(33).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40726321702033106/40726321702033106.m3u8"}, {"text": "Which of the following agent causes QT prolongation and is used in VT?", "options": [{"label": "A", "text": "Quinidine", "correct": true}, {"label": "B", "text": "Lidocaine", "correct": false}, {"label": "C", "text": "Phenytoin", "correct": false}, {"label": "D", "text": "Flecainide", "correct": false}], "correct_answer": "A. Quinidine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29907321702033119/29907321702033119.m3u8"}, {"text": "Which of the following anti arrhythmic agent shown effect", "options": [{"label": "A", "text": "Flecainide", "correct": false}, {"label": "B", "text": "Lidocaine", "correct": false}, {"label": "C", "text": "Phenytoin", "correct": false}, {"label": "D", "text": "Quinidine", "correct": true}], "correct_answer": "D. Quinidine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31(161).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24486571702033133/24486571702033133.m3u8"}, {"text": "Blue pink discoloration of skin on forehead caused by which one of the following drug?", "options": [{"label": "A", "text": "Amlodipine", "correct": false}, {"label": "B", "text": "Amiodarone", "correct": true}, {"label": "C", "text": "Metoprolol", "correct": false}, {"label": "D", "text": "Verapamil", "correct": false}], "correct_answer": "B. Amiodarone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73312391702033149/73312391702033149.m3u8"}, {"text": "Find out the right match, regarding drug and its adverse effect", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": true}], "correct_answer": "D. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/33_1(36).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8931521702033161/8931521702033161.m3u8"}, {"text": "Continuous inhalational Nitric Oxide used for", "options": [{"label": "A", "text": "Persistent seizures", "correct": false}, {"label": "B", "text": "Persistent migraine", "correct": false}, {"label": "C", "text": "Pulmonary artery Hypertension", "correct": true}, {"label": "D", "text": "Parkinson disease", "correct": false}], "correct_answer": "C. Pulmonary artery Hypertension", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57245311702033176/57245311702033176.m3u8"}, {"text": "Which drug doesn’t cause thrombocytopenia when combined with warfarin", "options": [{"label": "A", "text": "Carbamezepine", "correct": true}, {"label": "B", "text": "Amiodaron", "correct": false}, {"label": "C", "text": "Isoniazid", "correct": false}, {"label": "D", "text": "Cimetidine", "correct": false}], "correct_answer": "A. Carbamezepine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43670921702033189/43670921702033189.m3u8"}, {"text": "Antidote for anticoagulant : Incorrect match", "options": [{"label": "A", "text": "Idarucizumab - Dabigatran", "correct": false}, {"label": "B", "text": "Andexanet alpha – bivalirudin", "correct": true}, {"label": "C", "text": "Avidin - Idrabiotaparinux", "correct": false}, {"label": "D", "text": "Protamine sulphate– Enoxaparin", "correct": false}], "correct_answer": "B. Andexanet alpha – bivalirudin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31696451702033203/31696451702033203.m3u8"}, {"text": "Heparin acts via which of the following adjuvants?", "options": [{"label": "A", "text": "Antithrombin III", "correct": true}, {"label": "B", "text": "Protein C", "correct": false}, {"label": "C", "text": "Protein S", "correct": false}, {"label": "D", "text": "Thrombomodulin", "correct": false}], "correct_answer": "A. Antithrombin III", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11320401702033215/11320401702033215.m3u8"}, {"text": "Which of the following is a potent vasodilator:", "options": [{"label": "A", "text": "Histamine", "correct": true}, {"label": "B", "text": "Serotonin", "correct": false}, {"label": "C", "text": "TxA2", "correct": false}, {"label": "D", "text": "Angiotensin", "correct": false}], "correct_answer": "A. Histamine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51374101702033228/51374101702033228.m3u8"}, {"text": "Patient of ischemic stroke was given Clopidogrel. But still after 6 months had another attack of stroke. Genetic deficiency of which enzyme is responsible for failure of Clopidogrel therapy.", "options": [{"label": "A", "text": "CYP 2C19", "correct": true}, {"label": "B", "text": "CYP 2E1", "correct": false}, {"label": "C", "text": "CYP 2D6", "correct": false}, {"label": "D", "text": "CYP 2C8", "correct": false}], "correct_answer": "A. CYP 2C19", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42652991702033274/42652991702033274.m3u8"}, {"text": "Based on the Image, find out the antiplatelet acting on the site mentioned in the arrow mark", "options": [{"label": "A", "text": "Aspirin", "correct": false}, {"label": "B", "text": "Eptifibatide", "correct": true}, {"label": "C", "text": "Prasugrel", "correct": false}, {"label": "D", "text": "Vorapaxar", "correct": false}], "correct_answer": "B. Eptifibatide", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/41(102).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21081471702033294/21081471702033294.m3u8"}, {"text": "Which of the following anti dyslipidaemic drugs causes gall stone", "options": [{"label": "A", "text": "PPAR alpha agonist", "correct": true}, {"label": "B", "text": "HMG COA reductase inhibitor", "correct": false}, {"label": "C", "text": "Niacin", "correct": false}, {"label": "D", "text": "Bile acid sequestrants", "correct": false}], "correct_answer": "A. PPAR alpha agonist", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42_1(27).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43341481702033310/43341481702033310.m3u8"}, {"text": "Which of the following diuretic correctly matched with its siteof action ?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": true}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "B. B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_78.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29299041702033320/29299041702033320.m3u8"}, {"text": "Prevention of acute mountain sickness", "options": [{"label": "A", "text": "Acetazolamide", "correct": true}, {"label": "B", "text": "Digoxin", "correct": false}, {"label": "C", "text": "Diltiazem", "correct": false}, {"label": "D", "text": "Dexamathasone", "correct": false}], "correct_answer": "A. Acetazolamide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which one of the following is the diuretic of choice in patient with hepatic cirrhosis and ascities?", "options": [{"label": "A", "text": "Thiazide", "correct": false}, {"label": "B", "text": "Triamterene", "correct": false}, {"label": "C", "text": "Furosemide", "correct": false}, {"label": "D", "text": "Eplerenone", "correct": true}], "correct_answer": "D. Eplerenone", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46_1(40).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30130201702033338/30130201702033338.m3u8"}, {"text": "Which of the following drug safe in chronic alcoholic with liver enzyme level elevated?", "options": [{"label": "A", "text": "Diazepam", "correct": false}, {"label": "B", "text": "Lorazepam", "correct": true}, {"label": "C", "text": "Alprazolam", "correct": false}, {"label": "D", "text": "Clonazepam", "correct": false}], "correct_answer": "B. Lorazepam", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47_1(25).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63261551702033350/63261551702033350.m3u8"}, {"text": "A patient with Seizure disorder on Sodium Valproate continues to have seizures. Second AED to be added is decided to be Carbamazepine. What side effects to look out for –", "options": [{"label": "A", "text": "Thrombocytopenia", "correct": false}, {"label": "B", "text": "Pancreatitis.", "correct": false}, {"label": "C", "text": "Hepatotoxicity", "correct": true}, {"label": "D", "text": "Nephrotoxicity", "correct": false}], "correct_answer": "C. Hepatotoxicity", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/48_1(29).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49533591702033364/49533591702033364.m3u8"}, {"text": "In absence seizure which drug is not used A. Valproate B. Gabapentin C. Ethosuximide D. Carbamazepine E. Lamotrigine", "options": [{"label": "A", "text": "B, D", "correct": true}, {"label": "B", "text": "A, D", "correct": false}, {"label": "C", "text": "A, C, E", "correct": false}, {"label": "D", "text": "D, E", "correct": false}], "correct_answer": "A. B, D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/50_1(26).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4920051702033377/4920051702033377.m3u8"}, {"text": "Which of the following is more common with oxcarbazepine as compared to carbamazepine?", "options": [{"label": "A", "text": "Rash", "correct": false}, {"label": "B", "text": "Hyponatremia", "correct": true}, {"label": "C", "text": "Thrombocytopenia", "correct": false}, {"label": "D", "text": "Increased gamma glutamyl transferase", "correct": false}], "correct_answer": "B. Hyponatremia", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/51_1(19).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39693561702033390/39693561702033390.m3u8"}, {"text": "Anti epileptic drugs also useful for neuropathy pain includes A. Pregabalin B. Gabapentin C. Lamotrigine D. Carbamazepine", "options": [{"label": "A", "text": "A, B, D", "correct": true}, {"label": "B", "text": "A, C", "correct": false}, {"label": "C", "text": "B, D", "correct": false}, {"label": "D", "text": "C, D", "correct": false}], "correct_answer": "A. A, B, D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52_1(27).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40332971702033411/40332971702033411.m3u8"}, {"text": "Which of the following is not an adverse effect of escitalopram?", "options": [{"label": "A", "text": "Sialorrhea", "correct": true}, {"label": "B", "text": "Vivid dreams", "correct": false}, {"label": "C", "text": "Nausea", "correct": false}, {"label": "D", "text": "Anorgasmia", "correct": false}], "correct_answer": "A. Sialorrhea", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/53_1(34).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9088471702033426/9088471702033426.m3u8"}, {"text": "Stoppage of which of the following drugs can result in anxiety and insomnia causing discontinuation syndrome?", "options": [{"label": "A", "text": "Venlafaxine", "correct": true}, {"label": "B", "text": "Imipramine", "correct": false}, {"label": "C", "text": "Valproate", "correct": false}, {"label": "D", "text": "Olanzapine", "correct": false}], "correct_answer": "A. Venlafaxine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3016281702033438/3016281702033438.m3u8"}, {"text": "Off label use of Risperidone, except", "options": [{"label": "A", "text": "OCD", "correct": false}, {"label": "B", "text": "PTSD", "correct": false}, {"label": "C", "text": "Dementia", "correct": false}, {"label": "D", "text": "Bipolar disorder", "correct": true}], "correct_answer": "D. Bipolar disorder", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38348731702033449/38348731702033449.m3u8"}, {"text": "Identify the novel antidepressant", "options": [{"label": "A", "text": "Vilazodone", "correct": true}, {"label": "B", "text": "Buspirone", "correct": false}, {"label": "C", "text": "Lurasidone", "correct": false}, {"label": "D", "text": "Asenapine", "correct": false}], "correct_answer": "A. Vilazodone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/65700961702033463/65700961702033463.m3u8"}, {"text": "Lithium during pregnancy increases the risk of following:", "options": [{"label": "A", "text": "Facial defects", "correct": false}, {"label": "B", "text": "Cardiac defects", "correct": true}, {"label": "C", "text": "Neural tube defects", "correct": false}, {"label": "D", "text": "Urogenital defects", "correct": false}], "correct_answer": "B. Cardiac defects", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/58_1(19).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3940921702033476/3940921702033476.m3u8"}, {"text": "Latest drug recently approved for Amyotrophic lateral sclerosis is?", "options": [{"label": "A", "text": "Piracetam", "correct": false}, {"label": "B", "text": "Edaravone", "correct": true}, {"label": "C", "text": "Ceftriaxone", "correct": false}, {"label": "D", "text": "Doxycycline", "correct": false}], "correct_answer": "B. Edaravone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76149551702033488/76149551702033488.m3u8"}, {"text": "Chlorpromazine is an antipsychotic that also acts as an anxiolytic and produces adverse effects like sedation, dry mouth and hypotension. All these actions are due to which receptors.", "options": [{"label": "A", "text": "D1, D2 and 5HT2", "correct": false}, {"label": "B", "text": "Muscarinic, D2 and alpha1", "correct": false}, {"label": "C", "text": "GABA and beta receptors", "correct": false}, {"label": "D", "text": "H1, mucarinic & alpha 1", "correct": true}], "correct_answer": "D. H1, mucarinic & alpha 1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5069761702033501/5069761702033501.m3u8"}, {"text": "Least sexual side effect associated with", "options": [{"label": "A", "text": "Fluoxetine", "correct": false}, {"label": "B", "text": "Venlafexine", "correct": false}, {"label": "C", "text": "Iimipramine", "correct": false}, {"label": "D", "text": "Mirtazepin", "correct": true}], "correct_answer": "D. Mirtazepin", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/61_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30905451702033512/30905451702033512.m3u8"}, {"text": "Child with psychosis showing sudden movements then shows waxy flexibility. DOC is", "options": [{"label": "A", "text": "Haloperidol", "correct": false}, {"label": "B", "text": "Clonidine", "correct": false}, {"label": "C", "text": "Risperidone", "correct": false}, {"label": "D", "text": "Lorazepam", "correct": true}], "correct_answer": "D. Lorazepam", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18336111702033527/18336111702033527.m3u8"}, {"text": "Which of the following is safe plasma concentration for, prophylaxis of lithium?", "options": [{"label": "A", "text": "0.6-1.5 meg/L", "correct": true}, {"label": "B", "text": "0.6 to 3 Meq/L", "correct": false}, {"label": "C", "text": "1.5 to 2.5 Meq/L", "correct": false}, {"label": "D", "text": "2 to 3 Meq/L", "correct": false}], "correct_answer": "A. 0.6-1.5 meg/L", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51254631702033601/51254631702033601.m3u8"}, {"text": "Morphine shouldn’t be given in?", "options": [{"label": "A", "text": "Ischemic pain", "correct": false}, {"label": "B", "text": "Cancer pain", "correct": false}, {"label": "C", "text": "Biliary colic", "correct": true}, {"label": "D", "text": "Postoperative pain", "correct": false}], "correct_answer": "C. Biliary colic", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/65_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46078221702033615/46078221702033615.m3u8"}, {"text": "Which of the following is the centrally acting opioid antitussive", "options": [{"label": "A", "text": "Diphenoxylate", "correct": false}, {"label": "B", "text": "Ambroxyl", "correct": false}, {"label": "C", "text": "Dextromethorphan", "correct": false}, {"label": "D", "text": "Codeine", "correct": true}], "correct_answer": "D. Codeine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/67_1(21).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14525041702033629/14525041702033629.m3u8"}, {"text": "A known alcoholic patient presented with seizures and in unconscious state. Which of the following is an immediate management of this patient? A. IV diazepam B. Naltrexone C. Thiamine D. Inj. Flupenthixol", "options": [{"label": "A", "text": "1,3 and 4 correct", "correct": false}, {"label": "B", "text": "1, 2, 3 correct", "correct": false}, {"label": "C", "text": "2 and 4 correct", "correct": false}, {"label": "D", "text": "1 & 3", "correct": true}], "correct_answer": "D. 1 & 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70855381702033642/70855381702033642.m3u8"}, {"text": "Which of the following is false about disulfiram:", "options": [{"label": "A", "text": "It doesn't reduce alcohol craving", "correct": false}, {"label": "B", "text": "Acts by inhibiting alcohol dehydrogenase", "correct": true}, {"label": "C", "text": "Cause accumulation of acetaldehyde leading to nausea and vomiting", "correct": false}, {"label": "D", "text": "Used in ethanol deaddiction /Starting dose is 250 mg/day", "correct": false}], "correct_answer": "B. Acts by inhibiting alcohol dehydrogenase", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/70_1(15).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25927121702033653/25927121702033653.m3u8"}, {"text": "TRUE about disulfiram", "options": [{"label": "A", "text": "Disulfiram action still persists for few days after being stopped", "correct": true}, {"label": "B", "text": "Should be given in doubtful motivated person", "correct": false}, {"label": "C", "text": "Anti craving drug", "correct": false}, {"label": "D", "text": "For better efficacy, It should be administered along with alcohol", "correct": false}], "correct_answer": "A. Disulfiram action still persists for few days after being stopped", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/71_1(17).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30532231702033671/30532231702033671.m3u8"}, {"text": "OHA causing bone fracture in female", "options": [{"label": "A", "text": "Canagliflozin", "correct": true}, {"label": "B", "text": "Rosiglitazone", "correct": false}, {"label": "C", "text": "Liraglutide", "correct": false}, {"label": "D", "text": "Voglibose", "correct": false}], "correct_answer": "A. Canagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63469741702033682/63469741702033682.m3u8"}, {"text": "Which of the following DPP4 inhibitor is given in CKD patient without dose modification?", "options": [{"label": "A", "text": "Linagliptin", "correct": true}, {"label": "B", "text": "Sitagliptin", "correct": false}, {"label": "C", "text": "Saxagliptin", "correct": false}, {"label": "D", "text": "Alogliptin Solution", "correct": false}], "correct_answer": "A. Linagliptin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25264751702033695/25264751702033695.m3u8"}, {"text": "SGLT-2 inhibitors are recently used for type 2 diabetes mellitus. Which of the following are the rare but serious side effects? A. Ketoacidosis B. Fournier gangrene C. Urosepsis D. Angioedema", "options": [{"label": "A", "text": "A, B and C are correct", "correct": false}, {"label": "B", "text": "A and C are correct", "correct": false}, {"label": "C", "text": "B and D are correct", "correct": false}, {"label": "D", "text": "All four options are correct", "correct": true}], "correct_answer": "D. All four options are correct", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/135(6).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43985921702033708/43985921702033708.m3u8"}, {"text": "Which of the following is bone forming drug?", "options": [{"label": "A", "text": "Vitamin D", "correct": false}, {"label": "B", "text": "BPN", "correct": false}, {"label": "C", "text": "Teriparatide", "correct": true}, {"label": "D", "text": "Calcitonin Solution", "correct": false}], "correct_answer": "C. Teriparatide", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/77_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60469671702033721/60469671702033721.m3u8"}, {"text": "MOA of sildenafil is", "options": [{"label": "A", "text": "Via NO and cGMP", "correct": false}, {"label": "B", "text": "Selective PDE5 inhibitor", "correct": true}, {"label": "C", "text": "Via IP3 and DAG pathwa", "correct": false}, {"label": "D", "text": "Promotes Ca+ influx", "correct": false}], "correct_answer": "B. Selective PDE5 inhibitor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59067401702033734/59067401702033734.m3u8"}, {"text": "5 alpha reductase inhibitor is indicated TO", "options": [{"label": "A", "text": "Decrease intracellular testosterone", "correct": false}, {"label": "B", "text": "Decrease intracellular dihydrotestosterone", "correct": true}, {"label": "C", "text": "Decrease serum PSA", "correct": false}, {"label": "D", "text": "Increase serum PSA", "correct": false}], "correct_answer": "B. Decrease intracellular dihydrotestosterone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69137011702033746/69137011702033746.m3u8"}, {"text": "Name the growth hormone receptor blocker useful for treatment of acromegaly?", "options": [{"label": "A", "text": "Pegvisomant", "correct": true}, {"label": "B", "text": "Octreotide", "correct": false}, {"label": "C", "text": "Bromocriptine", "correct": false}, {"label": "D", "text": "Mecarsermin", "correct": false}], "correct_answer": "A. Pegvisomant", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/84_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is IgE Antagonist", "options": [{"label": "A", "text": "Omalizumab", "correct": true}, {"label": "B", "text": "Dupilizumab", "correct": false}, {"label": "C", "text": "Mepolizumab", "correct": false}, {"label": "D", "text": "Reslizumab", "correct": false}], "correct_answer": "A. Omalizumab", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/86_1(4).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A medical student presented to the ED with protracted vomiting. For this he was given an antiemetic following which he developed abnormal posturing. Which of the following is the most likely drug to be given?", "options": [{"label": "A", "text": "Metoclopramide", "correct": true}, {"label": "B", "text": "Ondansetron", "correct": false}, {"label": "C", "text": "Domperidone", "correct": false}, {"label": "D", "text": "Dexamethasone", "correct": false}], "correct_answer": "A. Metoclopramide", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/87_1(9).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4978131702033765/4978131702033765.m3u8"}, {"text": "A patient on warfarin developed hemoarthrosis after taking cephalosporin for respiratory infection, which one of the following cephalosporin responsible for this adverse effect?", "options": [{"label": "A", "text": "Cefixime", "correct": false}, {"label": "B", "text": "Ceftazidime", "correct": false}, {"label": "C", "text": "Cefeperazone", "correct": true}, {"label": "D", "text": "Ceftabiprole", "correct": false}], "correct_answer": "C. Cefeperazone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70091911702033776/70091911702033776.m3u8"}, {"text": "Maculopapular rash image caused by which drug?", "options": [{"label": "A", "text": "Prednisolone", "correct": false}, {"label": "B", "text": "Salbutamol", "correct": false}, {"label": "C", "text": "Fexofenadine", "correct": false}, {"label": "D", "text": "Ampicillin", "correct": true}], "correct_answer": "D. Ampicillin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/90_1(5).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32294851702033791/32294851702033791.m3u8"}, {"text": "After Ampicillin injection patient suddenly suffers from dysopnea, rashes and hypotension. Immediate treatment is:", "options": [{"label": "A", "text": "0.5 ml of 1:1000 adrenaline intramuscular", "correct": true}, {"label": "B", "text": "0.5 ml of 1:1000 adrenaline intravenous", "correct": false}, {"label": "C", "text": "0.5 ml of 1:10000 adrenaline intramuscular", "correct": false}, {"label": "D", "text": "0.5 ml of 1:10000 adrenaline intravenous", "correct": false}], "correct_answer": "A. 0.5 ml of 1:1000 adrenaline intramuscular", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/91_1(7).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24587241702033810/24587241702033810.m3u8"}, {"text": "Meropenem can be used for A. Diabetic foot B. Febrile neutropenia C. MRSA D. Intra-abdominal infections", "options": [{"label": "A", "text": "A, B, & C", "correct": false}, {"label": "B", "text": "A, B, & D", "correct": true}, {"label": "C", "text": "A & D", "correct": false}, {"label": "D", "text": "A & C", "correct": false}], "correct_answer": "B. A, B, & D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45596271702033823/45596271702033823.m3u8"}, {"text": "Which antimicrobial binds to d-Alanine---d-Alanine and inhibit cell wall synthesis pathway", "options": [{"label": "A", "text": "Amikacin", "correct": false}, {"label": "B", "text": "Penicillin", "correct": false}, {"label": "C", "text": "Linezolid", "correct": false}, {"label": "D", "text": "Vancomycin", "correct": true}], "correct_answer": "D. Vancomycin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/92(21).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6929901702033835/6929901702033835.m3u8"}, {"text": "Pus from abscess of a 7 year old patients shows Stap. Aureus which is MRSA . It indicates that the organism is also resistant to", "options": [{"label": "A", "text": "Cotrimaxazole", "correct": false}, {"label": "B", "text": "Vancomycin", "correct": false}, {"label": "C", "text": "Ceftraroline", "correct": false}, {"label": "D", "text": "Piperacillin", "correct": true}], "correct_answer": "D. Piperacillin", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/94_1(6).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49603251702033850/49603251702033850.m3u8"}, {"text": "An old age patient undergoing treatment for cancer (cisplatin, cytarabine) presented with fever. Lab investigations revealed Hb-9 g/dl, Absolute neutrophil count- 450/mm3, low platelets. Treatment with which Antimicrobial should be avoided ?", "options": [{"label": "A", "text": "Cefipime", "correct": false}, {"label": "B", "text": "Linezolid", "correct": true}, {"label": "C", "text": "Meropenem", "correct": false}, {"label": "D", "text": "Ticarcillin", "correct": false}], "correct_answer": "B. Linezolid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25966891702033862/25966891702033862.m3u8"}, {"text": "Which of the following drug is commonly used for community acquired pneumonia in OPD?", "options": [{"label": "A", "text": "Vancomycin", "correct": false}, {"label": "B", "text": "Ceftriaxone", "correct": false}, {"label": "C", "text": "Azithromycin", "correct": true}, {"label": "D", "text": "Streptomycin", "correct": false}], "correct_answer": "C. Azithromycin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51287721702033876/51287721702033876.m3u8"}, {"text": "A paediatrician attended an infant with serum bilirubin values of 33mg/dl. Which drug mother might have taken during her 3rd trimester", "options": [{"label": "A", "text": "Choloroquine", "correct": false}, {"label": "B", "text": "Cotrimoxazole", "correct": true}, {"label": "C", "text": "Azithromycin", "correct": false}, {"label": "D", "text": "Amoxicillin", "correct": false}], "correct_answer": "B. Cotrimoxazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4747321702033888/4747321702033888.m3u8"}, {"text": "Which of the following drugs is not used in typhoid fever?", "options": [{"label": "A", "text": "Amikacin", "correct": true}, {"label": "B", "text": "Cefixime", "correct": false}, {"label": "C", "text": "Ciprofloxacin", "correct": false}, {"label": "D", "text": "Azithromycin\\", "correct": false}], "correct_answer": "A. Amikacin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1886401702033899/1886401702033899.m3u8"}, {"text": "Drug of choice for scrub typhus is?", "options": [{"label": "A", "text": "Erythromycin", "correct": false}, {"label": "B", "text": "Metronidazole", "correct": false}, {"label": "C", "text": "Sulfonamides", "correct": false}, {"label": "D", "text": "Doxycycline", "correct": true}], "correct_answer": "D. Doxycycline", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/99_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42952091702033911/42952091702033911.m3u8"}, {"text": "All of the following drugs are contraindicated in renal failure except", "options": [{"label": "A", "text": "Amphotericin b", "correct": false}, {"label": "B", "text": "Vancomycin", "correct": false}, {"label": "C", "text": "Doxycycline", "correct": true}, {"label": "D", "text": "Gentamycin", "correct": false}], "correct_answer": "C. Doxycycline", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/100_1(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17204641702033924/17204641702033924.m3u8"}, {"text": "Which of the following ATT acting by inhibiting mycolic acid synthesis with the need of catalase enzyme?", "options": [{"label": "A", "text": "INH", "correct": true}, {"label": "B", "text": "Rifampicin", "correct": false}, {"label": "C", "text": "Streptomycin", "correct": false}, {"label": "D", "text": "Pyrazinamide", "correct": false}], "correct_answer": "A. INH", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/101_1(1).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44395691702033941/44395691702033941.m3u8"}, {"text": "Ocular side effect is seen by which of the following anti TB drug", "options": [{"label": "A", "text": "Rifampicin", "correct": false}, {"label": "B", "text": "Ethambutol", "correct": true}, {"label": "C", "text": "Streptomycin", "correct": false}, {"label": "D", "text": "Isoniazid", "correct": false}], "correct_answer": "B. Ethambutol", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/102_1(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9288011702033953/9288011702033953.m3u8"}, {"text": "Combination therapy is always used in:", "options": [{"label": "A", "text": "Tuberculosis", "correct": true}, {"label": "B", "text": "Malaria", "correct": false}, {"label": "C", "text": "Gonorrhea", "correct": false}, {"label": "D", "text": "Intra-abdominal infections", "correct": false}], "correct_answer": "A. Tuberculosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37464981702033968/37464981702033968.m3u8"}, {"text": "Which of the following is true about anti tubercular drugs A. Isoniazid is a mycolic acid synthesis inhibitor B. Rifampicin is only used in TB C. Pyrazinamide induces CYP450 D. Bedaquiline is ATP synthase inhibitor", "options": [{"label": "A", "text": "B, & C", "correct": false}, {"label": "B", "text": "A, C, & D", "correct": false}, {"label": "C", "text": "A & D", "correct": true}, {"label": "D", "text": "A & C", "correct": false}], "correct_answer": "C. A & D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/104_1(6).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45337521702033984/45337521702033984.m3u8"}, {"text": "When to start ATT and ART in HIV positive man", "options": [{"label": "A", "text": "Both simultaneously", "correct": false}, {"label": "B", "text": "ATT when CD4 count < 200/mm3", "correct": false}, {"label": "C", "text": "ATT after 2 weeks of start of ART", "correct": false}, {"label": "D", "text": "ATT before 2 weeks of start of ART", "correct": true}], "correct_answer": "D. ATT before 2 weeks of start of ART", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51035071702034012/51035071702034012.m3u8"}, {"text": "A female patient is on treatment for HIV with the following drugs Lamividine+Indinavir+stavudine. During the course of treatment she develops hepatomegaly, insulin resistance and nephrolithiasis. Which of the above drugs is responsible for the same?", "options": [{"label": "A", "text": "Lamivudine", "correct": false}, {"label": "B", "text": "Stavudine", "correct": false}, {"label": "C", "text": "Ketoconazole", "correct": false}, {"label": "D", "text": "Indinavir", "correct": true}], "correct_answer": "D. Indinavir", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32049741702034024/32049741702034024.m3u8"}, {"text": "Which of the following drug is correctly matched with its mechanism of action?", "options": [{"label": "A", "text": "Tenofovir - Inhibits assembly of proviral components into viral proteins", "correct": false}, {"label": "B", "text": "Enfuvirtide - An entry inhibitor – Inhibits viral entry by finding to CCR5 receptor", "correct": false}, {"label": "C", "text": "Ritonavir – A nucleoside reverse transcriptase inhibitor", "correct": false}, {"label": "D", "text": "Dolutegravir – Inhibits integration of Viral DNA into host", "correct": true}], "correct_answer": "D. Dolutegravir – Inhibits integration of Viral DNA into host", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/106_1(4).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46742271702034037/46742271702034037.m3u8"}, {"text": "Regarding mechanism of action of antiretroviral drug, which of the following agent act at the site mentioned C in this image", "options": [{"label": "A", "text": "Raltegravir", "correct": true}, {"label": "B", "text": "Enfuvirtide", "correct": false}, {"label": "C", "text": "Nevirapine", "correct": false}, {"label": "D", "text": "Indinavir", "correct": false}], "correct_answer": "A. Raltegravir", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/107(17).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/107_1(2).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following anti-retroviral drug causing palm and sole pigmentation?", "options": [{"label": "A", "text": "Zidovudine", "correct": false}, {"label": "B", "text": "Emtricitabine", "correct": true}, {"label": "C", "text": "Nevirapine", "correct": false}, {"label": "D", "text": "Abacavir Solution –", "correct": false}], "correct_answer": "B. Emtricitabine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/108_1(4).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63426461702034050/63426461702034050.m3u8"}, {"text": "False statement regarding FOSCARNET is:", "options": [{"label": "A", "text": "Used for resistant CMV", "correct": false}, {"label": "B", "text": "Nephrotoxicity and genital ulcers are adverse effect", "correct": false}, {"label": "C", "text": "Requires Activation by viral thymidine kinase", "correct": true}, {"label": "D", "text": "Monitoring of serum electrolyte is required", "correct": false}], "correct_answer": "C. Requires Activation by viral thymidine kinase", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/109_1(4).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/36692961702034065/36692961702034065.m3u8"}, {"text": "False statement regarding Anti-viral: A. Ribavirin is better than Sofosbuvir in HCV B. Ombitasvir inhibit protein synthesis C. Imiquimod is used for HPV condyloma acuminate D. Simeprevir is useful for HCV E. Oseltamivir is used for Swine Flu", "options": [{"label": "A", "text": "A & B", "correct": true}, {"label": "B", "text": "B & C", "correct": false}, {"label": "C", "text": "C & D", "correct": false}, {"label": "D", "text": "A & E", "correct": false}], "correct_answer": "A. A & B", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/110_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63792641702034078/63792641702034078.m3u8"}, {"text": "Which drug is used in Severe COVID-19 in children", "options": [{"label": "A", "text": "Favipirav", "correct": false}, {"label": "B", "text": "Remdesivir", "correct": false}, {"label": "C", "text": "Ivermectin", "correct": false}, {"label": "D", "text": "Steroids + IVIg Solution –", "correct": true}], "correct_answer": "D. Steroids + IVIg Solution –", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57005781702034095/57005781702034095.m3u8"}, {"text": "Mechanism of action of Remdesivir", "options": [{"label": "A", "text": "Inihibts RNA dependent DNA polymerase", "correct": false}, {"label": "B", "text": "Inhibits DNA dependent DNA polymerase", "correct": false}, {"label": "C", "text": "Inhibits RNA dependent RNA polymerase", "correct": true}, {"label": "D", "text": "Fusion inhibitor Solution –", "correct": false}], "correct_answer": "C. Inhibits RNA dependent RNA polymerase", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/111_1(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17874871702034109/17874871702034109.m3u8"}, {"text": "Which of the following is wrongly matched regarding mechanism of action of anti-fungal drugs?", "options": [{"label": "A", "text": "Azoles (fluconazole, itraconazole, miconazole): Inhibit lanosterol alpha demethylase thereby preventing ergosterol synthesis", "correct": false}, {"label": "B", "text": "Flucytosine: Inhibit microtubule synthesis thus preventing mitosis", "correct": true}, {"label": "C", "text": "Echinocandins (Caspofungin): act by inhibiting beta 1,3 glucan synthesis", "correct": false}, {"label": "D", "text": "Amphotericin B binds with ergosterol resulting in disruption of cell membrane causing micropores and leakage of ions and cell death", "correct": false}], "correct_answer": "B. Flucytosine: Inhibit microtubule synthesis thus preventing mitosis", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/112_1(5).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45625781702034123/45625781702034123.m3u8"}, {"text": "A patient from north eastern states was diagnosed to have infection with P. Falciparum malaria. What is the most appropriate drug fir this patient?", "options": [{"label": "A", "text": "Artemether plus lumefantrine", "correct": true}, {"label": "B", "text": "Sulfadoxine plaus pyrimethamine", "correct": false}, {"label": "C", "text": "Chloroquine", "correct": false}, {"label": "D", "text": "Mefloquine", "correct": false}], "correct_answer": "A. Artemether plus lumefantrine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52756521702034135/52756521702034135.m3u8"}, {"text": "Gamatocidal drug working in all plasmodium species", "options": [{"label": "A", "text": "Primaquine", "correct": true}, {"label": "B", "text": "Quinine", "correct": false}, {"label": "C", "text": "Chloroquine", "correct": false}, {"label": "D", "text": "Artesunate", "correct": false}], "correct_answer": "A. Primaquine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/112_1(6).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45794881702034150/45794881702034150.m3u8"}, {"text": "Tafenoquine is used for:", "options": [{"label": "A", "text": "Prevention of malaria in pregnancy", "correct": false}, {"label": "B", "text": "Treat severe falciparum malaria", "correct": false}, {"label": "C", "text": "Treat endemic malaria in children", "correct": false}, {"label": "D", "text": "Radical cure of Vivax malaria", "correct": true}], "correct_answer": "D. Radical cure of Vivax malaria", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/113_1(1).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69797101702034163/69797101702034163.m3u8"}, {"text": "Artesunate, Suphadoxine &Pyrfmetamine Combination useful in", "options": [{"label": "A", "text": "Leprosy", "correct": false}, {"label": "B", "text": "Tuberculosis", "correct": false}, {"label": "C", "text": "Malaria", "correct": true}, {"label": "D", "text": "Pneumonia", "correct": false}], "correct_answer": "C. Malaria", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70770831702034176/70770831702034176.m3u8"}, {"text": "A patient presents with seizure, peripheral blood smear shows P.falciparam, , treatment for this condition is", "options": [{"label": "A", "text": "Artesunate 2.4mg/kg. IV for three days", "correct": true}, {"label": "B", "text": "Chloroquine 600mg per oral for three days", "correct": false}, {"label": "C", "text": "Doxycycline 100mg per oral for seven days", "correct": false}, {"label": "D", "text": "Quinine per oral for five days Solution –", "correct": false}], "correct_answer": "A. Artesunate 2.4mg/kg. IV for three days", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7959691702034188/7959691702034188.m3u8"}, {"text": "G6 PD deficiency causes haemolytic anemia when given which drug", "options": [{"label": "A", "text": "Chloroquine", "correct": false}, {"label": "B", "text": "Primaquine", "correct": true}, {"label": "C", "text": "Penicillin", "correct": false}, {"label": "D", "text": "Tetracycline", "correct": false}], "correct_answer": "B. Primaquine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/213_1(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77842351702034204/77842351702034204.m3u8"}, {"text": "A neurocysticercosis patient being given anti epileptic, next step", "options": [{"label": "A", "text": "Give antiparasitic followed by steroids", "correct": false}, {"label": "B", "text": "Steroids followed by antiparasitic", "correct": true}, {"label": "C", "text": "Steroids after stopping antiepileptic", "correct": false}, {"label": "D", "text": "Only anti epileptics", "correct": false}], "correct_answer": "B. Steroids followed by antiparasitic", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/114_1(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52666231702034217/52666231702034217.m3u8"}, {"text": "Which drug causes flagellate pigmentation of skin?", "options": [{"label": "A", "text": "Bleomycin", "correct": true}, {"label": "B", "text": "Minocycline", "correct": false}, {"label": "C", "text": "Vincristine", "correct": false}, {"label": "D", "text": "Daunorubicin", "correct": false}], "correct_answer": "A. Bleomycin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/115(20).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34069581702034228/34069581702034228.m3u8"}, {"text": "Half life of letrozole is", "options": [{"label": "A", "text": "45hrs", "correct": true}, {"label": "B", "text": "70hrs", "correct": false}, {"label": "C", "text": "90hrs", "correct": false}, {"label": "D", "text": "120hrs", "correct": false}], "correct_answer": "A. 45hrs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9025041702034242/9025041702034242.m3u8"}, {"text": "Which one of the following MAB useful in malignant ascities?", "options": [{"label": "A", "text": "Catumaxomab", "correct": true}, {"label": "B", "text": "Ramucirumab", "correct": false}, {"label": "C", "text": "Belimumab", "correct": false}, {"label": "D", "text": "Fremanezumab", "correct": false}], "correct_answer": "A. Catumaxomab", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/119_1(1).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17755331702034256/17755331702034256.m3u8"}, {"text": "Which of the following drug is commonly used in treatment for cancer associated thromboembolism?", "options": [{"label": "A", "text": "Low molecular weight heparin", "correct": true}, {"label": "B", "text": "Anti-thrombin III inhibitors", "correct": false}, {"label": "C", "text": "Direct Xa inhibitors", "correct": false}, {"label": "D", "text": "Warfarin", "correct": false}], "correct_answer": "A. Low molecular weight heparin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52672801702034269/52672801702034269.m3u8"}, {"text": "Regarding anticancer drugs and its adverse effects", "options": [{"label": "A", "text": "1-C, 2-D, 3-B, 4-A", "correct": false}, {"label": "B", "text": "1-C, 2-D, 3-B, 4-A", "correct": false}, {"label": "C", "text": "1-D, 2-C, 3-A, 4-B", "correct": true}, {"label": "D", "text": "1-B, 2-D, 3-A, 4-C", "correct": false}], "correct_answer": "C. 1-D, 2-C, 3-A, 4-B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/120(9).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/120_1(3).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Therapeutic index means-", "options": [{"label": "A", "text": "It is a ratio of LD50/ED50", "correct": true}, {"label": "B", "text": "It is range between MEC and MTC", "correct": false}, {"label": "C", "text": "It is an individual dose range", "correct": false}, {"label": "D", "text": "It is a dose range between MEC and MTC for a given population", "correct": false}], "correct_answer": "A. It is a ratio of LD50/ED50", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the FDA appoved first drug for Rett syndrome?", "options": [{"label": "A", "text": "Riluzole", "correct": false}, {"label": "B", "text": "Edaravone", "correct": false}, {"label": "C", "text": "Trofinetide", "correct": true}, {"label": "D", "text": "Tegretol", "correct": false}], "correct_answer": "C. Trofinetide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A rare yet significant complication of Clozapine that requires monitoring is", "options": [{"label": "A", "text": "Agranulocytosis", "correct": true}, {"label": "B", "text": "Hyperammonemia", "correct": false}, {"label": "C", "text": "Intracranial bleed", "correct": false}, {"label": "D", "text": "Convulsions", "correct": false}], "correct_answer": "A. Agranulocytosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A woman taking oral hypoglycaemic medications experiences vulvovaginal itching. The medication likely causing this side effect is", "options": [{"label": "A", "text": "Glimipride", "correct": false}, {"label": "B", "text": "Canagliflozin", "correct": true}, {"label": "C", "text": "Voglibose", "correct": false}, {"label": "D", "text": "Liraglutide", "correct": false}], "correct_answer": "B. Canagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true regarding Lithium therapy?", "options": [{"label": "A", "text": "Approved for absence seizure", "correct": false}, {"label": "B", "text": "Fine tremors are normal within therapeutic range", "correct": true}, {"label": "C", "text": "Does not cause teratogenicity", "correct": false}, {"label": "D", "text": "Not absorbed orally", "correct": false}], "correct_answer": "B. Fine tremors are normal within therapeutic range", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A woman with diabetes received an oral hypoglycaemic medication that lowered her HbA1c from 7.6 to 6.7. Elevated levels of GIP and GLP-1 were observed. Blood sugar levels remained stable postpartum and during fasting. What is the most likely drug used?", "options": [{"label": "A", "text": "Liraglutide", "correct": false}, {"label": "B", "text": "Sitagliptin", "correct": true}, {"label": "C", "text": "Voglibose", "correct": false}, {"label": "D", "text": "Pramlintide", "correct": false}], "correct_answer": "B. Sitagliptin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which statement is accurate concerning Keynote trial 189", "options": [{"label": "A", "text": "Nivolumab is used for NSCLC", "correct": false}, {"label": "B", "text": "Nivolumab plus chemotherapy is used for NSCLC", "correct": false}, {"label": "C", "text": "Pembrolizumab is used for NSCLC", "correct": false}, {"label": "D", "text": "Pembrolizumab plus chemotherapy is used for NSCLC", "correct": true}], "correct_answer": "D. Pembrolizumab plus chemotherapy is used for NSCLC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drug used for Transtuzumab resistant Her 2 neu positive breast cancer?", "options": [{"label": "A", "text": "Lapatinib", "correct": true}, {"label": "B", "text": "Sorafenib", "correct": false}, {"label": "C", "text": "Vemurafenib", "correct": false}, {"label": "D", "text": "Erlotinib", "correct": false}], "correct_answer": "A. Lapatinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following medications is appropriate for a patient with NSCLC who has a T790M mutation", "options": [{"label": "A", "text": "Erlotinib", "correct": false}, {"label": "B", "text": "Geftinib", "correct": false}, {"label": "C", "text": "Afatinib", "correct": false}, {"label": "D", "text": "Osimertinib", "correct": true}], "correct_answer": "D. Osimertinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following:", "options": [{"label": "A", "text": "A-3, B-4, C-1, D-2", "correct": true}, {"label": "B", "text": "A-4, B-1, C-2, D-3", "correct": false}, {"label": "C", "text": "A-2, B-1, C-3, D-4", "correct": false}, {"label": "D", "text": "A-3, B-2, C-1, D-4", "correct": false}], "correct_answer": "A. A-3, B-4, C-1, D-2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(25).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not responsible for teratogenicity due to thalidomide?", "options": [{"label": "A", "text": "Free radical mediated DNA damage’", "correct": false}, {"label": "B", "text": "Suppression of angiogenesis", "correct": false}, {"label": "C", "text": "Cereblon binding", "correct": false}, {"label": "D", "text": "Inhibition of IL-2, IL-4 and IL-5", "correct": true}], "correct_answer": "D. Inhibition of IL-2, IL-4 and IL-5", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient on fluoxetine therapy was given another drug for pain control. After two weeks he developed altered consciousness. DR. J. THIRUNAVUKKARASU A patient on fluoxetine therapy was given another drug for pain control. After two weeks he developed altered consciousness. QT prolongation(QT 447ms). The likely drug given.", "options": [{"label": "A", "text": "Methadone", "correct": true}, {"label": "B", "text": "Piperidine", "correct": false}, {"label": "C", "text": "Morphine", "correct": false}, {"label": "D", "text": "Propoxyphene", "correct": false}], "correct_answer": "A. Methadone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient of mood disorder developed liver dysfunction hyperammonia.", "options": [{"label": "A", "text": "Lamotrigine", "correct": false}, {"label": "B", "text": "Valproate", "correct": true}, {"label": "C", "text": "Carbamazepine", "correct": false}, {"label": "D", "text": "Topiramate", "correct": false}], "correct_answer": "B. Valproate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following adverse effect is seen more commonly with oxcarbazepine as compared to carbamazepine?", "options": [{"label": "A", "text": "Skin rash", "correct": false}, {"label": "B", "text": "Hepatitis $GT raised", "correct": false}, {"label": "C", "text": "Hyponatremia", "correct": true}, {"label": "D", "text": "Blood dyscrasias", "correct": false}], "correct_answer": "C. Hyponatremia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient was started on amitriptyline and was found unconscious. Which of the following does not suggest TCA poiso ning?", "options": [{"label": "A", "text": "Confusion", "correct": false}, {"label": "B", "text": "Arrhythmias", "correct": false}, {"label": "C", "text": "Mydriasis", "correct": false}, {"label": "D", "text": "Hypothermia", "correct": true}], "correct_answer": "D. Hypothermia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A pregnant female with bipolar disorder had previous history of 4 episodes was started on lithium therapy. There is no episode since past 1 year. She is now the third trimester and presents to psychiatrist. What is the next line of management?", "options": [{"label": "A", "text": "Stop lithium and proceed drug free", "correct": false}, {"label": "B", "text": "Increase dose of lithium", "correct": true}, {"label": "C", "text": "Decrease dose of lithium", "correct": false}, {"label": "D", "text": "Change the drug to valproate", "correct": false}], "correct_answer": "B. Increase dose of lithium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drugs useful In DM neuropathy post herpatic neuralgia", "options": [{"label": "A", "text": "Pregabalin", "correct": true}, {"label": "B", "text": "Carbamazepine", "correct": false}, {"label": "C", "text": "Memantine", "correct": false}, {"label": "D", "text": "Galantamine", "correct": false}], "correct_answer": "A. Pregabalin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is false regarding the mechanism of action of antimicrobial drugs?", "options": [{"label": "A", "text": "Rifampicin: Inhibits DNA dependent RNA polymerase", "correct": false}, {"label": "B", "text": "Linezolid: Binds to 30S ribosome and inhibit protein synthesis", "correct": true}, {"label": "C", "text": "Daptomycin: Cause depolarization of membranes", "correct": false}, {"label": "D", "text": "Aztreonam: Inhibit cell wall synthesis", "correct": false}], "correct_answer": "B. Linezolid: Binds to 30S ribosome and inhibit protein synthesis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following organism is intrinsically resistant to the given drug?", "options": [{"label": "A", "text": "Aspergillus niger: Voriconazole", "correct": false}, {"label": "B", "text": "Aspergillus fumigatus: Micafungin", "correct": false}, {"label": "C", "text": "Candida glabrat? Amphotericin B", "correct": false}, {"label": "D", "text": "Candida krusei: Fluconazole", "correct": true}], "correct_answer": "D. Candida krusei: Fluconazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Treatment of scrub typhus and unstable respiratory problem", "options": [{"label": "A", "text": "Only intravenous doxycycline", "correct": true}, {"label": "B", "text": "Intravenous doxycycline with ceftriaxone", "correct": false}, {"label": "C", "text": "Intravenous ceftriaxone with azithromycin", "correct": false}, {"label": "D", "text": "Intravenous Doxycycline with azithromycin", "correct": false}], "correct_answer": "A. Only intravenous doxycycline", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(413).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A young patient on treatment with drugs for MDR tuberculosis presents with weight gain, cold intolerance and lethargy. On investigations, there was high levels of TSH and low levels of T3 and T4 in the blood. Which of the following is the likely drug responsible for these symptoms?", "options": [{"label": "A", "text": "Ethionamide", "correct": true}, {"label": "B", "text": "Cycloserine", "correct": false}, {"label": "C", "text": "Pyrazinamide", "correct": false}, {"label": "D", "text": "Streptomycin", "correct": false}], "correct_answer": "A. Ethionamide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient was started on antitubercular therapy. After 10 days, investigations were done. AST and ALT levels were within normal limits but serum creatinine is 0.9 and serum uric acid was 10 had Joint pain. What should be done?", "options": [{"label": "A", "text": "Stop pyrazinamide and continue rest of the drugs RFT monitoring", "correct": true}, {"label": "B", "text": "Add uric acid reducing drugs and continue ATT as such with LFT & RFT monitoring", "correct": false}, {"label": "C", "text": "Continue all drugs and monitor serum uric acid level and LFT and RFT.", "correct": false}, {"label": "D", "text": "Stop all ATT drugs till lab reportsare normal", "correct": false}], "correct_answer": "A. Stop pyrazinamide and continue rest of the drugs RFT monitoring", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A Haemophilia patient took Anti-retroviral drug and developed side effects like altered mental status. Which drug is responsible", "options": [{"label": "A", "text": "Lopinavir", "correct": false}, {"label": "B", "text": "Ritonavir", "correct": false}, {"label": "C", "text": "Darunavir", "correct": false}, {"label": "D", "text": "TIPRANAVIR", "correct": true}], "correct_answer": "D. TIPRANAVIR", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Used to prevent daunorubicin induced cardiotoxicity", "options": [{"label": "A", "text": "Aprepitant", "correct": false}, {"label": "B", "text": "Dexrazoxane", "correct": true}, {"label": "C", "text": "Amifostine", "correct": false}, {"label": "D", "text": "Dexamethasone", "correct": false}], "correct_answer": "B. Dexrazoxane", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drug is used to prevent painful vaso-oclusive crisis & decrease long term complications in Sickle cell anaemia", "options": [{"label": "A", "text": "Hydroxyurea", "correct": true}, {"label": "B", "text": "Methotrexate plus leucovorin", "correct": false}, {"label": "C", "text": "Methionine", "correct": false}, {"label": "D", "text": "Eltrombopag", "correct": false}], "correct_answer": "A. Hydroxyurea", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Present with purpura n diagnosed as isolated thrombocytopenia. Tyrosine kinase inhibitor used in isolated thrombocytopenia is", "options": [{"label": "A", "text": "Oprelveki", "correct": false}, {"label": "B", "text": "Eltrombopag", "correct": false}, {"label": "C", "text": "Fostamatinib", "correct": true}, {"label": "D", "text": "Bosutinib", "correct": false}], "correct_answer": "C. Fostamatinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following drugs are used in thyroid storm except?", "options": [{"label": "A", "text": "Propranolol", "correct": false}, {"label": "B", "text": "Lugol's iodine", "correct": false}, {"label": "C", "text": "Acetaminophen", "correct": false}, {"label": "D", "text": "Aspirin", "correct": true}], "correct_answer": "D. Aspirin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which anti diabetic drug is recently approved for treatment of heart failure with low ejection fraction along with low urine output?", "options": [{"label": "A", "text": "Empagliflozin", "correct": true}, {"label": "B", "text": "Linagliptin", "correct": false}, {"label": "C", "text": "Rosiglitazone", "correct": false}, {"label": "D", "text": "Insulin degludec", "correct": false}], "correct_answer": "A. Empagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents to emergency with giddiness. There was history of local doctor prescribing him some drug for RA few weeks and he suddenly stopped taking that. On investigations, there was Serum K level of 6.0mEq/L, Na 139 dehydration hypotension 90/40 and blood glucose level of 40mg/dL. Which of the following drugs should be used as Life saving treatment of this patient?", "options": [{"label": "A", "text": "Hydrocortisone", "correct": true}, {"label": "B", "text": "Sodium bicarbonate", "correct": false}, {"label": "C", "text": "Insulin", "correct": false}, {"label": "D", "text": "Hypertonic saline", "correct": false}], "correct_answer": "A. Hydrocortisone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child with type 1 diabetes mellitus presents with acidosis and blood sugar of 400mg/dl was started on intravenous fluids. What is the further management of this patient?", "options": [{"label": "A", "text": "Insulin intravenous infusion", "correct": false}, {"label": "B", "text": "Insulin stat dose followed by intravenous infusion", "correct": false}, {"label": "C", "text": "First one hour normal saline followed by infusion of insulin", "correct": true}, {"label": "D", "text": "Only IV fluids", "correct": false}], "correct_answer": "C. First one hour normal saline followed by infusion of insulin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with ulcerative colitis presents with three episodes of blood in stools per day. What is the most appropriate treatment in this case?", "options": [{"label": "A", "text": "5-Aminosalicylic acid", "correct": true}, {"label": "B", "text": "5- Fluorouracil", "correct": false}, {"label": "C", "text": "Budesonide", "correct": false}, {"label": "D", "text": "6- Mercaptopurine", "correct": false}], "correct_answer": "A. 5-Aminosalicylic acid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Indication to start Desferrioxamine in a child is above what level of serum iron", "options": [{"label": "A", "text": "350", "correct": false}, {"label": "B", "text": "400", "correct": false}, {"label": "C", "text": "450", "correct": false}, {"label": "D", "text": "500", "correct": true}], "correct_answer": "D. 500", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following drugs are used for treatment of heavy metal toxicity except", "options": [{"label": "A", "text": "Oximes", "correct": true}, {"label": "B", "text": "BAL", "correct": false}, {"label": "C", "text": "Penicillamine", "correct": false}, {"label": "D", "text": "EDTA", "correct": false}], "correct_answer": "A. Oximes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drug inhibiting ATP binding cassette efflux", "options": [{"label": "A", "text": "Nefidipine", "correct": false}, {"label": "B", "text": "Tacrolimus", "correct": false}, {"label": "C", "text": "Verapamil", "correct": true}, {"label": "D", "text": "Diltiazem", "correct": false}], "correct_answer": "C. Verapamil", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient of mild to moderate dementia refused to take oral drugs. Which of the following drug can be prescribed to this patient that can be used by some other route?", "options": [{"label": "A", "text": "Memantine", "correct": false}, {"label": "B", "text": "Donepezil", "correct": false}, {"label": "C", "text": "Rivastigmine", "correct": true}, {"label": "D", "text": "Gallantamine", "correct": false}], "correct_answer": "C. Rivastigmine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presented with exert nocturnal dyspnoea and cardiomegaly. Pedal edema On ausculatation there were rales in both the lungs. Which of the following drugs can be used to prevent the progression of the disease?", "options": [{"label": "A", "text": "Digoxin", "correct": false}, {"label": "B", "text": "Furosemide", "correct": false}, {"label": "C", "text": "Carvedilol", "correct": false}, {"label": "D", "text": "Captopril", "correct": true}], "correct_answer": "D. Captopril", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drugs is the PARP inhibitor useful in breast cancer?", "options": [{"label": "A", "text": "Rucaparib", "correct": true}, {"label": "B", "text": "Ribociclib", "correct": false}, {"label": "C", "text": "Vemurafenib", "correct": false}, {"label": "D", "text": "Bortezomib", "correct": false}], "correct_answer": "A. Rucaparib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58854151731486766/58854151731486766.m3u8"}, {"text": "Topical antifungal useful for onychomycosis", "options": [{"label": "A", "text": "Caspofungin", "correct": false}, {"label": "B", "text": "Griseofulvin", "correct": false}, {"label": "C", "text": "Tavaborole", "correct": true}, {"label": "D", "text": "Itraconazole", "correct": false}], "correct_answer": "C. Tavaborole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11678911731486786/11678911731486786.m3u8"}, {"text": "MATCH THE FOLLOWING HORMONE WITH THEIR RECEPTO", "options": [{"label": "A", "text": "A-2, B-4, C-1, D-3", "correct": true}, {"label": "B", "text": "A-1, B-4, C-4, D-3", "correct": false}, {"label": "C", "text": "A-2, B-3, C-1, D-4", "correct": false}, {"label": "D", "text": "A-4, B-1, C-2, D-3", "correct": false}], "correct_answer": "A. A-2, B-4, C-1, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(686).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57615431731486803/57615431731486803.m3u8"}, {"text": "A 46kg old lady was on digoxin, the Vd of the drugs is 6L/kg, Clearance is 4.6L/Hr. What is the half life of the drug", "options": [{"label": "A", "text": "68 hr", "correct": false}, {"label": "B", "text": "32 hr", "correct": false}, {"label": "C", "text": "0.9 hr", "correct": false}, {"label": "D", "text": "42 hr", "correct": true}], "correct_answer": "D. 42 hr", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76468941731486829/76468941731486829.m3u8"}, {"text": "Anti HIV drug binding to CD4 and also has dual blocking property of CCR5 and CCR 4 receptor is?", "options": [{"label": "A", "text": "Ibalizumab", "correct": true}, {"label": "B", "text": "Maraviroc", "correct": false}, {"label": "C", "text": "Dolutegravir", "correct": false}, {"label": "D", "text": "Indinavir", "correct": false}], "correct_answer": "A. Ibalizumab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76071411731486853/76071411731486853.m3u8"}, {"text": "Which of the following can leads to fall in Diastolic BP A.Alpha 1 adrenergic blocker B.Beta 1 agonist C.Vasomotor smooth muscle relaxant D.Lumbar sympathetic outflow is cut", "options": [{"label": "A", "text": "a, b, c", "correct": false}, {"label": "B", "text": "b, c, d", "correct": false}, {"label": "C", "text": "a, c, d", "correct": true}, {"label": "D", "text": "A, b, d", "correct": false}], "correct_answer": "C. a, c, d", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40684611731486875/40684611731486875.m3u8"}, {"text": "Which anaesthetic agent causes prolong Adrenal insufficiency", "options": [{"label": "A", "text": "Etomidate", "correct": true}, {"label": "B", "text": "Ketamine", "correct": false}, {"label": "C", "text": "Propofol", "correct": false}, {"label": "D", "text": "Thiopentone", "correct": false}], "correct_answer": "A. Etomidate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42304051731486895/42304051731486895.m3u8"}, {"text": "Which of the following antiepileptic drugs modulate voltage gated sodium channel and enhances slow inactivation of sodium channel?", "options": [{"label": "A", "text": "Phenytoin", "correct": false}, {"label": "B", "text": "Topiramate", "correct": false}, {"label": "C", "text": "Lamotrigine", "correct": false}, {"label": "D", "text": "Locosamide", "correct": true}], "correct_answer": "D. Locosamide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20430751731486919/20430751731486919.m3u8"}, {"text": "Which of the following drug inhibiting GAT- 1", "options": [{"label": "A", "text": "Felbamate", "correct": false}, {"label": "B", "text": "Stripentol", "correct": false}, {"label": "C", "text": "Ganaxalone", "correct": false}, {"label": "D", "text": "Tiagabine", "correct": true}], "correct_answer": "D. Tiagabine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57161631731486950/57161631731486950.m3u8"}, {"text": "A pt was know DM & HT, on Atorvastatin 40mg, total cholesterol 240+,TG156 and has elevated LDL, What are all can we use A. Evolocumab B. Ezetimibe C. bempedoic acid D.Gemfibrozil", "options": [{"label": "A", "text": "A, B, D", "correct": false}, {"label": "B", "text": "B. C. D", "correct": false}, {"label": "C", "text": "A, B, C", "correct": true}, {"label": "D", "text": "A. C. D", "correct": false}], "correct_answer": "C. A, B, C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43793681731486981/43793681731486981.m3u8"}, {"text": "Which of the following is true about PRETOMANID", "options": [{"label": "A", "text": "It acts by reactive oxygen species formation", "correct": false}, {"label": "B", "text": "It is used in XDR-TB along with bedaquiline and linezolid", "correct": true}, {"label": "C", "text": "It should bot be used with CYP2C19 inducer", "correct": false}, {"label": "D", "text": "Useful in resistant malaria", "correct": false}], "correct_answer": "B. It is used in XDR-TB along with bedaquiline and linezolid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44920231731487002/44920231731487002.m3u8"}, {"text": "LIVER FLUKE DOC", "options": [{"label": "A", "text": "Albendazole", "correct": false}, {"label": "B", "text": "Mebendazole", "correct": false}, {"label": "C", "text": "Triclobendazole", "correct": true}, {"label": "D", "text": "Praziquental", "correct": false}], "correct_answer": "C. Triclobendazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22300211731487046/22300211731487046.m3u8"}, {"text": "Drug not to be used in uncomplicated malaria", "options": [{"label": "A", "text": "Artemether", "correct": false}, {"label": "B", "text": "Primaquine", "correct": true}, {"label": "C", "text": "Chloroquine", "correct": false}, {"label": "D", "text": "Sulfadoxine + pyrimethamine", "correct": false}], "correct_answer": "B. Primaquine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20722051731487079/20722051731487079.m3u8"}, {"text": "A patient with ulcerative colitis (UC) not responding to TNF-α inhibitors progresses to severe disease. Which of the following drugs, acting as a JAK inhibitor, is appropriate for further management?", "options": [{"label": "A", "text": "Vedolizumab", "correct": false}, {"label": "B", "text": "Tofacitinib", "correct": true}, {"label": "C", "text": "Ustekinumab", "correct": false}, {"label": "D", "text": "Leflunomide", "correct": false}], "correct_answer": "B. Tofacitinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26830981731487105/26830981731487105.m3u8"}, {"text": "Cytochrome oxidase inhibitors are all except", "options": [{"label": "A", "text": "H2S", "correct": false}, {"label": "B", "text": "CO", "correct": false}, {"label": "C", "text": "Cyanide", "correct": false}, {"label": "D", "text": "Nitric oxide", "correct": true}], "correct_answer": "D. Nitric oxide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17555291731487131/17555291731487131.m3u8"}, {"text": "Match the following condition with their treatment", "options": [{"label": "A", "text": "1. B, 2- D, 3- A, 4- C", "correct": true}, {"label": "B", "text": "1. C, 2- D, 3- A, 4-B", "correct": false}, {"label": "C", "text": "1. B, 2- C, 3- D, 4-A", "correct": false}, {"label": "D", "text": "1. D, 2- A, 3- A, 4-C", "correct": false}], "correct_answer": "A. 1. B, 2- D, 3- A, 4- C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(535).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18719661731487172/18719661731487172.m3u8"}, {"text": "Comparison of iron isomaltoside 1000 and iron dextran", "options": [{"label": "A", "text": "It cannot be given with erythropoietin", "correct": false}, {"label": "B", "text": "Immunogenicity is more than iron dextran", "correct": false}, {"label": "C", "text": "Single shot is enough to correct the disease", "correct": true}, {"label": "D", "text": "Stored in adipocytes", "correct": false}], "correct_answer": "C. Single shot is enough to correct the disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5669511731487194/5669511731487194.m3u8"}, {"text": "Which is not effective in preventing covid- 19?", "options": [{"label": "A", "text": "Cough etiquette", "correct": false}, {"label": "B", "text": "Mask", "correct": false}, {"label": "C", "text": "Vaccine", "correct": false}, {"label": "D", "text": "Ivermectin", "correct": true}], "correct_answer": "D. Ivermectin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59433291731487221/59433291731487221.m3u8"}, {"text": "Which of the following is correctly matched antidote with the given drug toxicity?", "options": [{"label": "A", "text": "BZD- Flumazenil", "correct": true}, {"label": "B", "text": "Atropine- L- carnitine", "correct": false}, {"label": "C", "text": "Barbiturate- Fomepizole", "correct": false}, {"label": "D", "text": "Arsenic – Dexferrioxamine", "correct": false}], "correct_answer": "A. BZD- Flumazenil", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30226731731487250/30226731731487250.m3u8"}, {"text": "Which of the following is the false statement, regarding thiopentone sodium", "options": [{"label": "A", "text": "It is lipid soluble", "correct": false}, {"label": "B", "text": "It has short duration action, because of its maximum excretion through kidney", "correct": true}, {"label": "C", "text": "Redistributed in adipose tissue and muscle", "correct": false}, {"label": "D", "text": "It has maximum concentration in brain after IV infusion", "correct": false}], "correct_answer": "B. It has short duration action, because of its maximum excretion through kidney", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29785711731487279/29785711731487279.m3u8"}, {"text": "Choose the correct option, regarding Fos phenytoin", "options": [{"label": "A", "text": "It is given to all seizure patients in ER, irrespective of its CNS side effects and HT", "correct": false}, {"label": "B", "text": "Safe dose of fos phenytoin is 250mg/Kg", "correct": false}, {"label": "C", "text": "High dose causes cardiotoxicity in old people and nephrotoxicity in young people", "correct": true}, {"label": "D", "text": "Maximum oral dose causes cerebellar degeneration and brain atrophy", "correct": false}], "correct_answer": "C. High dose causes cardiotoxicity in old people and nephrotoxicity in young people", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61304831731487323/61304831731487323.m3u8"}, {"text": "Half life calculation for Digoxin? Vd- 6L/Kg, Weight of the patient- 46Kg, CL- 4.6 L/Hr.", "options": [{"label": "A", "text": "68", "correct": false}, {"label": "B", "text": "32", "correct": false}, {"label": "C", "text": "0.9", "correct": false}, {"label": "D", "text": "42", "correct": true}], "correct_answer": "D. 42", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Correctly match these hormones to their receptor:", "options": [{"label": "A", "text": "A-2, B-4, C-1, D-3", "correct": true}, {"label": "B", "text": "A-1, B-4, C-2, D-3", "correct": false}, {"label": "C", "text": "A-2, B-3, C-1, D-4", "correct": false}, {"label": "D", "text": "A-4, B-1, C-2, D-3", "correct": false}], "correct_answer": "A. A-2, B-4, C-1, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(604).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Antidote: correctly matched?", "options": [{"label": "A", "text": "Flumazenil- BZDs", "correct": true}, {"label": "B", "text": "Fomepizole- Barbiturates", "correct": false}, {"label": "C", "text": "Desferrioxamine- Arsenic", "correct": false}, {"label": "D", "text": "L-Carnitine- Atropine", "correct": false}], "correct_answer": "A. Flumazenil- BZDs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following can lead to fall in diastolic BP? 1. Alpha 1 blockade 2. Beta 1 blockade 3. Vasomotor smooth muscle relaxation 4. Lumbar sympathetic flow cut", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "2,3,4", "correct": false}, {"label": "C", "text": "1,3,4", "correct": true}, {"label": "D", "text": "1,2,4", "correct": false}], "correct_answer": "C. 1,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Post MI patient has high cholesterol- 240, TGs- 156, LDL elevation, on atorvastatin, aspirin. Which is added to his treatment- 1. Ezetimibe 2. Bemepedoic acid 3. Evolocumab 4. Gemfibrozil", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "2,3", "correct": false}, {"label": "C", "text": "1, 2 & 3", "correct": true}, {"label": "D", "text": "1, 2 & 4", "correct": false}], "correct_answer": "C. 1, 2 & 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "GAT-1 receptor binding & inhibition:", "options": [{"label": "A", "text": "Vigabatrin", "correct": false}, {"label": "B", "text": "Tiagabine", "correct": true}, {"label": "C", "text": "Felbamate", "correct": false}, {"label": "D", "text": "Ganaxolone", "correct": false}], "correct_answer": "B. Tiagabine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drug acts via enhancement of slow inactivation of voltage gated sodium channel?", "options": [{"label": "A", "text": "Phenytoin", "correct": false}, {"label": "B", "text": "Lacosamide", "correct": true}, {"label": "C", "text": "Ethosuximide", "correct": false}, {"label": "D", "text": "Lamotrigene", "correct": false}], "correct_answer": "B. Lacosamide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Thiopentone: All are true except?", "options": [{"label": "A", "text": "Highly lipid soluble", "correct": false}, {"label": "B", "text": "Shorter action due to rapid elimination by kidney", "correct": true}, {"label": "C", "text": "Max distribution to brain after IV injection", "correct": false}, {"label": "D", "text": "Redistributed to adipose tissues", "correct": false}], "correct_answer": "B. Shorter action due to rapid elimination by kidney", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "General anaesthetic causes adrenal suppression?", "options": [{"label": "A", "text": "Thiopentone", "correct": false}, {"label": "B", "text": "Ketamine", "correct": false}, {"label": "C", "text": "Etomidate", "correct": true}, {"label": "D", "text": "Propofol", "correct": false}], "correct_answer": "C. Etomidate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fosphenytoin: Which is true?", "options": [{"label": "A", "text": "High oral dose causes cerebellar toxicity & brain atrophy", "correct": false}, {"label": "B", "text": "High dose causes cardiotoxicity in old people & nephrotoxicity in young people", "correct": true}, {"label": "C", "text": "Given to all seizure patients in emergency irrespective of CNS & CVS effects", "correct": false}, {"label": "D", "text": "Safe dose 250mg/kg", "correct": false}], "correct_answer": "B. High dose causes cardiotoxicity in old people & nephrotoxicity in young people", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Correctly match:", "options": [{"label": "A", "text": "A-2, B-4, C-1, D-3", "correct": false}, {"label": "B", "text": "A-1, B-4, C-2, D-3", "correct": false}, {"label": "C", "text": "A-2, B-3, C-1, D-4", "correct": false}, {"label": "D", "text": "A-4, B-1, C-2, D-3", "correct": true}], "correct_answer": "D. A-4, B-1, C-2, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(491).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Rheumatoid arthritis, not responding to any of the TNF-alpha blocker: JAK inhibitor used is?", "options": [{"label": "A", "text": "Vedolizumab", "correct": false}, {"label": "B", "text": "Leflunomide", "correct": false}, {"label": "C", "text": "Tofacitinib", "correct": true}, {"label": "D", "text": "Ustekinumab", "correct": false}], "correct_answer": "C. Tofacitinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True about PRETOMANID?", "options": [{"label": "A", "text": "Acts via reactive oxygen species formation", "correct": false}, {"label": "B", "text": "Used in XDR-TB with bedaquilline and linezolid", "correct": true}, {"label": "C", "text": "Should not be used with CYP 2C19 inhibitor", "correct": false}, {"label": "D", "text": "Useful for resistant malaria", "correct": false}], "correct_answer": "B. Used in XDR-TB with bedaquilline and linezolid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drug bind to CD4 receptor, inhibit both CCR5 & CXCR4 activity?", "options": [{"label": "A", "text": "Ibalizumab", "correct": true}, {"label": "B", "text": "Maraviroc", "correct": false}, {"label": "C", "text": "Dolutagravir", "correct": false}, {"label": "D", "text": "Indinavir", "correct": false}], "correct_answer": "A. Ibalizumab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is not effective in prevention of COVID-19?", "options": [{"label": "A", "text": "Mask", "correct": false}, {"label": "B", "text": "Vaccine", "correct": false}, {"label": "C", "text": "Cough etiquette", "correct": false}, {"label": "D", "text": "Ivermectin", "correct": true}], "correct_answer": "D. Ivermectin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Topical antifungal used for the treatment of onychomycosis?", "options": [{"label": "A", "text": "Caspofungin", "correct": false}, {"label": "B", "text": "Griseofulvin", "correct": false}, {"label": "C", "text": "Itraconazole", "correct": false}, {"label": "D", "text": "Tavaborole", "correct": true}], "correct_answer": "D. Tavaborole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drug not to be used in uncomplicated malaria?", "options": [{"label": "A", "text": "Artemether", "correct": false}, {"label": "B", "text": "Primaquine", "correct": true}, {"label": "C", "text": "Chloroquine", "correct": false}, {"label": "D", "text": "Sulfadoxime plus pyrimethamine", "correct": false}], "correct_answer": "B. Primaquine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2942371745221547/2942371745221547.m3u8"}, {"text": "DOC for liver fluke?", "options": [{"label": "A", "text": "Albendazole", "correct": false}, {"label": "B", "text": "Mebendazole", "correct": false}, {"label": "C", "text": "Triclabendazole", "correct": true}, {"label": "D", "text": "Praziquental", "correct": false}], "correct_answer": "C. Triclabendazole", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is PARP inhibitor, useful in breast cancer?", "options": [{"label": "A", "text": "Ribociclib", "correct": false}, {"label": "B", "text": "Rucaparib", "correct": true}, {"label": "C", "text": "Vemurafenib", "correct": false}, {"label": "D", "text": "Bortezomib", "correct": false}], "correct_answer": "B. Rucaparib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following anticoagulant, needs coagulation profile monitoring", "options": [{"label": "A", "text": "Enoxaparin", "correct": false}, {"label": "B", "text": "Dabigatran", "correct": false}, {"label": "C", "text": "Lepirudin", "correct": true}, {"label": "D", "text": "Fondaparinux", "correct": false}], "correct_answer": "C. Lepirudin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PCSK 9 inhibitor useful for lowering cholesterol ?", "options": [{"label": "A", "text": "Ezetimibe", "correct": false}, {"label": "B", "text": "Evolocumab", "correct": true}, {"label": "C", "text": "Torcetrapib", "correct": false}, {"label": "D", "text": "Lometapide", "correct": false}], "correct_answer": "B. Evolocumab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cannabidiol is not given in", "options": [{"label": "A", "text": "Dravet syndrome", "correct": false}, {"label": "B", "text": "Rett syndrome", "correct": true}, {"label": "C", "text": "Tuberous sclerosis complex", "correct": false}, {"label": "D", "text": "Lennox gestaut syndrome", "correct": false}], "correct_answer": "B. Rett syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 60-year-old male patient underwent surgery under general anesthesia. Rocuronium was used as a muscle relaxant during the procedure. After the surgery, the patient has not regained muscle function, indicating prolonged muscle paralysis. The medical team needs to reverse the effects of rocuronium quickly to ensure patient safety and recovery. Which of the following can result in the fastest reversal ?", "options": [{"label": "A", "text": "Glycopyrrolate", "correct": false}, {"label": "B", "text": "Sugammadex", "correct": true}, {"label": "C", "text": "Neostigmine", "correct": false}, {"label": "D", "text": "Edrophonium", "correct": false}], "correct_answer": "B. Sugammadex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30-year-old patient presents with fever and cough productive of white, tenacious sputum. Which of the following is the most appropriate pharmacological agent forthis patient's condition?", "options": [{"label": "A", "text": "Dextromethorphan to suppress cough", "correct": false}, {"label": "B", "text": "Dextromethorphan plus bromhexine", "correct": false}, {"label": "C", "text": "Bromhexine to thin out sputum", "correct": true}, {"label": "D", "text": "Codeine", "correct": false}], "correct_answer": "C. Bromhexine to thin out sputum", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MATCH THE FOLLOWING HORMONE WITH THEIR RECEPTOR", "options": [{"label": "A", "text": "A-2, B-4, C-1, D-3", "correct": true}, {"label": "B", "text": "A-1, B-4, C-4, D-3", "correct": false}, {"label": "C", "text": "A-2, B-3, C-1, D-4", "correct": false}, {"label": "D", "text": "A-4, B-1, C-2, D-3", "correct": false}], "correct_answer": "A. A-2, B-4, C-1, D-3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_229.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30-year-old patient presents with progressive dyspnoea at rest and on exertion (e.g., climbing stairs). The patient also has a history of heart failure. Laboratory tests show a fasting plasma glucose of 136 mgldL, haemoglobin (Hb) of 13 g%, and HbA1cof 7.8%, indicating poorly controlled type 2 diabetes mellitus. The physician needs to select an appropriate anti diabetic medication considering the patient's symptoms and medical condition. Which is the preferred antidiabetic drug in this patient ?", "options": [{"label": "A", "text": "Dapagliflozin", "correct": true}, {"label": "B", "text": "Glimepiride", "correct": false}, {"label": "C", "text": "Metformin", "correct": false}, {"label": "D", "text": "Sitagliptin", "correct": false}], "correct_answer": "A. Dapagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following anti diabetic drugs associated with increasing risk of causing UTI?", "options": [{"label": "A", "text": "Dapagliflozin", "correct": true}, {"label": "B", "text": "Pioglitazone", "correct": false}, {"label": "C", "text": "Sitagliptin", "correct": false}, {"label": "D", "text": "Metformin", "correct": false}], "correct_answer": "A. Dapagliflozin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following antidiabetic drug causing unexplained diarrhoea", "options": [{"label": "A", "text": "Glimepiride", "correct": false}, {"label": "B", "text": "Metformin", "correct": true}, {"label": "C", "text": "Pioglitazone", "correct": false}, {"label": "D", "text": "Sitagliptin", "correct": false}], "correct_answer": "B. Metformin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "which one of the following is the adverse effects of long term and Intermittent injection of teriparatide for the treatment osteoporosis", "options": [{"label": "A", "text": "Osteonecrosis of jaw", "correct": false}, {"label": "B", "text": "Osteosarcoma", "correct": true}, {"label": "C", "text": "Subtrochanteric fracture of femur", "correct": false}, {"label": "D", "text": "Loss of bone mass", "correct": false}], "correct_answer": "B. Osteosarcoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 28-year-old pregnant woman at 32 weeks of gestation presents to the obstetric clinic with signs of preterm labor. The medical team decides to administer corticosteroids to promote fetal lung maturation and reduce the risk of neonatal respiratory distress syndrome. Choose the correct option that should be used for fetal lung maturation", "options": [{"label": "A", "text": "Deamethasone 12 mg 24 hourly 2)doses", "correct": false}, {"label": "B", "text": "Dexamethasone 6 mg 12 hourly 4 doses", "correct": true}, {"label": "C", "text": "Betamethasone 12 mg 12 hourly 2 doses", "correct": false}, {"label": "D", "text": "Betamethasone 12 mg 24 hourly 4 doses", "correct": false}], "correct_answer": "B. Dexamethasone 6 mg 12 hourly 4 doses", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30-year-old woman has experienced the loss of her newborn. She is currently producing breast milk, leading to discomfort and the risk of developing a breast abscess due to milk stasis and incomplete emptying. Which of the following drug can be used to prevent this complication", "options": [{"label": "A", "text": "Mifepristone", "correct": false}, {"label": "B", "text": "Cabergoline", "correct": true}, {"label": "C", "text": "Chlorpromazine", "correct": false}, {"label": "D", "text": "Metoclopramide", "correct": false}], "correct_answer": "B. Cabergoline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 30yr old female with chronic hypertension and headache, which of the following is not used in post partum hemorrhage?", "options": [{"label": "A", "text": "Oxytocin", "correct": false}, {"label": "B", "text": "Misoprostol", "correct": false}, {"label": "C", "text": "Methyl ergometrine", "correct": true}, {"label": "D", "text": "Carboprost", "correct": false}], "correct_answer": "C. Methyl ergometrine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old patient with a known allergy to penicillin presents with a enterococcal endocarditis. The physician needs to prescribe an antibiotic but wants to ensure it is safe for a patient with a penicillin allergy. The patient has had previous allergic reactions to penicillin, including rash and swelling. Which of the following drugs can be used safely in a patient allergic to penicillin", "options": [{"label": "A", "text": "Aztreonam", "correct": false}, {"label": "B", "text": "Vancomycin", "correct": true}, {"label": "C", "text": "Ceftriaxone", "correct": false}, {"label": "D", "text": "Piperacillin", "correct": false}], "correct_answer": "B. Vancomycin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drugs useful in leprosy causing skin pigmentation", "options": [{"label": "A", "text": "Clofazimine", "correct": true}, {"label": "B", "text": "Rifampicin", "correct": false}, {"label": "C", "text": "Dapsone", "correct": false}, {"label": "D", "text": "Ofloxacin", "correct": false}], "correct_answer": "A. Clofazimine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 50-year-old male patient with a history of chronic pulmonary aspergill0sis is being treated with voriconazole. He has been on the medication for two weeks and comes to the clinic for a follow-up. During the visit, he asks about the specific guidelines and considerations for taking voriconazole to ensure its effectiveness and safety. Which of the following statements is/true about voriconazole", "options": [{"label": "A", "text": "It should not be given with pyrazinamide", "correct": false}, {"label": "B", "text": "It should be taken empty stomach", "correct": false}, {"label": "C", "text": "It is given as a loading dose", "correct": true}, {"label": "D", "text": "It requires therapeutic drug monitoring", "correct": false}], "correct_answer": "C. It is given as a loading dose", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following drugs targeting against HER-1 receptor EXCEPT", "options": [{"label": "A", "text": "Panitumumab", "correct": false}, {"label": "B", "text": "Necitumumab", "correct": false}, {"label": "C", "text": "Pertuzumab", "correct": true}, {"label": "D", "text": "Cetuximab", "correct": false}], "correct_answer": "C. Pertuzumab", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Isolated thrombocytopenia is", "options": [{"label": "A", "text": "Oprelvekin", "correct": false}, {"label": "B", "text": "Eltrombopag", "correct": false}, {"label": "C", "text": "Fostamatinib", "correct": true}, {"label": "D", "text": "Bosutinib", "correct": false}], "correct_answer": "C. Fostamatinib", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Drugs useful in cyanide poisoning-", "options": [{"label": "A", "text": "Sodium nitrite", "correct": false}, {"label": "B", "text": "Amyl nitrite", "correct": false}, {"label": "C", "text": "Sodium thiosulphate", "correct": false}, {"label": "D", "text": "GTN", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 55-year-old patient presents to the clinic with a history of hyperglycemia and has had positive urine glucose tests on two separate occasions in the last six months. The patient has been diagnosed with type 2 diabetes mellitus. The physician is considering various medications to manage the patient's condition and prevent potential complications, including renal involvement. Which of the following drugs will not delay renal involvement", "options": [{"label": "A", "text": "SGLT2 inhibitors", "correct": false}, {"label": "B", "text": "Finerenone", "correct": false}, {"label": "C", "text": "Hydrochlorthiazide", "correct": true}, {"label": "D", "text": "Angiotensin receptor blockers", "correct": false}], "correct_answer": "C. Hydrochlorthiazide", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which statement about Lithium therapy is accurate?", "options": [{"label": "A", "text": "It is approved for the treatment of absence seizures", "correct": false}, {"label": "B", "text": "Fine tremors can occur and are considered normal within the therapeutic range", "correct": true}, {"label": "C", "text": "It does not have teratogenic effects", "correct": false}, {"label": "D", "text": "It is not orally absorbed", "correct": false}], "correct_answer": "B. Fine tremors can occur and are considered normal within the therapeutic range", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following does not contribute to the teratogenic effects of thalidomide?", "options": [{"label": "A", "text": "DNA damage mediated by free radicals", "correct": false}, {"label": "B", "text": "Inhibition of angiogenesis", "correct": false}, {"label": "C", "text": "Binding to cereblon", "correct": false}, {"label": "D", "text": "Suppression of IL-2, IL-4, and IL-5", "correct": true}], "correct_answer": "D. Suppression of IL-2, IL-4, and IL-5", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most effective drug for smoking cessation:", "options": [{"label": "A", "text": "Varenicline", "correct": true}, {"label": "B", "text": "Bupropion SR", "correct": false}, {"label": "C", "text": "Nicotine patch", "correct": false}, {"label": "D", "text": "Nicotine gum", "correct": false}], "correct_answer": "A. Varenicline", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match following regarding, mechanism of action anti arrhythmic drugs", "options": [{"label": "A", "text": "A. 2, B. 1, C. 4, D. 3", "correct": false}, {"label": "B", "text": "A. 4, B. 1, C. 2, D. 3", "correct": false}, {"label": "C", "text": "A. 2, B. 4, C. 4, D. 1", "correct": false}, {"label": "D", "text": "A.4, B. 3, C. 2, D. 1", "correct": true}], "correct_answer": "D. A.4, B. 3, C. 2, D. 1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(36).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A brand makes paracetamol 400mg, but it has only 200mg, what it is called as:", "options": [{"label": "A", "text": "Misbrand", "correct": true}, {"label": "B", "text": "Spurious brand", "correct": false}, {"label": "C", "text": "Unethical brand", "correct": false}, {"label": "D", "text": "Adulterated", "correct": false}], "correct_answer": "A. Misbrand", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following factors is most critical in determining the oral loading dose? A. Volume of distribution B. Half-life C. Plasma concentration D. Bioavailability", "options": [{"label": "A", "text": "A,C,D", "correct": true}, {"label": "B", "text": "A,B,C", "correct": false}, {"label": "C", "text": "B,C,D", "correct": false}, {"label": "D", "text": "A,B,D", "correct": false}], "correct_answer": "A. A,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements about the Phase I metabolism of xenobiotics is correct?", "options": [{"label": "A", "text": "Includes oxidation, reduction, hydrolysis", "correct": true}, {"label": "B", "text": "Addition of polar conjugate to product", "correct": false}, {"label": "C", "text": "Detoxification in lipid bilayer", "correct": false}, {"label": "D", "text": "Makes more hydrophilic to enter into cells", "correct": false}], "correct_answer": "A. Includes oxidation, reduction, hydrolysis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following types of drug tolerance (Column A) with their correct definitions (Column B):", "options": [{"label": "A", "text": "A3, B2, C1", "correct": true}, {"label": "B", "text": "A1, B3, C2", "correct": false}, {"label": "C", "text": "C1, B2, A3", "correct": false}, {"label": "D", "text": "B1, A2, C3", "correct": false}], "correct_answer": "A. A3, B2, C1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Pic%203.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following best explains the renoprotective effect of Fenoldopam?", "options": [{"label": "A", "text": "Alpha-1 adrenergic receptor blockade improving renal perfusion", "correct": false}, {"label": "B", "text": "ACE inhibition", "correct": false}, {"label": "C", "text": "Selective Dopamine-1 receptor agonism leading to renal vasodilation and natriuresis", "correct": true}, {"label": "D", "text": "Dopamine 2 agonism", "correct": false}], "correct_answer": "C. Selective Dopamine-1 receptor agonism leading to renal vasodilation and natriuresis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the first-line vasopressor for the management of septic shock?", "options": [{"label": "A", "text": "Dopamine", "correct": false}, {"label": "B", "text": "Epinephrine", "correct": false}, {"label": "C", "text": "Norepinephrine", "correct": true}, {"label": "D", "text": "Vasopressin", "correct": false}], "correct_answer": "C. Norepinephrine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Reversal of vacuronium after cardiac surgery", "options": [{"label": "A", "text": "Baclofen", "correct": false}, {"label": "B", "text": "Neostigmine", "correct": true}, {"label": "C", "text": "atropine", "correct": false}, {"label": "D", "text": "Dantrolene", "correct": false}], "correct_answer": "B. Neostigmine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "T2DM, HTN pt presents with HF symptoms. Tachycardia, SBP-90, EF-60 percent. Best treatment option", "options": [{"label": "A", "text": "Loop diuretics and SGLT2 inhibitors", "correct": false}, {"label": "B", "text": "Digoxin", "correct": false}, {"label": "C", "text": "Ivabradine", "correct": false}, {"label": "D", "text": "Dopamine infusion", "correct": true}], "correct_answer": "D. Dopamine infusion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True statements about Bempedoic Acid A. Noncompetitively Inhibits ATP citrate lyase (ACL) B. Used as adjunct to maximally tolerated statin C. It is dicarboxylic acid D. Inhibits HMG Co-A reductase", "options": [{"label": "A", "text": "A,B,C", "correct": true}, {"label": "B", "text": "A,C,D", "correct": false}, {"label": "C", "text": "B,D,A", "correct": false}, {"label": "D", "text": "A,B,", "correct": false}], "correct_answer": "A. A,B,C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Erythropoietin is useful in which of the following types of anemia?", "options": [{"label": "A", "text": "Aplastic anemia", "correct": false}, {"label": "B", "text": "Nutritional anemia", "correct": false}, {"label": "C", "text": "Anemia due to chronic kidney disease (CKD)", "correct": true}, {"label": "D", "text": "Myelofibrosis", "correct": false}], "correct_answer": "C. Anemia due to chronic kidney disease (CKD)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An 8-year-old girl was taking 800 mg carbamazepine daily and was prescribed 1 g of erythromycin for 14 days. Within 2 days she began to experience balancing difficulties and ataxia. What could be the cause of her symptoms?", "options": [{"label": "A", "text": "She is experiencing relapse of epileptic symptoms", "correct": false}, {"label": "B", "text": "She is experiencing carbamazepine toxicity", "correct": true}, {"label": "C", "text": "She is experiencing erythromycin toxicity", "correct": false}, {"label": "D", "text": "She is experiencing hypersensitivity reaction", "correct": false}], "correct_answer": "B. She is experiencing carbamazepine toxicity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following antiepileptic drugs is most strongly associated with neural tube defects in the fetus?", "options": [{"label": "A", "text": "Carbamazepine", "correct": false}, {"label": "B", "text": "Lamotrigine", "correct": false}, {"label": "C", "text": "Levetiracetam", "correct": false}, {"label": "D", "text": "Valproic acid", "correct": true}], "correct_answer": "D. Valproic acid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following are clinical uses of Magnesium Sulfate, EXCEPT:", "options": [{"label": "A", "text": "Decreases the incidence of placental abruption", "correct": false}, {"label": "B", "text": "Reduces the incidence of seizures in preeclampsia", "correct": false}, {"label": "C", "text": "Neuroprotective", "correct": false}, {"label": "D", "text": "Improves renal blood flow", "correct": true}], "correct_answer": "D. Improves renal blood flow", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 45-year-old woman with depression is prescribed imipramine. She also takes diphenhydramine for allergic rhinitis. Which of the following interactions can be observed?", "options": [{"label": "A", "text": "Increases norepinephrine reuptake", "correct": false}, {"label": "B", "text": "Blocks muscarinic receptors", "correct": true}, {"label": "C", "text": "Imipramine induces diphenhydramine actions", "correct": false}, {"label": "D", "text": "Diphenhydramine inhibits imipramine action", "correct": false}], "correct_answer": "B. Blocks muscarinic receptors", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following new psychoactive drugs works as a rapid-acting antidepressant?", "options": [{"label": "A", "text": "CannabisB", "correct": false}, {"label": "B", "text": "Bupropion", "correct": false}, {"label": "C", "text": "Ketamine", "correct": true}, {"label": "D", "text": "Mephedrone", "correct": false}], "correct_answer": "C. Ketamine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following agents are used in the treatment of acute mania? A. Valproate B. Haloperidol C. Lithium D. Amitriptyline", "options": [{"label": "A", "text": "A,B,C", "correct": true}, {"label": "B", "text": "B,C,D", "correct": false}, {"label": "C", "text": "A,C,D", "correct": false}, {"label": "D", "text": "D,B,A", "correct": false}], "correct_answer": "A. A,B,C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following statements are correct except?", "options": [{"label": "A", "text": "Opioid withdrawal is rarely fatal", "correct": false}, {"label": "B", "text": "Buprenorphine can be used for management of opioid withdrawal", "correct": false}, {"label": "C", "text": "Flumazenil is used for the management of long term management of Alcohol Dependence syndrome", "correct": true}, {"label": "D", "text": "Cannabis withdrawal is associated with minimal withdrawal symptoms", "correct": false}], "correct_answer": "C. Flumazenil is used for the management of long term management of Alcohol Dependence syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Gonadotropic hormone receptor antagonist uses A. Ovarian cyst B. Male with hypogonadotropic hypogonadism C. Controlled ovarian stimulation(IVF)) D. Prostate cancer", "options": [{"label": "A", "text": "A,C,D", "correct": true}, {"label": "B", "text": "B,C,A", "correct": false}, {"label": "C", "text": "D,A,B", "correct": false}, {"label": "D", "text": "D,B,C", "correct": false}], "correct_answer": "A. A,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 25-year-old sexually active man presents to the STD clinic with a 5-day history of purulent urethral discharge and dysuria.. Gram stain of the urethral swab shows intracellular gram-negative diplococci. The patient is allergic to penicillin. Which of the following is the most appropriate treatment?", "options": [{"label": "A", "text": "Ceftriaxone", "correct": true}, {"label": "B", "text": "Amoxicillin", "correct": false}, {"label": "C", "text": "Tetracycline", "correct": false}, {"label": "D", "text": "Vancomycin", "correct": false}], "correct_answer": "A. Ceftriaxone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the most appropriate treatment for a patient with complicated urinary tract infection (UTI) presenting with septic shock?", "options": [{"label": "A", "text": "Amoxicillin clavulanate", "correct": false}, {"label": "B", "text": "Nitrofurantoin", "correct": false}, {"label": "C", "text": "Meropenem", "correct": true}, {"label": "D", "text": "Ceftriaxone", "correct": false}], "correct_answer": "C. Meropenem", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Malaria clinical cure A. artemisin B. Sulfadoxime pyramethiamin C. Chloroquine D. Primaquine", "options": [{"label": "A", "text": "A,B,C", "correct": true}, {"label": "B", "text": "C,D,A", "correct": false}, {"label": "C", "text": "D,A,B", "correct": false}, {"label": "D", "text": "B,C,D", "correct": false}], "correct_answer": "A. A,B,C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Regarding Thalidomide- true statements are A. Teratogenic in pregnancy B. Antimetabolite having Immunosupression action C. Role in refractory MM D. Useful in Lepra reaction", "options": [{"label": "A", "text": "A,C,D", "correct": true}, {"label": "B", "text": "D,B,A", "correct": false}, {"label": "C", "text": "A,B,C", "correct": false}, {"label": "D", "text": "C and D", "correct": false}], "correct_answer": "A. A,C,D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following treatments are appropriate for scabies in infants? a. 5% Permethrin cream b. 10% Crotamiton cream c. Ivermectind. d. 25?nzyl benzoate lotion", "options": [{"label": "A", "text": "A,D,B", "correct": true}, {"label": "B", "text": "A,C,D", "correct": false}, {"label": "C", "text": "A and B", "correct": false}, {"label": "D", "text": "A,B,C", "correct": false}], "correct_answer": "A. A,D,B", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Topical side effects of corticosteroid creams, which include: A. Hypertrichosis B. Atrophy C. Blue-grey skin thinning D. Acne", "options": [{"label": "A", "text": "B,C,A", "correct": true}, {"label": "B", "text": "A,D,C", "correct": false}, {"label": "C", "text": "B,C,D", "correct": false}, {"label": "D", "text": "A and D", "correct": false}], "correct_answer": "A. B,C,A", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following drug causes cholestasis without causing portal inflammation?", "options": [{"label": "A", "text": "Amoxicillin and clavulanate", "correct": false}, {"label": "B", "text": "Estrogen/Androgenic steroids", "correct": true}, {"label": "C", "text": "Isoniazid", "correct": false}, {"label": "D", "text": "Acetaminophen", "correct": false}], "correct_answer": "B. Estrogen/Androgenic steroids", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 282 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Physiology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 154</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 154 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Baroreceptor is which type of feedback?", "options": [{"label": "A", "text": "Negative feedback", "correct": true}, {"label": "B", "text": "Positive feedback", "correct": false}, {"label": "C", "text": "Both negative and positive", "correct": false}, {"label": "D", "text": "Feed forward control", "correct": false}], "correct_answer": "A. Negative feedback", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52912401704779207/52912401704779207.m3u8"}, {"text": "Which of the following is an example of feedforward mechanism?", "options": [{"label": "A", "text": "Increase blood pressure during supine posture", "correct": false}, {"label": "B", "text": "Salivation on anticipation of food", "correct": true}, {"label": "C", "text": "Shivering on exposure to cold environment", "correct": false}, {"label": "D", "text": "Raised blood pressure on sharp cutaneous pain", "correct": false}], "correct_answer": "B. Salivation on anticipation of food", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43826941704779229/43826941704779229.m3u8"}, {"text": "Gibbs- Donnan equilibrium is based on which of the following?", "options": [{"label": "A", "text": "Chloride", "correct": false}, {"label": "B", "text": "Intracellular proteins", "correct": true}, {"label": "C", "text": "Calcium", "correct": false}, {"label": "D", "text": "Bicarbonate", "correct": false}], "correct_answer": "B. Intracellular proteins", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53442801704779243/53442801704779243.m3u8"}, {"text": "Volunteer is injected 10 gram of mannitol intravenously. During the procedure, 10 % of mannitol is excreted. At equilibrium, plasma concentration of mannitol is 65 mg/100mL .What is the ECF volume?", "options": [{"label": "A", "text": "10 L", "correct": false}, {"label": "B", "text": "14 L", "correct": true}, {"label": "C", "text": "30 L", "correct": false}, {"label": "D", "text": "22 L", "correct": false}], "correct_answer": "B. 14 L", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/507071704779258/507071704779258.m3u8"}, {"text": "You are an intern and want to determine the quantity of IV fluids needed for a patient. How much amount of transient loss/insensible loss per day would you account for in your calculation?", "options": [{"label": "A", "text": "150-200 ml/day", "correct": false}, {"label": "B", "text": "200-350 ml/day", "correct": false}, {"label": "C", "text": "350-400 ml/day", "correct": false}, {"label": "D", "text": "500-600 ml/day", "correct": true}], "correct_answer": "D. 500-600 ml/day", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/17347121704779269/17347121704779269.m3u8"}, {"text": "I-125 labelled albumin is used for measurement of:", "options": [{"label": "A", "text": "Plasma volume", "correct": true}, {"label": "B", "text": "Interstitial fluid volume", "correct": false}, {"label": "C", "text": "ICF", "correct": false}, {"label": "D", "text": "ECF", "correct": false}], "correct_answer": "A. Plasma volume", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57075551704779283/57075551704779283.m3u8"}, {"text": "Which of the following substances follows the given transport graph?", "options": [{"label": "A", "text": "CO2", "correct": false}, {"label": "B", "text": "O2", "correct": false}, {"label": "C", "text": "Glucose", "correct": true}, {"label": "D", "text": "Na+", "correct": false}], "correct_answer": "C. Glucose", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(519).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58658921704779296/58658921704779296.m3u8"}, {"text": "Transport of glucose inside intestine, which type of transport", "options": [{"label": "A", "text": "Primary transport", "correct": false}, {"label": "B", "text": "Simple diffusion", "correct": false}, {"label": "C", "text": "Secondary active transport", "correct": true}, {"label": "D", "text": "Na channel - ATPase", "correct": false}], "correct_answer": "C. Secondary active transport", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34189511704779310/34189511704779310.m3u8"}, {"text": "Identify the ions bases on conductance graph of a neuron shown below:", "options": [{"label": "A", "text": "Na, K", "correct": true}, {"label": "B", "text": "K, Na", "correct": false}, {"label": "C", "text": "Na, Ca", "correct": false}, {"label": "D", "text": "Ca, Na", "correct": false}], "correct_answer": "A. Na, K", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(481).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7771691704779340/7771691704779340.m3u8"}, {"text": "Calculate the tetanizing frequency from the following graph.", "options": [{"label": "A", "text": "50 Hz", "correct": false}, {"label": "B", "text": "20 Hz", "correct": false}, {"label": "C", "text": "70 Hz", "correct": false}, {"label": "D", "text": "40 Hz", "correct": true}], "correct_answer": "D. 40 Hz", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(501).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54915791704779351/54915791704779351.m3u8"}, {"text": "Membrane of a cell is freely permeable to three ions X, Y and Z. The resting membrane potential of the cell is -90 mV and the respective equilibrium potentials of X and Y are -30mV and -40mV. What will happen to the membrane potential if a drug is infused which can block the permeability of Z?", "options": [{"label": "A", "text": "Depolarisation", "correct": true}, {"label": "B", "text": "Hyperpolarization", "correct": false}, {"label": "C", "text": "No change", "correct": false}, {"label": "D", "text": "Hyperpolarization following repolarization", "correct": false}], "correct_answer": "A. Depolarisation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50771761704779367/50771761704779367.m3u8"}, {"text": "Match the following and choose the correct option", "options": [{"label": "A", "text": "1-a, 2-c, 3-e", "correct": false}, {"label": "B", "text": "1-b, 2-d, 3-e", "correct": true}, {"label": "C", "text": "1-a, 2-d, 3-c", "correct": false}, {"label": "D", "text": "1-b, 2-c, 3-d", "correct": false}], "correct_answer": "B. 1-b, 2-d, 3-e", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12(416).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1307641704779378/1307641704779378.m3u8"}, {"text": "Detachment of myosin head from actin is caused by:", "options": [{"label": "A", "text": "Change in troponin C configuration", "correct": false}, {"label": "B", "text": "Attachment of ATP to the head", "correct": true}, {"label": "C", "text": "Binding of ADP and IP to head", "correct": false}, {"label": "D", "text": "Pumping Ca 2+ into sarcoplasmic reticulum", "correct": false}], "correct_answer": "B. Attachment of ATP to the head", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18085831704779393/18085831704779393.m3u8"}, {"text": "Choose the correct statement regarding the image given below- A. B has done more work than A B. B has both preload and after load added to it. C. B has undergone maximum tension D. The maximum tension generated will be in A.", "options": [{"label": "A", "text": "A, D", "correct": true}, {"label": "B", "text": "B, C, D", "correct": false}, {"label": "C", "text": "A, B, C", "correct": false}, {"label": "D", "text": "All of the above", "correct": false}], "correct_answer": "A. A, D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(366).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62093351704779406/62093351704779406.m3u8"}, {"text": "Increased release of Ach can occur by:", "options": [{"label": "A", "text": "Blocking Na+ channels on presynaptic membrane", "correct": false}, {"label": "B", "text": "Blocking K+ channels on presynaptic membrane", "correct": true}, {"label": "C", "text": "Blocking leaky Cl- channels on presynaptic membrane", "correct": false}, {"label": "D", "text": "Blocking Ca2+ channels on presynaptic membrane", "correct": false}], "correct_answer": "B. Blocking K+ channels on presynaptic membrane", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5099721704779420/5099721704779420.m3u8"}, {"text": "If the extracellular concentration of chloride is 100mmol/L and intracellular concentration is 10 millimole/ L and 2.3RT/F = 60mV, what is the equilibrium potential of chloride?", "options": [{"label": "A", "text": "-60mV", "correct": true}, {"label": "B", "text": "+60mV", "correct": false}, {"label": "C", "text": "-10mV", "correct": false}, {"label": "D", "text": "+10mV", "correct": false}], "correct_answer": "A. -60mV", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78558961704779439/78558961704779439.m3u8"}, {"text": "Tetanus toxin acts on which of the following", "options": [{"label": "A", "text": "Syntaxin", "correct": false}, {"label": "B", "text": "Synaptobrevin", "correct": true}, {"label": "C", "text": "SNAP-25", "correct": false}, {"label": "D", "text": "NSF (N-ethymaleimide sensitive fusion protein)", "correct": false}], "correct_answer": "B. Synaptobrevin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37339541704779455/37339541704779455.m3u8"}, {"text": "How an electrical synapse is different from a chemical synapse?", "options": [{"label": "A", "text": "No cytoplasmic continuity between presynaptic and post synaptic", "correct": false}, {"label": "B", "text": "Direction of impulse is unidirectional", "correct": false}, {"label": "C", "text": "Connexons are involved in electrical synapse", "correct": true}, {"label": "D", "text": "Electrical synapse has more latent period than chemical synapse", "correct": false}], "correct_answer": "C. Connexons are involved in electrical synapse", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64059691704779471/64059691704779471.m3u8"}, {"text": "Cell organelle absent in below structure?", "options": [{"label": "A", "text": "Mitochondria", "correct": false}, {"label": "B", "text": "Golgi body", "correct": false}, {"label": "C", "text": "SER", "correct": false}, {"label": "D", "text": "Lysosome", "correct": true}], "correct_answer": "D. Lysosome", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(270).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37696771704779502/37696771704779502.m3u8"}, {"text": "During exercise in physiological limits what is the effect on end systolic volume?", "options": [{"label": "A", "text": "ESV decreases", "correct": true}, {"label": "B", "text": "ESV increases", "correct": false}, {"label": "C", "text": "ESV remain unchanged", "correct": false}, {"label": "D", "text": "ESV first decreases and then increases", "correct": false}], "correct_answer": "A. ESV decreases", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21(241).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25107961704779528/25107961704779528.m3u8"}, {"text": "Which of the following best describes the relationship of end diastolic volume to force of contraction of the heart?", "options": [{"label": "A", "text": "Length- tension relationship", "correct": true}, {"label": "B", "text": "Length- force relationship", "correct": false}, {"label": "C", "text": "Velocity- force relationship", "correct": false}, {"label": "D", "text": "Load- velocity relationship", "correct": false}], "correct_answer": "A. Length- tension relationship", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73407241704779546/73407241704779546.m3u8"}, {"text": "What’s the best way to maintain blood flow to tissue?", "options": [{"label": "A", "text": "Increase Arterial pressure", "correct": false}, {"label": "B", "text": "Increase Venous pressure", "correct": false}, {"label": "C", "text": "Increase vessel diameter", "correct": true}, {"label": "D", "text": "Decrease Viscosity", "correct": false}], "correct_answer": "C. Increase vessel diameter", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14765861704779560/14765861704779560.m3u8"}, {"text": "If 1. First heart sound 2. “a” wave 3. Ventricular filling 4. T wave Which of the following is the correct sequence in the cardiac cycle after P wave of ECG?", "options": [{"label": "A", "text": "1, 2, 3, 4", "correct": false}, {"label": "B", "text": "1, 3, 4, 2", "correct": false}, {"label": "C", "text": "2, 1, 4, 3", "correct": true}, {"label": "D", "text": "1, 2, 4, 3", "correct": false}], "correct_answer": "C. 2, 1, 4, 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53081981704779580/53081981704779580.m3u8"}, {"text": "Correct sequence after ‘a’ wave of JVP: 1. Rapid ejection 2. R wave 3. 1st Heart Sound 4. T wave in ECG", "options": [{"label": "A", "text": "1-2-3-4", "correct": false}, {"label": "B", "text": "1-2-4-3", "correct": false}, {"label": "C", "text": "2-3-1-4", "correct": true}, {"label": "D", "text": "2-3-4-1", "correct": false}], "correct_answer": "C. 2-3-1-4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33867781704779593/33867781704779593.m3u8"}, {"text": "A 65 year old male patient visits the OPD for his annual check –up. His blood pressure was measured. The systolic blood pressure was 190 mmHg , diastolic blood pressure was 100 mmHg and pulse fresher was 90 mmHg . He had no other symptoms. Decrease in which of the following parameters could be the cause of such high pulse pressure ?", "options": [{"label": "A", "text": "Myocardial contractility", "correct": false}, {"label": "B", "text": "Stroke volume", "correct": false}, {"label": "C", "text": "Cardiac output", "correct": false}, {"label": "D", "text": "Arterial compliance", "correct": true}], "correct_answer": "D. Arterial compliance", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32523831704779609/32523831704779609.m3u8"}, {"text": "Two blood vessels, A and B, have a laminar blood flow. In the blood vessel B, diameter and length are doubled as shown in the diagram given below. Flow in B will be how many times the flow in A?", "options": [{"label": "A", "text": "4 times", "correct": false}, {"label": "B", "text": "8 times", "correct": true}, {"label": "C", "text": "16 times", "correct": false}, {"label": "D", "text": "32 times", "correct": false}], "correct_answer": "B. 8 times", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27(176).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39103941704779625/39103941704779625.m3u8"}, {"text": "Decrease in central venous pressure will cause all of the following except?", "options": [{"label": "A", "text": "Increase in ADH", "correct": false}, {"label": "B", "text": "Increase in ANP", "correct": true}, {"label": "C", "text": "Increase in thirst", "correct": false}, {"label": "D", "text": "Increase in Angiotensin II", "correct": false}], "correct_answer": "B. Increase in ANP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11307211704779640/11307211704779640.m3u8"}, {"text": "Afferent fibres for blood pressure control goes to?", "options": [{"label": "A", "text": "Nucleus ambiguous", "correct": false}, {"label": "B", "text": "Rostral-ventro lateral medulla", "correct": false}, {"label": "C", "text": "NTS", "correct": true}, {"label": "D", "text": "Caudal-ventral lateral medulla", "correct": false}], "correct_answer": "C. NTS", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20762861704779658/20762861704779658.m3u8"}, {"text": "Which of the following is the diluting segment of kidney?", "options": [{"label": "A", "text": "PCT", "correct": false}, {"label": "B", "text": "Collecting duct", "correct": false}, {"label": "C", "text": "Ascending thick lop Henle", "correct": true}, {"label": "D", "text": "Descending loop of Henle", "correct": false}], "correct_answer": "C. Ascending thick lop Henle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37282201704779682/37282201704779682.m3u8"}, {"text": "GFR is increased by all except?", "options": [{"label": "A", "text": "Increased renal blood flow", "correct": false}, {"label": "B", "text": "Efferent arteriole constriction", "correct": false}, {"label": "C", "text": "Renal stone in ureter", "correct": true}, {"label": "D", "text": "Decreased oncotic pressure", "correct": false}], "correct_answer": "C. Renal stone in ureter", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58104741704779698/58104741704779698.m3u8"}, {"text": "Calculate net filtration pressure with the following data?PGC-42mmHg? GC-12mmHgPBC-16mmHg. Assume that no proteins were filtered.", "options": [{"label": "A", "text": "34", "correct": false}, {"label": "B", "text": "Data not sufficient", "correct": false}, {"label": "C", "text": "14", "correct": true}, {"label": "D", "text": "24", "correct": false}], "correct_answer": "C. 14", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4464251704779716/4464251704779716.m3u8"}, {"text": "Following statement are true/False: A. Mesangial cell contraction increases glomerular hydrostatic pressure B. Mild constriction of efferent arteriole decreases GFR C. Efferent arteriolar constriction decreases RBF D. Mesangial cell contraction increases bowman capsule hydrostatic pressure", "options": [{"label": "A", "text": "A-F, B-F, C-T, D-F", "correct": true}, {"label": "B", "text": "A-T, B-F, C-T, D-F", "correct": false}, {"label": "C", "text": "A-F, B-T, C-T, D-F", "correct": false}, {"label": "D", "text": "A-F, B-F, C-T, D-T", "correct": false}], "correct_answer": "A. A-F, B-F, C-T, D-F", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16964471704779754/16964471704779754.m3u8"}, {"text": "The graph given below depicts filterability of dextran through the kidney, 1 representing complete filtration and 0 representing no filtration. Which of the following are A, B and C respectively?", "options": [{"label": "A", "text": "Polycationic, neutral, polyanionic", "correct": false}, {"label": "B", "text": "Polyanionic, neutral, polycationic", "correct": true}, {"label": "C", "text": "Neutral, polyanionic, Anionic", "correct": false}, {"label": "D", "text": "Polyanionic, polycationic, neutral", "correct": false}], "correct_answer": "B. Polyanionic, neutral, polycationic", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34(151).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29475891704779771/29475891704779771.m3u8"}, {"text": "Which of the following is not required to measure creatinine clearance?", "options": [{"label": "A", "text": "Urinary creatinine", "correct": false}, {"label": "B", "text": "Plasma creatinine", "correct": false}, {"label": "C", "text": "Volume of plasma passing through kidney in 24 hrs", "correct": true}, {"label": "D", "text": "Volume of urine produced in 24 hrs", "correct": false}], "correct_answer": "C. Volume of plasma passing through kidney in 24 hrs", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72139201704779811/72139201704779811.m3u8"}, {"text": "Plasma clearance of urea = UV/P. What does U stand for?", "options": [{"label": "A", "text": "Urea concentration in urine in mg/100mL", "correct": true}, {"label": "B", "text": "Urea concentration in plasma in mg/100mL", "correct": false}, {"label": "C", "text": "Urea concentration in urine in gm/24 hrs", "correct": false}, {"label": "D", "text": "Rate of urine flow in mL/min", "correct": false}], "correct_answer": "A. Urea concentration in urine in mg/100mL", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75976121704779824/75976121704779824.m3u8"}, {"text": "Positive lumen gradient for absorption of divalent ions in thick ascending limb of loop of Henle, is maintained by recycling of which of the following ions?", "options": [{"label": "A", "text": "Chloride", "correct": false}, {"label": "B", "text": "Sodium", "correct": false}, {"label": "C", "text": "Potassium", "correct": true}, {"label": "D", "text": "Ammonium", "correct": false}], "correct_answer": "C. Potassium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74308591704779862/74308591704779862.m3u8"}, {"text": "Tubular fluid concentration of all the following substances decreases at the end of PCT except?", "options": [{"label": "A", "text": "Amino acids", "correct": false}, {"label": "B", "text": "Glucose", "correct": false}, {"label": "C", "text": "Bicarbonate", "correct": false}, {"label": "D", "text": "Chloride", "correct": true}], "correct_answer": "D. Chloride", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11364541704779878/11364541704779878.m3u8"}, {"text": "Macula densa is formed by cells in which part of the nephron", "options": [{"label": "A", "text": "PCT", "correct": false}, {"label": "B", "text": "DCT", "correct": true}, {"label": "C", "text": "Afferent arteriole", "correct": false}, {"label": "D", "text": "Bowman’s capsule", "correct": false}], "correct_answer": "B. DCT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66924691704779892/66924691704779892.m3u8"}, {"text": "Hormones which is/are under inhibitory control of hypothalamus?", "options": [{"label": "A", "text": "Prolactin", "correct": false}, {"label": "B", "text": "GH", "correct": false}, {"label": "C", "text": "GH and prolactin", "correct": true}, {"label": "D", "text": "Prolactin only", "correct": false}], "correct_answer": "C. GH and prolactin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49169661704779907/49169661704779907.m3u8"}, {"text": "Which hormone is required to cross the plasma membrane for its actions?", "options": [{"label": "A", "text": "Epinephrine", "correct": false}, {"label": "B", "text": "Thyroxine", "correct": true}, {"label": "C", "text": "Glucagon", "correct": false}, {"label": "D", "text": "Insulin", "correct": false}], "correct_answer": "B. Thyroxine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74122721704779921/74122721704779921.m3u8"}, {"text": "Hormone exclusively secreted by adrenal gland of female?", "options": [{"label": "A", "text": "Progesterone", "correct": false}, {"label": "B", "text": "Testosterone", "correct": false}, {"label": "C", "text": "Estrogen", "correct": false}, {"label": "D", "text": "DHEA-S", "correct": true}], "correct_answer": "D. DHEA-S", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6183721704779934/6183721704779934.m3u8"}, {"text": "What happens in case of “Vasopressin escape” on SIADH?", "options": [{"label": "A", "text": "Decreased ADH secretions", "correct": false}, {"label": "B", "text": "Increased osmolality of urine", "correct": false}, {"label": "C", "text": "Upregulation of Aquaporin 2 production", "correct": false}, {"label": "D", "text": "Down regulation of Aquaporin 2 receptors", "correct": true}], "correct_answer": "D. Down regulation of Aquaporin 2 receptors", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22652831704779949/22652831704779949.m3u8"}, {"text": "Which hormone has permissive role in puberty:", "options": [{"label": "A", "text": "Leptin", "correct": true}, {"label": "B", "text": "GnRH", "correct": false}, {"label": "C", "text": "Insulin", "correct": false}, {"label": "D", "text": "GH", "correct": false}], "correct_answer": "A. Leptin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9762331704779961/9762331704779961.m3u8"}, {"text": "Fiber reaching directly to Purkinje cell of cerebellum from?", "options": [{"label": "A", "text": "Vestibular nucleus", "correct": false}, {"label": "B", "text": "Inferior olivary nucleus", "correct": true}, {"label": "C", "text": "Raphe nucleus", "correct": false}, {"label": "D", "text": "Locus ceruleus", "correct": false}], "correct_answer": "B. Inferior olivary nucleus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70442851704779977/70442851704779977.m3u8"}, {"text": "Given below is a histology slide of the cerebellumThe cells shown in the slide project to which of the following?", "options": [{"label": "A", "text": "Deep nuclei", "correct": true}, {"label": "B", "text": "Basket cells", "correct": false}, {"label": "C", "text": "Stellate cells", "correct": false}, {"label": "D", "text": "Granule cells", "correct": false}], "correct_answer": "A. Deep nuclei", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46(97).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57332931704779991/57332931704779991.m3u8"}, {"text": "Which area is involved in below image which when helps to relieve pain in response to massage?", "options": [{"label": "A", "text": "A", "correct": true}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47(116).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42805951704780001/42805951704780001.m3u8"}, {"text": "Trans cutaneous electrical nerve stimulation is based on which of the following mechanisms-", "options": [{"label": "A", "text": "Adrenergic receptor stimulation", "correct": false}, {"label": "B", "text": "Descending pain inhibiting pathway", "correct": false}, {"label": "C", "text": "Supra spinal mechanism of pain inhibition", "correct": false}, {"label": "D", "text": "Gating at spinal cord", "correct": true}], "correct_answer": "D. Gating at spinal cord", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31808741704780023/31808741704780023.m3u8"}, {"text": "Discriminative touch sensation is due to which of the following?", "options": [{"label": "A", "text": "Meissner’s corpuscle", "correct": true}, {"label": "B", "text": "Merkel’s disc", "correct": false}, {"label": "C", "text": "Ruffini’s ending", "correct": false}, {"label": "D", "text": "Pacinian corpuscle", "correct": false}], "correct_answer": "A. Meissner’s corpuscle", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41341801704780037/41341801704780037.m3u8"}, {"text": "Pacinian corpuscles can detect which of the following?", "options": [{"label": "A", "text": "Touch", "correct": false}, {"label": "B", "text": "Pressure", "correct": true}, {"label": "C", "text": "Temperature", "correct": false}, {"label": "D", "text": "Pain", "correct": false}], "correct_answer": "B. Pressure", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59479801704780053/59479801704780053.m3u8"}, {"text": "Weber Fechner law- sensation felt is proportional", "options": [{"label": "A", "text": "Intensity of stimulus", "correct": true}, {"label": "B", "text": "Number of stimulus", "correct": false}, {"label": "C", "text": "Number of nerves", "correct": false}, {"label": "D", "text": "Number of muscle fibers", "correct": false}], "correct_answer": "A. Intensity of stimulus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15337841704780070/15337841704780070.m3u8"}, {"text": "An individual is in an ambient temperature of 47 degrees Celsius. What is the mechanism of heat loss?", "options": [{"label": "A", "text": "Conduction", "correct": false}, {"label": "B", "text": "Convection", "correct": false}, {"label": "C", "text": "Radiation", "correct": false}, {"label": "D", "text": "Vaporization (sweating)", "correct": true}], "correct_answer": "D. Vaporization (sweating)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15886121704780084/15886121704780084.m3u8"}, {"text": "Maximum area of representation in a homunculus signifies?", "options": [{"label": "A", "text": "Low control and skilled movements", "correct": false}, {"label": "B", "text": "High control and less skilled movements", "correct": false}, {"label": "C", "text": "Increased precise nature of movements", "correct": true}, {"label": "D", "text": "More muscle fibre units present in the movement", "correct": false}], "correct_answer": "C. Increased precise nature of movements", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50372171704780101/50372171704780101.m3u8"}, {"text": "Golgi tendon organ senses which of the following?", "options": [{"label": "A", "text": "Tension", "correct": true}, {"label": "B", "text": "Static muscle length", "correct": false}, {"label": "C", "text": "Velocity of change of muscle length", "correct": false}, {"label": "D", "text": "Pain during stretch", "correct": false}], "correct_answer": "A. Tension", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46553601704780113/46553601704780113.m3u8"}, {"text": "In a closed room full of smoke, a person dies due to", "options": [{"label": "A", "text": "Anemic hypoxia", "correct": true}, {"label": "B", "text": "Hypoxemia", "correct": false}, {"label": "C", "text": "Ischemic hypoxia", "correct": false}, {"label": "D", "text": "All three occurs", "correct": false}], "correct_answer": "A. Anemic hypoxia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/56455711704780129/56455711704780129.m3u8"}, {"text": "Measurement of anatomical dead space is done by:", "options": [{"label": "A", "text": "Helium dilution method", "correct": false}, {"label": "B", "text": "Spirometer", "correct": false}, {"label": "C", "text": "Single breath N2 washout method", "correct": true}, {"label": "D", "text": "Xenon-Scan", "correct": false}], "correct_answer": "C. Single breath N2 washout method", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34021131704780144/34021131704780144.m3u8"}, {"text": "Rhythm for inspiration started in:", "options": [{"label": "A", "text": "Pneumotaxic centre", "correct": false}, {"label": "B", "text": "Apneustic centre", "correct": false}, {"label": "C", "text": "DRG", "correct": false}, {"label": "D", "text": "Pre-Botzinger complex", "correct": true}], "correct_answer": "D. Pre-Botzinger complex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Maximum resistance to airflow is in which of the following airways?", "options": [{"label": "A", "text": "Small bronchioles", "correct": false}, {"label": "B", "text": "Respiratory bronchioles", "correct": false}, {"label": "C", "text": "Alveolar duct", "correct": false}, {"label": "D", "text": "Bronchus", "correct": true}], "correct_answer": "D. Bronchus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70279921704780167/70279921704780167.m3u8"}, {"text": "In the following graph, the line N represents the normal relationship between alveolar ventilation and PCO2 (when PO2, is kept constant at 100 mm Hg). If the pH is changed from 7.4 to 7.3, where will the original line shift?", "options": [{"label": "A", "text": "E", "correct": false}, {"label": "B", "text": "D", "correct": true}, {"label": "C", "text": "F", "correct": false}, {"label": "D", "text": "G", "correct": false}], "correct_answer": "B. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59(94).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12761171704780178/12761171704780178.m3u8"}, {"text": "Which of the following increases in COPD?", "options": [{"label": "A", "text": "FRC", "correct": true}, {"label": "B", "text": "PEFR", "correct": false}, {"label": "C", "text": "VC", "correct": false}, {"label": "D", "text": "FEV1/FVC", "correct": false}], "correct_answer": "A. FRC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57539671704780192/57539671704780192.m3u8"}, {"text": "All of the following cause a right shift of the OHDC except", "options": [{"label": "A", "text": "Acidosis", "correct": false}, {"label": "B", "text": "High 2,3- BPG", "correct": false}, {"label": "C", "text": "High Pco2", "correct": false}, {"label": "D", "text": "HbF", "correct": true}], "correct_answer": "D. HbF", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15188311704780205/15188311704780205.m3u8"}, {"text": "If lung was allowed to recoil without the chest wall in expiration what would be the lung volume?", "options": [{"label": "A", "text": "Residual volume", "correct": false}, {"label": "B", "text": "FRC", "correct": false}, {"label": "C", "text": "Minimal volume", "correct": true}, {"label": "D", "text": "Zero volume", "correct": false}], "correct_answer": "C. Minimal volume", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32388661704780225/32388661704780225.m3u8"}, {"text": "Hypoxemia with normal alveolo-arterial oxygen gradient is seen in which of the following?", "options": [{"label": "A", "text": "Hypoventilation", "correct": true}, {"label": "B", "text": "V/Q mismatch", "correct": false}, {"label": "C", "text": "R-L shunt", "correct": false}, {"label": "D", "text": "Increased thickness of alveolar membrane", "correct": false}], "correct_answer": "A. Hypoventilation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19138911704780237/19138911704780237.m3u8"}, {"text": "Least frequency of slow waves is seen in which of the following segments of the GI tract", "options": [{"label": "A", "text": "Stomach", "correct": true}, {"label": "B", "text": "Duodenum", "correct": false}, {"label": "C", "text": "Jejunum", "correct": false}, {"label": "D", "text": "Ileum", "correct": false}], "correct_answer": "A. Stomach", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75139121704780255/75139121704780255.m3u8"}, {"text": "Dilatation ahead of a bolus of food is due to which of the following?", "options": [{"label": "A", "text": "Anterograde relaxation by VIP release", "correct": true}, {"label": "B", "text": "Anterograde relaxation by adrenaline release", "correct": false}, {"label": "C", "text": "Retrograde relaxation by NO release", "correct": false}, {"label": "D", "text": "Retrograde relaxation by Ach release", "correct": false}], "correct_answer": "A. Anterograde relaxation by VIP release", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72762561704780270/72762561704780270.m3u8"}, {"text": "All of the following increase gastric acid secretion except", "options": [{"label": "A", "text": "Gastrin", "correct": false}, {"label": "B", "text": "Histamine", "correct": false}, {"label": "C", "text": "Serotonin", "correct": true}, {"label": "D", "text": "Acetylcholine", "correct": false}], "correct_answer": "C. Serotonin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58921011704780288/58921011704780288.m3u8"}, {"text": "Which of the following hormones act via the JAK-STAT pathway?", "options": [{"label": "A", "text": "Leptin", "correct": true}, {"label": "B", "text": "Aldosterone", "correct": false}, {"label": "C", "text": "Calcitonin", "correct": false}, {"label": "D", "text": "ADH", "correct": false}], "correct_answer": "A. Leptin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following stimulates bitter taste?", "options": [{"label": "A", "text": "Alkaloid", "correct": true}, {"label": "B", "text": "Acid", "correct": false}, {"label": "C", "text": "Aldehyde", "correct": false}, {"label": "D", "text": "Amino acid", "correct": false}], "correct_answer": "A. Alkaloid", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cystic fibrosis is caused by a defect in which channel?", "options": [{"label": "A", "text": "Na+", "correct": false}, {"label": "B", "text": "K+", "correct": false}, {"label": "C", "text": "Cl-", "correct": true}, {"label": "D", "text": "Ca2+", "correct": false}], "correct_answer": "C. Cl-", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the incorrect match?", "options": [{"label": "A", "text": "Gastrin- G cells of stomach", "correct": false}, {"label": "B", "text": "Motilin- M cells of duodenum and jejunum", "correct": false}, {"label": "C", "text": "CCK- I cells of duodenum and pancreas", "correct": true}, {"label": "D", "text": "Secretin- S cells of duodenum and jejunum", "correct": false}], "correct_answer": "C. CCK- I cells of duodenum and pancreas", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following show Windkessel effect except?", "options": [{"label": "A", "text": "Carotid artery", "correct": false}, {"label": "B", "text": "Renal artery", "correct": false}, {"label": "C", "text": "Aorta", "correct": false}, {"label": "D", "text": "Radial artery", "correct": true}], "correct_answer": "D. Radial artery", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Increase in BP at the beginning of Valsalva is due to", "options": [{"label": "A", "text": "Increase in intrathoracic pressure adds to LVP", "correct": false}, {"label": "B", "text": "Increase in intrathoracic pressure adds to Aortic pressure", "correct": true}, {"label": "C", "text": "Increase in left atrial pressure", "correct": false}, {"label": "D", "text": "Increase in left ventricular volume", "correct": false}], "correct_answer": "B. Increase in intrathoracic pressure adds to Aortic pressure", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Arrange the parts of sarcomere from periphery to centre. 1. Z line 2. M line 3. H zone 4. A band", "options": [{"label": "A", "text": "1 4 3 2", "correct": true}, {"label": "B", "text": "1 3 2 4", "correct": false}, {"label": "C", "text": "4 1 2 3", "correct": false}, {"label": "D", "text": "3 2 4 1", "correct": false}], "correct_answer": "A. 1 4 3 2", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following are the true statements regarding skeletal muscle? 1. Extracellular Ca2+ is not important for contraction 2. Ca2+ is released from mitochondria 3. Voltage gated Ca2+ channel opening is required 4. Ca2+ is released from sarcoplasmic reticulum", "options": [{"label": "A", "text": "1,4", "correct": true}, {"label": "B", "text": "1,2", "correct": false}, {"label": "C", "text": "1,2,3", "correct": false}, {"label": "D", "text": "3,4", "correct": false}], "correct_answer": "A. 1,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In respiratory tract, the airway pressure is zero at which of the following volumes?", "options": [{"label": "A", "text": "RV", "correct": false}, {"label": "B", "text": "FRC", "correct": true}, {"label": "C", "text": "TLC", "correct": false}, {"label": "D", "text": "IC", "correct": false}], "correct_answer": "B. FRC", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "CO poisoning causes-", "options": [{"label": "A", "text": "Hypoxic hypoxia", "correct": false}, {"label": "B", "text": "Stagnant hypoxia", "correct": false}, {"label": "C", "text": "Anemic hypoxia", "correct": true}, {"label": "D", "text": "Histotoxic hypoxia", "correct": false}], "correct_answer": "C. Anemic hypoxia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A/E the following are properties of Cardiac muscle-", "options": [{"label": "A", "text": "Large refractory period", "correct": false}, {"label": "B", "text": "Tetany", "correct": true}, {"label": "C", "text": "All or none law", "correct": false}, {"label": "D", "text": "Length Tension relationship", "correct": false}], "correct_answer": "B. Tetany", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(361).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/379701718884652/379701718884652.m3u8"}, {"text": "In response to increased blood pressure SA node is influenced by which of the following?", "options": [{"label": "A", "text": "Nor-epinephrine", "correct": false}, {"label": "B", "text": "Epinephrine", "correct": false}, {"label": "C", "text": "Dopamine", "correct": false}, {"label": "D", "text": "Acetylcholine", "correct": true}], "correct_answer": "D. Acetylcholine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47262411718884674/47262411718884674.m3u8"}, {"text": "A decrease in GFR associated with which of the following?", "options": [{"label": "A", "text": "Increased RBF", "correct": false}, {"label": "B", "text": "Increased Glomerular hydrostatic pressure", "correct": false}, {"label": "C", "text": "Increased Bowman's capsule hydrostatic pressure", "correct": true}, {"label": "D", "text": "Decreased Glomerular oncotic pressure", "correct": false}], "correct_answer": "C. Increased Bowman's capsule hydrostatic pressure", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7223971718884692/7223971718884692.m3u8"}, {"text": "\"Erythropoietin is secreted by which of the following? A. Liver B. Kidney C. Muscle D. Heart\"", "options": [{"label": "A", "text": "AB", "correct": true}, {"label": "B", "text": "BC", "correct": false}, {"label": "C", "text": "ABC", "correct": false}, {"label": "D", "text": "Only B", "correct": false}], "correct_answer": "A. AB", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32885741718884710/32885741718884710.m3u8"}, {"text": "Which of the following are typically associated with Lower Motor Neuron (LMN) lesions? Select all that apply.", "options": [{"label": "A", "text": "Atrophy", "correct": false}, {"label": "B", "text": "Fasciculations", "correct": false}, {"label": "C", "text": "DTR increased", "correct": false}, {"label": "D", "text": "Rigidity", "correct": false}], "correct_answer": "Unknown", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19289401718884724/19289401718884724.m3u8"}, {"text": "EEG showing k complex. Identify the stage of sleep?", "options": [{"label": "A", "text": "REM", "correct": false}, {"label": "B", "text": "NREM 1", "correct": false}, {"label": "C", "text": "NREM 2", "correct": true}, {"label": "D", "text": "NREM 3", "correct": false}], "correct_answer": "C. NREM 2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(261).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25380091718884737/25380091718884737.m3u8"}, {"text": "Which hormone does not play a significant role in the in-utero growth?", "options": [{"label": "A", "text": "Insulin", "correct": false}, {"label": "B", "text": "Thyroid hormone", "correct": false}, {"label": "C", "text": "Growth hormone", "correct": true}, {"label": "D", "text": "IGF", "correct": false}], "correct_answer": "C. Growth hormone", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51299401718884751/51299401718884751.m3u8"}, {"text": "Select the correct sequence:", "options": [{"label": "A", "text": "CAMP → PKA → Adenyl cyclase", "correct": false}, {"label": "B", "text": "Adenyl cyclase → CAMP → PKA", "correct": true}, {"label": "C", "text": "CAMP → Adenyl cyclase → PKA", "correct": false}, {"label": "D", "text": "Adenyl cyclase → PKA → CAMP", "correct": false}], "correct_answer": "B. Adenyl cyclase → CAMP → PKA", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8326101718884766/8326101718884766.m3u8"}, {"text": "Label the given Image:", "options": [{"label": "A", "text": "1. SST, 2. GHRH, 3. GH, 4. IGF", "correct": true}, {"label": "B", "text": "1. IGF 1, 2. GH, 3. GHRH, 4. SST", "correct": false}, {"label": "C", "text": "1. GHRH, 2. GH, 3. IGF 1, 4. SST", "correct": false}, {"label": "D", "text": "1. GH, 2. IGF 1, 3. SST, 4. GHRH", "correct": false}], "correct_answer": "A. 1. SST, 2. GHRH, 3. GH, 4. IGF", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(191).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20846801718884778/20846801718884778.m3u8"}, {"text": "A man presented with thin skin, purple striae, non-healing wounds. What is the most probable cause?", "options": [{"label": "A", "text": "Hypothyroidism", "correct": false}, {"label": "B", "text": "Hypercholesterolemia", "correct": false}, {"label": "C", "text": "Hypercortisolaemia", "correct": true}, {"label": "D", "text": "Insulin resistance", "correct": false}], "correct_answer": "C. Hypercortisolaemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75433931718884847/75433931718884847.m3u8"}, {"text": "Zero Phase of action potential in sa node is due to?", "options": [{"label": "A", "text": "Ca only", "correct": true}, {"label": "B", "text": "Na", "correct": false}, {"label": "C", "text": "K", "correct": false}, {"label": "D", "text": "Ca and na", "correct": false}], "correct_answer": "A. Ca only", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Out of four given statement Which is the appropriate Mechnanism of coughing? 1. Forceful expiration against open glottis 2. Expiration against open glottis 3. Deep inspiration against closed glottis 4. Remove harmful substances Select the answer from the given code:", "options": [{"label": "A", "text": "1,4", "correct": true}, {"label": "B", "text": "1,2,3", "correct": false}, {"label": "C", "text": "2,4", "correct": false}, {"label": "D", "text": "2,3", "correct": false}], "correct_answer": "A. 1,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Apocrine glands found in?", "options": [{"label": "A", "text": "Axilla", "correct": true}, {"label": "B", "text": "Scalp", "correct": false}, {"label": "C", "text": "Face", "correct": false}, {"label": "D", "text": "Palms & sole", "correct": false}], "correct_answer": "A. Axilla", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify we diagnosis from the given image. Identify the disease?", "options": [{"label": "A", "text": "Gigantism", "correct": false}, {"label": "B", "text": "Acromegaly", "correct": true}, {"label": "C", "text": "Down's syndrome", "correct": false}, {"label": "D", "text": "Dwarfism", "correct": false}], "correct_answer": "B. Acromegaly", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(299).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the diagnosis?", "options": [{"label": "A", "text": "First degree heart block", "correct": false}, {"label": "B", "text": "Mobitz type 1 heart block", "correct": true}, {"label": "C", "text": "Complete heart block", "correct": false}, {"label": "D", "text": "Mobitz type 2 heart block", "correct": false}], "correct_answer": "B. Mobitz type 1 heart block", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1261).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Labelling on zona glomerulosa and function asked.", "options": [{"label": "A", "text": "Electrolyte balance", "correct": true}, {"label": "B", "text": "Maintaining sugar levels", "correct": false}, {"label": "C", "text": "Sexual function", "correct": false}, {"label": "D", "text": "Stress response", "correct": false}], "correct_answer": "A. Electrolyte balance", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(240).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following diagnosis can be inferred from the graph given below?", "options": [{"label": "A", "text": "Chest wall neuromuscular disease", "correct": false}, {"label": "B", "text": "Sarcoidosis", "correct": false}, {"label": "C", "text": "Idiopathic pulmonary fibrosis", "correct": false}, {"label": "D", "text": "Bronchiectasis.", "correct": true}], "correct_answer": "D. Bronchiectasis.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/ChatGPT Image Apr 30, 2025, 10_35_22 AM.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient underwent adrenalectomy and developed pigmentation and fatigue. Diagnosis?", "options": [{"label": "A", "text": "Conn's syndrome", "correct": false}, {"label": "B", "text": "Sheehan syndrome", "correct": false}, {"label": "C", "text": "Addison's disease", "correct": true}, {"label": "D", "text": "Metabolic alkalosis", "correct": false}], "correct_answer": "C. Addison's disease", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Below diagram shows nerve cell physiology. From the given below, tells 3 to 4 action cause by?", "options": [{"label": "A", "text": "Na coming inside the cell", "correct": false}, {"label": "B", "text": "Na going outside the cell", "correct": false}, {"label": "C", "text": "K going outside the cell", "correct": true}, {"label": "D", "text": "K coming inside the cell", "correct": false}], "correct_answer": "C. K going outside the cell", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(195).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true about below image D to E:", "options": [{"label": "A", "text": "Eflux of Na+", "correct": false}, {"label": "B", "text": "Influx of Na+", "correct": false}, {"label": "C", "text": "Efflux of K+", "correct": true}, {"label": "D", "text": "Influx of K+", "correct": false}], "correct_answer": "C. Efflux of K+", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(174).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Entry of glucose which is insulin independent except:", "options": [{"label": "A", "text": "Heart", "correct": false}, {"label": "B", "text": "Brain", "correct": false}, {"label": "C", "text": "Adipose tissue", "correct": true}, {"label": "D", "text": "Skeletal muscle", "correct": false}], "correct_answer": "C. Adipose tissue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "2,3BPG binds to which part of given subunit?", "options": [{"label": "A", "text": "Heme part of hemoglobin", "correct": false}, {"label": "B", "text": "Globin part of hemoglobin", "correct": true}, {"label": "C", "text": "Heme part of myoglobin", "correct": false}, {"label": "D", "text": "Globin part of myoglobin", "correct": false}], "correct_answer": "B. Globin part of hemoglobin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All except the following sodium transporters are present maximally in the early PCT?", "options": [{"label": "A", "text": "Na + H + Antiport", "correct": false}, {"label": "B", "text": "Na glucose cotransporter", "correct": false}, {"label": "C", "text": "Na + Bicarbonate cotransporter", "correct": true}, {"label": "D", "text": "Na + AA cotransporter", "correct": false}], "correct_answer": "C. Na + Bicarbonate cotransporter", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Chosse the Wrong statement about baroreceptor present in carotid sinus?", "options": [{"label": "A", "text": "Has different cation channels", "correct": false}, {"label": "B", "text": "Glossopharyngeal nerve branch", "correct": false}, {"label": "C", "text": "Needs mechanical transducer", "correct": false}, {"label": "D", "text": "Is inside thick muscle layer", "correct": true}], "correct_answer": "D. Is inside thick muscle layer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What type of pain is induced by Carrageenan:", "options": [{"label": "A", "text": "Acute noxious", "correct": false}, {"label": "B", "text": "Inflammatory", "correct": true}, {"label": "C", "text": "Deep boring", "correct": false}, {"label": "D", "text": "Dull Aching", "correct": false}], "correct_answer": "B. Inflammatory", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the primary mechanism through which parathyroid hormone (PTH) increases blood calcium levels?", "options": [{"label": "A", "text": "Increased osteoclast activity", "correct": false}, {"label": "B", "text": "Increased osteoclast activity and decreased excretion from the kidneys", "correct": true}, {"label": "C", "text": "Stimulation of osteoblast activity", "correct": false}, {"label": "D", "text": "Calcium release from osteoblast", "correct": false}], "correct_answer": "B. Increased osteoclast activity and decreased excretion from the kidneys", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following hormones to receptors", "options": [{"label": "A", "text": "1-C, 2-B, 3-D, 4-A", "correct": false}, {"label": "B", "text": "1-D, 2-A, 3-C, 4-B", "correct": false}, {"label": "C", "text": "1-A, 2-B, 3-C, 4-D", "correct": true}, {"label": "D", "text": "1-B, 2-D, 3-A, 4-C", "correct": false}], "correct_answer": "C. 1-A, 2-B, 3-C, 4-D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(702).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not seen in an inner segment of the photoreceptor?", "options": [{"label": "A", "text": "Golgi apparatus", "correct": false}, {"label": "B", "text": "ER", "correct": false}, {"label": "C", "text": "Mitochondria", "correct": false}, {"label": "D", "text": "Discs", "correct": true}], "correct_answer": "D. Discs", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(614).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is involved static 2-point discrimination?", "options": [{"label": "A", "text": "Meissner's corpuscles", "correct": false}, {"label": "B", "text": "Merkel disk", "correct": true}, {"label": "C", "text": "Pacinian corpuscles", "correct": false}, {"label": "D", "text": "Ruffini ending / all of the above", "correct": false}], "correct_answer": "B. Merkel disk", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In decompression sickness which one of the following is not seen-", "options": [{"label": "A", "text": "Hearing loss", "correct": false}, {"label": "B", "text": "Hemodilution", "correct": true}, {"label": "C", "text": "Thrombosis/ Coagulopathy", "correct": false}, {"label": "D", "text": "Visual disturbance", "correct": false}], "correct_answer": "B. Hemodilution", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All the following decrease GFR except-", "options": [{"label": "A", "text": "Decreased glomerular coefficient Kf", "correct": false}, {"label": "B", "text": "Increase glomerular oncotic pressure", "correct": false}, {"label": "C", "text": "Reduced Glomerular Hydrostatic pressure", "correct": false}, {"label": "D", "text": "Increased Bowman Oncotic Pressure", "correct": true}], "correct_answer": "D. Increased Bowman Oncotic Pressure", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which one of the following curve shows oxygen Hb dissociation in stored blood?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": true}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "B. B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(392).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "With reference to the electron microscopy image provided, match the following with their corresponding sarcomere structures:.", "options": [{"label": "A", "text": "a-2, b-3, c-1, d-4", "correct": true}, {"label": "B", "text": "a-1, b-2, c-3, d-4", "correct": false}, {"label": "C", "text": "a-4, b-3, c-1, d-2", "correct": false}, {"label": "D", "text": "a-3, b-2, c-1, d-4", "correct": false}], "correct_answer": "A. a-2, b-3, c-1, d-4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(347).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What will you infer from a given diagram?", "options": [{"label": "A", "text": "Blunt object with high force doesn't stimulate nociceptors", "correct": false}, {"label": "B", "text": "Sharp object doesn't stimulate nociceptors", "correct": false}, {"label": "C", "text": "Pinching with serrated object stimulate mechanoceptors but doesn't stimulate nociceptors", "correct": true}, {"label": "D", "text": "Sharp pain is carried by C fibers", "correct": false}], "correct_answer": "C. Pinching with serrated object stimulate mechanoceptors but doesn't stimulate nociceptors", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(326).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following transport mechanisms does not require ATP? 1) Paracellular diffusion 2) Diffusion 3 Facilitated diffusion 4) Active Select the correct answer-", "options": [{"label": "A", "text": "1,2,3", "correct": true}, {"label": "B", "text": "2,3,4", "correct": false}, {"label": "C", "text": "3 only", "correct": false}, {"label": "D", "text": "4 only", "correct": false}], "correct_answer": "A. 1,2,3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(295).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following contributes to latent period in a single muscle twitch? a. Excitation contraction coupling b. Opening of sodium channel on NMJ c. Transmission of impulse from site of stimulus to NMJ d. Pumping of calcium back to sarcoplasmic reticulum", "options": [{"label": "A", "text": "a and b", "correct": false}, {"label": "B", "text": "a, b, c", "correct": true}, {"label": "C", "text": "Only b", "correct": false}, {"label": "D", "text": "a,b,c,d", "correct": false}], "correct_answer": "B. a, b, c", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The patient had gastrectomy, with neural involvement, Romberg Positive, decreased sensations, lower limb numbness-", "options": [{"label": "A", "text": "B12 deficiency", "correct": true}, {"label": "B", "text": "Iron deficiency anemia", "correct": false}, {"label": "C", "text": "Diabetic peripheral neuropathy", "correct": false}, {"label": "D", "text": "Folate deficiency", "correct": false}], "correct_answer": "A. B12 deficiency", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Peripheral chemoreceptor is most sensitive to-", "options": [{"label": "A", "text": "Hypoxia", "correct": true}, {"label": "B", "text": "Hypercapnia", "correct": false}, {"label": "C", "text": "Alkalosis", "correct": false}, {"label": "D", "text": "Acidosis", "correct": false}], "correct_answer": "A. Hypoxia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements about physiological dead space is correct?", "options": [{"label": "A", "text": "Inadequately ventilated alveoli", "correct": false}, {"label": "B", "text": "Inadequately perfused alveoli", "correct": true}, {"label": "C", "text": "Less than anatomical dead space", "correct": false}, {"label": "D", "text": "Can be measured by spirometry", "correct": false}], "correct_answer": "B. Inadequately perfused alveoli", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All except the following are true about enteric nervous system regulation-", "options": [{"label": "A", "text": "Interstitial cells of Cajal are pacemaker cells", "correct": false}, {"label": "B", "text": "It can act independently", "correct": false}, {"label": "C", "text": "All afferents are vagi", "correct": false}, {"label": "D", "text": "Myenteric plexus is in lamina propria", "correct": true}], "correct_answer": "D. Myenteric plexus is in lamina propria", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Increased pulse pressure in old age is due to –", "options": [{"label": "A", "text": "Decreased arterial compliance", "correct": true}], "correct_answer": "A. Decreased arterial compliance", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Heat loss mechanism in Jaisalmer at 40o Celsius, 20 % humidity –", "options": [{"label": "A", "text": "Radiation", "correct": false}, {"label": "B", "text": "Conduction", "correct": false}, {"label": "C", "text": "Convection", "correct": false}, {"label": "D", "text": "Evaporation", "correct": true}], "correct_answer": "D. Evaporation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following will not decrease diastolic BP?", "options": [{"label": "A", "text": "Vascular smooth muscle relaxant", "correct": false}, {"label": "B", "text": "Alpha 1 blocker", "correct": false}, {"label": "C", "text": "Paralysis of lumbar outflow block", "correct": false}, {"label": "D", "text": "Beta 1 agonist", "correct": true}], "correct_answer": "D. Beta 1 agonist", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Adrenal medulla secretes catecholamines in response to all of the following except-", "options": [{"label": "A", "text": "Standing up", "correct": false}, {"label": "B", "text": "Hyperglycemia", "correct": true}, {"label": "C", "text": "Smoking", "correct": false}, {"label": "D", "text": "Exercise", "correct": false}], "correct_answer": "B. Hyperglycemia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the hormones produced from the zones-", "options": [{"label": "A", "text": "A – cortisol , B – aldosterone, C-androgens, D- epinephrine", "correct": false}, {"label": "B", "text": "A – aldosterone , B – cortisol, C-androgens, D- epinephrine", "correct": true}, {"label": "C", "text": "A – epinephrine, B – aldosterone, C-androgens, D- cortisol", "correct": false}, {"label": "D", "text": "A – cortisol, B – epinephrine, C-androgens, D- aldosterone", "correct": false}], "correct_answer": "B. A – aldosterone , B – cortisol, C-androgens, D- epinephrine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-1.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The upstroke of action potential (Phase 0) in SA node is due to?", "options": [{"label": "A", "text": "Ca2+ influx only", "correct": true}, {"label": "B", "text": "Na+ influx via voltage gated sodium channels", "correct": false}, {"label": "C", "text": "K+ efflux", "correct": false}, {"label": "D", "text": "Influx of both Ca2+ and Na+", "correct": false}], "correct_answer": "A. Ca2+ influx only", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is responsible for Phase marked C to D in the graph?", "options": [{"label": "A", "text": "Na+ coming inside the cell", "correct": false}, {"label": "B", "text": "Na+ going outside the cell", "correct": false}, {"label": "C", "text": "K+ going outside the cell", "correct": true}, {"label": "D", "text": "K+ coming inside the cell", "correct": false}], "correct_answer": "C. K+ going outside the cell", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-2.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Insulin independent glucose transporter is present in all of the following except:", "options": [{"label": "A", "text": "Pancreas", "correct": false}, {"label": "B", "text": "Brain", "correct": false}, {"label": "C", "text": "Adipose tissue", "correct": true}, {"label": "D", "text": "RBC", "correct": false}], "correct_answer": "C. Adipose tissue", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is incorrect regarding the baroreceptors present in carotid sinus?", "options": [{"label": "A", "text": "Express several non-selective cation channels", "correct": false}, {"label": "B", "text": "Glossopharyngeal nerve branch is the afferent", "correct": false}, {"label": "C", "text": "Needs mechanical transducer", "correct": false}, {"label": "D", "text": "Is inside thick muscle layer", "correct": true}], "correct_answer": "D. Is inside thick muscle layer", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In the given cross section of a muscle spindle, the structure marked below is innervated by which of the following nerve fibers?", "options": [{"label": "A", "text": "Alpha", "correct": false}, {"label": "B", "text": "Beta", "correct": false}, {"label": "C", "text": "Delta", "correct": false}, {"label": "D", "text": "Gamma", "correct": true}], "correct_answer": "D. Gamma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-3.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion - RMP depends on protein and phosphate ions. Reason – Diffusion potential can be calculated using Nernst Equation", "options": [{"label": "A", "text": "Both are true, reason is the correct explanation", "correct": false}, {"label": "B", "text": "Both are true, reason is not the explanation", "correct": true}, {"label": "C", "text": "Assertion is true", "correct": false}, {"label": "D", "text": "Reason is true", "correct": false}], "correct_answer": "B. Both are true, reason is not the explanation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The green curve in the image given below depicts?", "options": [{"label": "A", "text": "Fetal Hb", "correct": false}, {"label": "B", "text": "Myoglobin", "correct": true}, {"label": "C", "text": "Carboxyhemoglobin", "correct": false}, {"label": "D", "text": "Methemoglobin", "correct": false}], "correct_answer": "B. Myoglobin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-4.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Least A-V difference is seen in:", "options": [{"label": "A", "text": "Brain", "correct": false}, {"label": "B", "text": "Liver", "correct": false}, {"label": "C", "text": "Kidney", "correct": true}, {"label": "D", "text": "Heart", "correct": false}], "correct_answer": "C. Kidney", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Amount of insensible water loss in humans per day-", "options": [{"label": "A", "text": "400ml", "correct": false}, {"label": "B", "text": "500ml", "correct": false}, {"label": "C", "text": "700ml", "correct": true}, {"label": "D", "text": "350ml", "correct": false}], "correct_answer": "C. 700ml", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Ventricular action potential sequence order- A. Opening of voltage gated sodium channels B. Transient outward flow of potassium C. Opening of voltage gated calcium channels D. Repolarizing K+ currents", "options": [{"label": "A", "text": "CDAB", "correct": false}, {"label": "B", "text": "ABCD", "correct": true}, {"label": "C", "text": "CADB", "correct": false}, {"label": "D", "text": "BACD", "correct": false}], "correct_answer": "B. ABCD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following molecules with their carriers in plasma:", "options": [{"label": "A", "text": "1A, 2B, 3C, 4D", "correct": true}, {"label": "B", "text": "1C, 2D, 3B, 4A", "correct": false}, {"label": "C", "text": "1A, 2C, 3D, 4B", "correct": false}, {"label": "D", "text": "1A, 2B, 3D, 4C", "correct": false}], "correct_answer": "A. 1A, 2B, 3C, 4D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-5.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "How does 2,3-BPG decrease the affinity of hemoglobin to oxygen:", "options": [{"label": "A", "text": "Bind alpha chain", "correct": false}, {"label": "B", "text": "Bind beta chain", "correct": true}, {"label": "C", "text": "Bind gamma chain", "correct": false}, {"label": "D", "text": "Bind both alpha and beta", "correct": false}], "correct_answer": "B. Bind beta chain", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fluid leaving the PCT in the absence of ADH is-", "options": [{"label": "A", "text": "Isotonic", "correct": true}, {"label": "B", "text": "Hypertonic", "correct": false}, {"label": "C", "text": "Hypotonic", "correct": false}, {"label": "D", "text": "Depends on fluid intake", "correct": false}], "correct_answer": "A. Isotonic", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Choose the correct answer regarding location of Macula densa?", "options": [{"label": "A", "text": "Between DCT and and ascending limb", "correct": true}, {"label": "B", "text": "Between collecting duct and descending limb", "correct": false}, {"label": "C", "text": "Between PCT and ascending limb", "correct": false}, {"label": "D", "text": "Between DCT and CD", "correct": false}], "correct_answer": "A. Between DCT and and ascending limb", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cardiac output can be calculated from- 1.ECHO 2.Fick’s principle 3.Dye dilution method 4.Ventilation perfusion scan", "options": [{"label": "A", "text": "1 & 4", "correct": false}, {"label": "B", "text": "2 & 3", "correct": false}, {"label": "C", "text": "1, 2 & 3", "correct": true}, {"label": "D", "text": "1, 3 & 4", "correct": false}], "correct_answer": "C. 1, 2 & 3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A woman has vomiting whenever she eats spicy food. Arrange the sequence of events during vomiting- A. Contraction of diaphragm and abdominal muscles B. Inspiration against the closed glottis C. LES opens and UES opens D. Reverse peristalsis in small intestine Choose the correct sequence of events", "options": [{"label": "A", "text": "C,D,A,B", "correct": false}, {"label": "B", "text": "A,B,C,D", "correct": false}, {"label": "C", "text": "B,D,A,C", "correct": true}, {"label": "D", "text": "C,A,D,B", "correct": false}], "correct_answer": "C. B,D,A,C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What causes detachment of myosin head from actin head during muscle contraction?", "options": [{"label": "A", "text": "Binding of ATP", "correct": true}, {"label": "B", "text": "Hydrolysis of ATP to ADP and Pi", "correct": false}, {"label": "C", "text": "Decrease in sarcoplasmic calcium", "correct": false}, {"label": "D", "text": "Power stroke", "correct": false}], "correct_answer": "A. Binding of ATP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is the physiological mechanism of TENS?", "options": [{"label": "A", "text": "Gate control mechanism.", "correct": true}, {"label": "B", "text": "Descending pain inhibiting tract", "correct": false}, {"label": "C", "text": "Sensitization of nerves", "correct": false}, {"label": "D", "text": "Central inhibition", "correct": false}], "correct_answer": "A. Gate control mechanism.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Counter current mechanisms are found in A. Eye B. Testes C. Gut D. Kidney E. Lungs Choose the most appropriate answer from the following key", "options": [{"label": "A", "text": "a and b are correct", "correct": false}, {"label": "B", "text": "b, c, dare correct", "correct": false}, {"label": "C", "text": "c, d, e are correct", "correct": false}, {"label": "D", "text": "b, c, d, e are correct", "correct": true}], "correct_answer": "D. b, c, d, e are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which physiological adaptation does not happen at high altitude?", "options": [{"label": "A", "text": "Pulmonary vasoconstriction", "correct": false}, {"label": "B", "text": "Increased heart rate", "correct": false}, {"label": "C", "text": "Polycythemia", "correct": false}, {"label": "D", "text": "Respiratory acidosis", "correct": true}], "correct_answer": "D. Respiratory acidosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In the following graph, the line X represents the normal relationship between alveolar ventilation and PCO2 (when PO2, is kept constant at 100 mm Hg). If the pH is changed from 7.4 to 7.3, where will the original line shift?", "options": [{"label": "A", "text": "Curve B", "correct": false}, {"label": "B", "text": "Curve C", "correct": true}, {"label": "C", "text": "Curve D", "correct": false}, {"label": "D", "text": "Curve E", "correct": false}], "correct_answer": "B. Curve C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-6.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Given below are substances and their mechanism of transport- A. O2- simple diffusion B. Glucose- facilitated diffusion C. Na+- secondary active transport D. Ca2+- primary active transport E. Na+ voltage gated channel Use the following key to answer", "options": [{"label": "A", "text": "a, c, dare correct", "correct": false}, {"label": "B", "text": "b, c, d are correct", "correct": false}, {"label": "C", "text": "a, b, c, d are correct", "correct": false}, {"label": "D", "text": "a, b, c, d, e are correct", "correct": true}], "correct_answer": "D. a, b, c, d, e are correct", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Shown below is the conductance of two ions during different phases of the action Which of the following pair of ions correspond to the graphs A and B respectively?", "options": [{"label": "A", "text": "Na+ and Kb.", "correct": true}, {"label": "B", "text": "Na+ and Ca2+", "correct": false}, {"label": "C", "text": "K+ and Ca2+", "correct": false}, {"label": "D", "text": "Ca2+ and Na+", "correct": false}], "correct_answer": "A. Na+ and Kb.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture-7.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following happens in response to heat acclimatization?", "options": [{"label": "A", "text": "Plasma volume depletion", "correct": false}, {"label": "B", "text": "Thermoregulatory center stops responding", "correct": false}, {"label": "C", "text": "Thermal receptors gets desensitized to heat", "correct": false}, {"label": "D", "text": "Increase in sweating", "correct": true}], "correct_answer": "D. Increase in sweating", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is seen in High altitude -", "options": [{"label": "A", "text": "Metabolic acidosis", "correct": false}, {"label": "B", "text": "Metabolic alkalosis", "correct": false}, {"label": "C", "text": "Respiratory acidosis", "correct": false}, {"label": "D", "text": "Respiratory alkalosis", "correct": true}], "correct_answer": "D. Respiratory alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IGF-1 & IGF-2 structurally most similar to which of the following molecules –", "options": [{"label": "A", "text": "Insulin", "correct": true}, {"label": "B", "text": "Pre pro insulin", "correct": false}, {"label": "C", "text": "Proinsulin", "correct": false}, {"label": "D", "text": "C peptide", "correct": false}], "correct_answer": "A. Insulin", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/q_2.jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Surface tension of the fluid lining the alveoli increases during-", "options": [{"label": "A", "text": "Expiration", "correct": true}, {"label": "B", "text": "Inspiration", "correct": false}, {"label": "C", "text": "Standing", "correct": false}, {"label": "D", "text": "Supine", "correct": false}], "correct_answer": "A. Expiration", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following are features of Bezold Jarish’s reflex? 1. Hypopnea 2. Tachycardia 3. Bradycardia 4. Hypotension", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "1,3,4", "correct": true}, {"label": "C", "text": "1,3", "correct": false}, {"label": "D", "text": "All of the above", "correct": false}], "correct_answer": "B. 1,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In normal awake person at rest with eyes closed, EEG waves that are reduced on opening the eyes –", "options": [{"label": "A", "text": "Beta waves", "correct": false}, {"label": "B", "text": "Theta waves", "correct": false}, {"label": "C", "text": "Alpha waves", "correct": true}, {"label": "D", "text": "Delta waves", "correct": false}], "correct_answer": "C. Alpha waves", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Calculate the Tetanizing frequency given latent period is 10ms, contraction period is 40ms and relaxation period is 40ms.", "options": [{"label": "A", "text": "20 Hz", "correct": false}, {"label": "B", "text": "30 Hz", "correct": false}, {"label": "C", "text": "40 Hz", "correct": false}, {"label": "D", "text": "25 Hz", "correct": true}], "correct_answer": "D. 25 Hz", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is an example of feed forward mechanism?", "options": [{"label": "A", "text": "HR increases from supine to standing", "correct": false}, {"label": "B", "text": "Vasoconstriction in response to cooling", "correct": false}, {"label": "C", "text": "Increase in cardiac output in response to anemia", "correct": false}, {"label": "D", "text": "Temperature regulation", "correct": true}], "correct_answer": "D. Temperature regulation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient presents to OPD with fever. Which area is most likely involved?", "options": [{"label": "A", "text": "Insular cortex", "correct": false}, {"label": "B", "text": "Pre- optic nucleus", "correct": true}, {"label": "C", "text": "Periventricular hypothalamus", "correct": false}, {"label": "D", "text": "Dorsomedial hypothalamus", "correct": false}], "correct_answer": "B. Pre- optic nucleus", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not a mechanism of action of ADH?", "options": [{"label": "A", "text": "Increases water permeability in collecting ducts", "correct": false}, {"label": "B", "text": "Increases absorption of urea in medullary collecting duct", "correct": false}, {"label": "C", "text": "Increases absorption of NaCl in thin ascending limb", "correct": true}, {"label": "D", "text": "Increases absorption of urea in descending limb of loop of henle", "correct": false}], "correct_answer": "C. Increases absorption of NaCl in thin ascending limb", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Tight junctions are primarily located at which part of the cell?", "options": [{"label": "A", "text": "Apical", "correct": true}, {"label": "B", "text": "Apicolateral", "correct": false}, {"label": "C", "text": "Basolateral", "correct": false}, {"label": "D", "text": "Basal", "correct": false}], "correct_answer": "A. Apical", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 164 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Psychiatry Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 106</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 106 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "A young male patient is on 5mg haloperidol for many days, recently for last 4 days of duration he has inner restlessness and urge to move. Diagnosis", "options": [{"label": "A", "text": "Akathisia", "correct": true}, {"label": "B", "text": "Tardive dyskinesia", "correct": false}, {"label": "C", "text": "Rabbit syndrome", "correct": false}, {"label": "D", "text": "Acute dystonia", "correct": false}], "correct_answer": "A. Akathisia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45169631704952452/45169631704952452.m3u8"}, {"text": "Which of the following is the test for immediate memory?", "options": [{"label": "A", "text": "Serial (100-7) subtraction test upto 5 steps", "correct": true}, {"label": "B", "text": "Digit span forward upto 7 digits with 2 skips allowed", "correct": false}, {"label": "C", "text": "Digit span backwards uoto 5 digits with 2 skips allowed", "correct": false}, {"label": "D", "text": "Serial (20-1) subtraction test upto 5 steps", "correct": false}], "correct_answer": "A. Serial (100-7) subtraction test upto 5 steps", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50480311704952470/50480311704952470.m3u8"}, {"text": "A patient believes he is the most important person in the world than anyone so his neighbours and family is trying to harm him as they are jealous of him. His wife says otherwise and says he behaves like this recently only before he was working as a school teacher peacefully and brought to OPD. He is suffering from ?", "options": [{"label": "A", "text": "Delusion of grandiosity", "correct": false}, {"label": "B", "text": "Delusion of persecution", "correct": false}, {"label": "C", "text": "Delusion of grandiosity and persecution", "correct": true}, {"label": "D", "text": "Delusion of grandiosity, persecution and reference", "correct": false}], "correct_answer": "C. Delusion of grandiosity and persecution", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37955131704952483/37955131704952483.m3u8"}, {"text": "Basis of Reliability of information of patient provided by informants depend on all except:", "options": [{"label": "A", "text": "Biological relationship", "correct": false}, {"label": "B", "text": "Educational status", "correct": true}, {"label": "C", "text": "Observational skills", "correct": false}, {"label": "D", "text": "Duration of stay with patient", "correct": false}], "correct_answer": "B. Educational status", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43414661704952498/43414661704952498.m3u8"}, {"text": "An IT employee after taking up the job is feeling guilty, hopeless and not able to concentrate on work. His symptoms started 3 years back when he entered college. Likely diagnosis? (***)", "options": [{"label": "A", "text": "Depressive disorder", "correct": false}, {"label": "B", "text": "Dysthymia", "correct": true}, {"label": "C", "text": "Adjustment disorder", "correct": false}, {"label": "D", "text": "Cyclothymia", "correct": false}], "correct_answer": "B. Dysthymia", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(137).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37689291704952507/37689291704952507.m3u8"}, {"text": "The given sleep Polysomnograph is of (***)", "options": [{"label": "A", "text": "REM sleep", "correct": true}, {"label": "B", "text": "NREM stage 1", "correct": false}, {"label": "C", "text": "NREM stage 2", "correct": false}, {"label": "D", "text": "NREM stage 3", "correct": false}], "correct_answer": "A. REM sleep", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(576).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_1(93).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72243761704952520/72243761704952520.m3u8"}, {"text": "A young patient was admitted to hospital with acute psychosis. He wakes up and asks for his wife who was there in the same room in the same area. Upon seeing her, he started beating her thinking that it was nurse who was masquerading as his wife. He also said she was the same nurse who gave her wrong medication 2 days back as well to make him ill, because she wanted to harm him but who was actually his wife. Likely diagnosis ?", "options": [{"label": "A", "text": "Capgras syndrome", "correct": true}, {"label": "B", "text": "Fregoli syndrome", "correct": false}, {"label": "C", "text": "Delusion of subjective doubles", "correct": false}, {"label": "D", "text": "Othello syndrome", "correct": false}], "correct_answer": "A. Capgras syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/911701704952530/911701704952530.m3u8"}, {"text": "A 12 year old girl presented to the OPD with abdominal colic, nausea, diarrhoea and lethargy and headache for last 1 year. Her irritability and anger increased since last few months and she presented to emergency with weakness of lower limbs. What is the diagnosis?", "options": [{"label": "A", "text": "Conversion disorder", "correct": false}, {"label": "B", "text": "Acute intermittent porphyria", "correct": true}, {"label": "C", "text": "Lower Limb paralysis", "correct": false}, {"label": "D", "text": "AIDP with migraine", "correct": false}], "correct_answer": "B. Acute intermittent porphyria", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer: B) Acute Intermittent Porphyria (AIP)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/25660671704952542/25660671704952542.m3u8"}, {"text": "A 24y old female with epilepsy gets repeated thoughts to cut off her fingers with a knife. She goes onto into detailed planning as to how do the same. These thoughts are distressing but do not urge her to do the action nor does it cause anxiety. The thoughts stay for 5-10 minutes after which she gets a seizure and the thoughts disappear and don’t come back again and she feels better. Diagnosis?", "options": [{"label": "A", "text": "Obsession", "correct": false}, {"label": "B", "text": "Thought crowding", "correct": false}, {"label": "C", "text": "Forced thinking", "correct": true}, {"label": "D", "text": "Thought insertion", "correct": false}], "correct_answer": "C. Forced thinking", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28462031704952554/28462031704952554.m3u8"}, {"text": "Mutism and akinesis in a patient who appears awake and even alert is best described as:", "options": [{"label": "A", "text": "Stupor", "correct": true}, {"label": "B", "text": "Oneroid", "correct": false}, {"label": "C", "text": "Twilight", "correct": false}, {"label": "D", "text": "Delirium", "correct": false}], "correct_answer": "A. Stupor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76768371704952565/76768371704952565.m3u8"}, {"text": "Which of the following mood stabiliser has anti-suicidal role?", "options": [{"label": "A", "text": "Lithium", "correct": true}, {"label": "B", "text": "Carbamezipine", "correct": false}, {"label": "C", "text": "Valproate", "correct": false}, {"label": "D", "text": "Lamotrigine", "correct": false}], "correct_answer": "A. Lithium", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6482961704952576/6482961704952576.m3u8"}, {"text": "True about Maslow’s hierarchy of needs(***):", "options": [{"label": "A", "text": "Safety, Self-actualization, Belonging, Esteem, Physiology", "correct": false}, {"label": "B", "text": "Self-actualization, Belonging, Esteem, Safety, Physiological", "correct": false}, {"label": "C", "text": "Esteem, Belonging, Self-actualization, Physiological, Safety", "correct": false}, {"label": "D", "text": "Physiological, Safety, Belonging, Esteem, Self-actualization", "correct": true}], "correct_answer": "D. Physiological, Safety, Belonging, Esteem, Self-actualization", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(172).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58574551704952596/58574551704952596.m3u8"}, {"text": "In a patient diagnosed with OCD which of the following statements is true? A. Repression and Reaction formation are the defence mechanisms in this B. Drug of choice is SSRI C. Risperidone can be used as an augmenting agent D. Systemic Desensitization is the psychotherapy of choice Which of these statements are true?", "options": [{"label": "A", "text": "A and C", "correct": false}, {"label": "B", "text": "A, B and C", "correct": true}, {"label": "C", "text": "A and D", "correct": false}, {"label": "D", "text": "All of the above", "correct": false}], "correct_answer": "B. A, B and C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39384391704952610/39384391704952610.m3u8"}, {"text": "A place was hit by earthquake, an old lady survived but lost all the belongings and her house in the earthquake. She complained of anxiety and constant fear but improved when help was provided. Which of the following is correct?( a. Condition is Acute Stress Reaction b. She doesn't need to consult a psychiatrist c. Fluxoetine is the treatment of choice d. Projection is the defence mechanism used", "options": [{"label": "A", "text": "a and c are true", "correct": true}, {"label": "B", "text": "a, b and c are true", "correct": false}, {"label": "C", "text": "a and d are true", "correct": false}, {"label": "D", "text": "All are true", "correct": false}], "correct_answer": "A. a and c are true", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43815741704952624/43815741704952624.m3u8"}, {"text": "The court has decided that the accused needs psychiatric evaluation. Many Discrepancies were noted between the statements told in the court and to the doctor. The suspicion should point max toward? (***)", "options": [{"label": "A", "text": "Malingering", "correct": true}, {"label": "B", "text": "Factitious disorder", "correct": false}, {"label": "C", "text": "Antisocial behavior", "correct": false}, {"label": "D", "text": "Dissociates fugue", "correct": false}], "correct_answer": "A. Malingering", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21560301704952638/21560301704952638.m3u8"}, {"text": "Which of the following is not a component of polysomnography assessment?", "options": [{"label": "A", "text": "EEG", "correct": false}, {"label": "B", "text": "EOG", "correct": false}, {"label": "C", "text": "Pulse oximetry", "correct": false}, {"label": "D", "text": "Intra-arterial O2 assessment", "correct": true}], "correct_answer": "D. Intra-arterial O2 assessment", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/7346171704952650/7346171704952650.m3u8"}, {"text": "MMSE evaluates which of the following :", "options": [{"label": "A", "text": "Thought", "correct": false}, {"label": "B", "text": "Cognition", "correct": true}, {"label": "C", "text": "Insight", "correct": false}, {"label": "D", "text": "Mood and effect", "correct": false}], "correct_answer": "B. Cognition", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(173).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10144981704952664/10144981704952664.m3u8"}, {"text": "Semantic memory includes all except memory of :", "options": [{"label": "A", "text": "Words", "correct": false}, {"label": "B", "text": "Rules", "correct": false}, {"label": "C", "text": "Events", "correct": true}, {"label": "D", "text": "Language", "correct": false}], "correct_answer": "C. Events", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(162).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34298781704952677/34298781704952677.m3u8"}, {"text": "A 41 year old female patient presents to AIIMS emergency department with feeling of intense ghabraahat, palpitation, profuse sweating and sense of impending doom. All of the following tests should be done in emergency except :", "options": [{"label": "A", "text": "Hemoglobin", "correct": true}, {"label": "B", "text": "Blood sugar level", "correct": false}, {"label": "C", "text": "ECG", "correct": false}, {"label": "D", "text": "T3/T4/TSH", "correct": false}], "correct_answer": "A. Hemoglobin", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41982751704952689/41982751704952689.m3u8"}, {"text": "In psychiatry , personal history does not include :", "options": [{"label": "A", "text": "Food preference", "correct": true}, {"label": "B", "text": "Marital history", "correct": false}, {"label": "C", "text": "Occupational history", "correct": false}], "correct_answer": "A. Food preference", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3_1(152).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15636321704952702/15636321704952702.m3u8"}, {"text": "All are true about obsession except :", "options": [{"label": "A", "text": "May be seen in schizophrenia", "correct": true}, {"label": "B", "text": "Ego dystonic", "correct": false}, {"label": "C", "text": "Persists on resistance and cause depression and anxiety", "correct": false}, {"label": "D", "text": "Disorder of content of thought", "correct": false}], "correct_answer": "A. May be seen in schizophrenia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• B) Ego-dystonic – True This means the thoughts are experienced as alien or inconsistent with the person’s self-concept or values, and the individual recognizes them as irrational or senseless but is unable to control them.</li><li>• C) Persists on resistance and causes depression and anxiety – True Despite attempts to resist or suppress the obsessions, they persist, often leading to intense distress, anxiety, or secondary depression. The more the person tries to stop them, the more distressing they become.</li><li>• D) Disorder of content of thought – True Obsessions fall under disorders of the content of thought, as they involve abnormal, repetitive intrusive ideas or themes, unlike disorders of the form of thought (like loosening of associations in schizophrenia).</li><li>• A) May be seen in schizophrenia – False / Exception While obsession-like symptoms may occasionally occur in schizophrenia, true obsessions, as seen in OCD, are rare in schizophrenia. In schizophrenia, intrusive thoughts are often ego-syntonic (accepted as part of the self), bizarre, or associated with delusions or hallucinations, rather than the classic ego-dystonic and anxiety-inducing obsessions of OCD.</li><li>• Final Answer: A) May be seen in schizophrenia – This is the exception and therefore the correct choice.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5407581704952716/5407581704952716.m3u8"}, {"text": "A 30 – years old pregnant woman comes to your clinic with decreased sleep, increased appetite and hyperactivity for 2 weeks. A diagnosis of mania is made. Further probing reveals four episodes of major depression in the past two years. What drug will you prescribe to the patients?", "options": [{"label": "A", "text": "Haloperidol", "correct": true}, {"label": "B", "text": "Lithium", "correct": false}, {"label": "C", "text": "Promethazine", "correct": false}, {"label": "D", "text": "Clonazepam", "correct": false}], "correct_answer": "A. Haloperidol", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Haloperidol is correct: Haloperidol is a typical antipsychotic that is commonly used for acute management of mania, especially in pregnant patients, due to a more established safety profile in pregnancy compared to mood stabilizers.</li><li>• It does not carry the teratogenic risks associated with some other agents (e.g., lithium or valproate).</li><li>• It is effective in rapidly controlling agitation and psychotic symptoms.</li><li>• Incorrect Options: B) Lithium – Although lithium is effective for bipolar disorder and prevention of manic and depressive episodes, it is not recommended in the first trimester due to its association with Ebstein's anomaly (a rare cardiac defect). It may be used cautiously later in pregnancy under strict monitoring, but not first-line in acute mania during early pregnancy.</li><li>• C) Promethazine – This is an antihistamine with sedative properties, not an antipsychotic or mood stabilizer. It is not effective for treating mania.</li><li>• D) Clonazepam – A benzodiazepine, which may help with short-term agitation or sleep, but it is not a treatment for mania and carries risks in pregnancy, including potential neonatal withdrawal and floppy infant syndrome.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29110681704952729/29110681704952729.m3u8"}, {"text": "A 23 – year –old young boy with schizophrenia is well maintained on risperidone for the last 2 months. He has no family history of the disease. Minimum for how long will you continue treatment in this patient?", "options": [{"label": "A", "text": "5 years", "correct": false}, {"label": "B", "text": "6 months", "correct": false}, {"label": "C", "text": "2 years", "correct": false}, {"label": "D", "text": "12 months", "correct": true}], "correct_answer": "D. 12 months", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• This 23-year-old patient has:</li><li>• A first episode of schizophrenia</li><li>• Been stable on risperidone for 2 months</li><li>• No family history (suggesting a possibly lower long-term risk)</li><li>• The minimum recommended duration of maintenance therapy after a first episode of schizophrenia is 12 months (1 year), as per major guidelines including APA and NICE.</li><li>• Why 12 months is correct: Even after remission, the risk of relapse remains high, particularly in the first year.</li><li>• Antipsychotic discontinuation earlier than 12 months is associated with significantly increased relapse rates.</li><li>• Long-term outcomes are better when treatment is continued for at least 1 year after remission.</li><li>• Why the other options are incorrect: A) 5 years – Too long as a minimum duration for a first episode without family history. Extended treatment may be needed in recurrent or high-risk patients, but not typically after a single episode.</li><li>• B) 6 months – Insufficient. Studies show that relapse rates are higher when antipsychotics are discontinued before 12 months after the first episode.</li><li>• C) 2 years – May be appropriate in patients with high risk of relapse, multiple episodes, or poor insight. However, it's not the minimum duration for all patients.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70356061704952743/70356061704952743.m3u8"}, {"text": "A young female on antidepressants presents to the emergency with altered sensorium and hypotension . ECG reveals wide ORS complexes and right axis deviation. What is the next best step?", "options": [{"label": "A", "text": "Sodium bicarbonate", "correct": true}, {"label": "B", "text": "Hemodialysis", "correct": false}, {"label": "C", "text": "Fomepizole", "correct": false}, {"label": "D", "text": "Flumazenil", "correct": false}], "correct_answer": "A. Sodium bicarbonate", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• History of antidepressant use</li><li>• Altered sensorium and hypotension</li><li>• ECG findings:</li><li>• Wide QRS complexes (>100 ms is dangerous)</li><li>• Right axis deviation</li><li>• These are classic signs of TCA toxicity (e.g., amitriptyline, imipramine), which cause:</li><li>• Cardiac sodium channel blockade</li><li>• Leading to conduction delays → wide QRS</li><li>• Hypotension due to alpha-1 adrenergic blockade and myocardial depression</li><li>• CNS toxicity (e.g., delirium, seizures, coma)</li><li>• Why Sodium Bicarbonate is the correct answer: Sodium bicarbonate is the first-line antidote for TCA-induced cardiotoxicity.</li><li>• It:</li><li>• Alkalinizes the serum → reduces binding of TCAs to sodium channels</li><li>• Provides sodium → directly combats sodium channel blockade</li><li>• It helps narrow the QRS, improve blood pressure, and stabilize cardiac membranes.</li><li>• Why the other options are incorrect: B) Hemodialysis – Ineffective in TCA overdose because TCAs are highly protein-bound and lipophilic, making them poorly dialyzable.</li><li>• C) Fomepizole – Used for methanol or ethylene glycol poisoning, not antidepressant overdose.</li><li>• D) Flumazenil – Benzodiazepine antidote. Not only ineffective in TCA overdose, but it may worsen seizures in mixed overdoses.</li><li>• Conclusion: The next best step in this case of suspected TCA overdose is Sodium bicarbonate, making Option A the correct answer.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20759151704952756/20759151704952756.m3u8"}, {"text": "A male patients with bipolar disorder gets his symptoms controlled on medications everytime he takes them . Symptoms of mania appears as he tapers down the drugs . What type of treatment can improve compliance in this patients?", "options": [{"label": "A", "text": "Psychoeducation", "correct": true}, {"label": "B", "text": "CBT", "correct": false}, {"label": "C", "text": "Supportive psychotherapy", "correct": false}, {"label": "D", "text": "Insight- oriented psychotherapy", "correct": false}], "correct_answer": "A. Psychoeducation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71174291704952774/71174291704952774.m3u8"}, {"text": "Which of the following is not a part of cognitive triad of Beck?", "options": [{"label": "A", "text": "Hopelessness", "correct": false}, {"label": "B", "text": "Worthlessness", "correct": false}, {"label": "C", "text": "Helplessness", "correct": false}, {"label": "D", "text": "Guilt", "correct": true}], "correct_answer": "D. Guilt", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• The cognitive triad of Beck refers to three key negative thought patterns seen in depression . These are:</li><li>• cognitive triad of Beck</li><li>• depression</li><li>• Negative view of self – feeling worthless</li><li>• Negative view of self</li><li>• worthless</li><li>• Negative view of the world – experiencing helplessness or perceiving the world as overwhelming and unsupportive</li><li>• Negative view of the world</li><li>• helplessness</li><li>• Negative view of the future – feeling hopeless about what lies ahead</li><li>• Negative view of the future</li><li>• hopeless</li><li>• Hopelessness : Negative expectations about the future</li><li>• Hopelessness</li><li>• Worthlessness : Negative beliefs about oneself</li><li>• Worthlessness</li><li>• Helplessness : Negative interpretation of the world/environment as threatening or unsupportive</li><li>• Helplessness</li><li>• Guilt</li><li>• not</li><li>• Although guilt is a common symptom in depression and may be related to negative self-evaluation, it is not included in the classical cognitive triad .</li><li>• not included in the classical cognitive triad</li><li>• Guilt can be viewed as an additional cognitive distortion or symptom but is separate from the triad’s three core elements .</li><li>• separate from the triad’s three core elements</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47410181704952794/47410181704952794.m3u8"}, {"text": "In pervasive developmental disorders of childhood, all are true except? (***)", "options": [{"label": "A", "text": "Impaired behaviour", "correct": false}, {"label": "B", "text": "Impaired communication", "correct": false}, {"label": "C", "text": "Impaired cognition", "correct": true}, {"label": "D", "text": "Impaired social interaction", "correct": false}], "correct_answer": "C. Impaired cognition", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• True components: A) Impaired behavior</li><li>• Children with PDD show restricted, repetitive patterns of behavior, interests, or activities.</li><li>• B) Impaired communication</li><li>• Deficits in both verbal and nonverbal communication are core features.</li><li>• D) Impaired social interaction</li><li>• Significant difficulties in social reciprocity, nonverbal communication, and forming relationships.</li><li>• Why C) Impaired cognition is incorrect: Cognition (intellectual functioning) is not necessarily impaired in PDD.</li><li>• Many children with PDD, especially those with high-functioning autism or Asperger’s syndrome, have normal to above-average intelligence.</li><li>• Cognitive impairment or intellectual disability may co-occur but is not a defining feature of PDD.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77216991704952824/77216991704952824.m3u8"}, {"text": "A person with violent behaviour and agitation was diagnosed to have schizophrenia and was receiving haloperidol. Following this he developed rigidity and inability to move his eyes. Which of the following drug should be added to his treatment intravenous?", "options": [{"label": "A", "text": "Promethazine", "correct": true}, {"label": "B", "text": "Haloperidol", "correct": false}, {"label": "C", "text": "Resperidone", "correct": false}, {"label": "D", "text": "Diazepam", "correct": false}], "correct_answer": "A. Promethazine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24028621704952845/24028621704952845.m3u8"}, {"text": "A 12-year old male patient presents with a 10-year history of repeated eye blinking and grunting. He complains that the symptoms have now increased in frequency so much that he does not have any control over them and they have started disturbing his routine activity and social life, making him depressed. The best medication that would benefit him is: (***)", "options": [{"label": "A", "text": "Carbamazepine", "correct": false}, {"label": "B", "text": "Methylphenidate", "correct": false}, {"label": "C", "text": "Imipramine", "correct": false}, {"label": "D", "text": "Risperidone", "correct": true}], "correct_answer": "D. Risperidone", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Risperidone is the best medication: Risperidone is an atypical antipsychotic with proven efficacy in reducing tic severity.</li><li>• It is commonly used as a first-line pharmacological treatment for moderate to severe tics and Tourette’s syndrome.</li><li>• It helps reduce the frequency and severity of both motor and vocal tics.</li><li>• Also beneficial in managing associated behavioral and mood symptoms, such as depression.</li><li>• Why the other options are incorrect: A) Carbamazepine</li><li>• An anticonvulsant, not effective for tics or Tourette’s syndrome.</li><li>• B) Methylphenidate</li><li>• Used in ADHD, but may worsen tics in some patients.</li><li>• C) Imipramine</li><li>• A tricyclic antidepressant, mainly used for depression or anxiety, not indicated for tic disorders.</li><li>• Conclusion: For a child with chronic tics and Tourette’s syndrome, Risperidone is the drug of choice to reduce tics and improve quality of life.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77285561704952860/77285561704952860.m3u8"}, {"text": "Which of the following is a key symptom in alcohol withdrawal?", "options": [{"label": "A", "text": "Visual hallucinations", "correct": false}, {"label": "B", "text": "Sleep disturbance", "correct": false}, {"label": "C", "text": "Tremors", "correct": true}, {"label": "D", "text": "Delirium", "correct": false}], "correct_answer": "C. Tremors", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Tremors are the key symptom: Tremors are among the earliest and most common withdrawal signs.</li><li>• They typically involve fine, rapid shaking of the hands (\"the shakes\").</li><li>• Tremors can be accompanied by other autonomic symptoms such as sweating, anxiety, and palpitations.</li><li>• Why the other options are less typical or later symptoms: A) Visual hallucinations</li><li>• Can occur but are less common and usually part of alcohol withdrawal hallucinosis, which is separate from delirium tremens.</li><li>• B) Sleep disturbance</li><li>• Common in alcohol withdrawal but nonspecific and less characteristic than tremors.</li><li>• D) Delirium (Delirium Tremens)</li><li>• A severe and life-threatening complication of alcohol withdrawal, but occurs later (48-72 hours after last drink), not a key early symptom.</li><li>• Conclusion: Tremors are the hallmark and key early symptom of alcohol withdrawal, making Option C the correct answer.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41006851704952871/41006851704952871.m3u8"}, {"text": "A person with histrionic shy, anxious avoidant personality comes under which cluster", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": true}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "C. C", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Cluster A: Odd or eccentric disorders (e.g., Paranoid, Schizoid, Schizotypal)</li><li>• Cluster B: Dramatic, emotional, or erratic disorders (e.g., Antisocial, Borderline, Histrionic, Narcissistic)</li><li>• Cluster C: Anxious or fearful disorders (e.g., Avoidant, Dependent, Obsessive-Compulsive)</li><li>• Why Cluster C is correct here: The person has histrionic, shy, and anxious avoidant traits.</li><li>• Although Histrionic is usually a Cluster B personality disorder, shy and anxious avoidant traits point towards Cluster C, which includes Avoidant personality disorder and others characterized by anxiety and fearfulness.</li><li>• Since the question groups these traits together, and the focus is on shy, anxious, avoidant features, the correct cluster is C.</li><li>• Summary: Cluster C includes Avoidant personality disorder and other anxious/fearful types.</li><li>• The traits described align best with Cluster C disorders.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44867941704952882/44867941704952882.m3u8"}, {"text": "Feeling of uncertainity and excessive sense of responsibility seen in", "options": [{"label": "A", "text": "Generalized anxiety disorder", "correct": false}, {"label": "B", "text": "OCD", "correct": true}, {"label": "C", "text": "PHOBIA", "correct": false}, {"label": "D", "text": "Personality disorder", "correct": false}], "correct_answer": "B. OCD", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Patients with OCD often experience doubt and uncertainty about their actions (e.g., \"Did I lock the door?\"), leading to repeated checking behaviors.</li><li>• The excessive sense of responsibility drives compulsions, as patients believe their actions (or inactions) could cause harm or negative outcomes.</li><li>• Why other options are less accurate: A) Generalized Anxiety Disorder (GAD)</li><li>• Characterized by excessive worry about multiple life events but not specifically uncertainty or responsibility related to compulsions.</li><li>• C) Phobia</li><li>• Involves irrational fear of specific objects or situations, not a pervasive sense of responsibility or uncertainty.</li><li>• D) Personality Disorder</li><li>• Personality disorders may involve maladaptive traits but do not typically present with excessive uncertainty or compulsive responsibility.</li><li>• Conclusion: The uncertainty and excessive responsibility described point strongly towards OCD.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30218121704952893/30218121704952893.m3u8"}, {"text": "A woman comes to the psychiatrist with history of spending a lot of time in washing her hands . She is distressed about it but sayss that she cannot stop the practice and spends a lot of time on it. This has started affecting her social life as well. Which is the best treatment?", "options": [{"label": "A", "text": "Cognitive behavioral therapy", "correct": false}, {"label": "B", "text": "Exposure and response prevention", "correct": true}, {"label": "C", "text": "Systematic desensitization", "correct": false}, {"label": "D", "text": "Pharmacological agents", "correct": false}], "correct_answer": "B. Exposure and response prevention", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Exposure and Response Prevention (ERP) is the best treatment: ERP is a specific type of Cognitive Behavioral Therapy (CBT) focused on gradually exposing patients to feared situations (e.g., germs) without allowing them to perform compulsive behaviors (e.g., washing hands).</li><li>• This therapy helps patients tolerate anxiety and learn that feared outcomes do not happen, thereby reducing compulsions.</li><li>• It has been shown to be highly effective and first-line psychological treatment for OCD.</li><li>• Why the other options are less ideal or incomplete: A) Cognitive Behavioral Therapy (CBT)</li><li>• CBT is broad; ERP is a specialized, evidence-based form of CBT specifically for OCD. So ERP is more precise.</li><li>• C) Systematic Desensitization</li><li>• Used mainly for phobias by gradual exposure combined with relaxation, less effective for OCD compulsions.</li><li>• D) Pharmacological agents</li><li>• Useful adjuncts, especially SSRIs, but behavioral therapy (ERP) is considered first-line or combined approach.</li><li>• Conclusion: For OCD with compulsive hand-washing, Exposure and Response Prevention (ERP) is the most effective, evidence-based psychological treatment.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60026991704952906/60026991704952906.m3u8"}, {"text": "All are features of catatonia except :", "options": [{"label": "A", "text": "Akathisia", "correct": true}, {"label": "B", "text": "Ambitendancy", "correct": false}, {"label": "C", "text": "Akinesia", "correct": false}, {"label": "D", "text": "Agitation", "correct": false}], "correct_answer": "A. Akathisia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Akathisia is not a feature of catatonia: Akathisia is a movement disorder marked by inner restlessness and an inability to stay still, typically a side effect of antipsychotic medications (especially first-generation ones).</li><li>• It is not considered a core feature of catatonia and represents a distinct clinical condition.</li><li>• Features commonly seen in catatonia (and why options B–D are correct): B) Ambitendency –</li><li>• Refers to inability to complete a voluntary action due to opposing movements (e.g., reaching out to shake hands, then withdrawing).</li><li>• Seen in catatonia as a form of psychomotor disturbance.</li><li>• C) Akinesia –</li><li>• A marked decrease in motor activity, can present as stupor or immobility, typical of catatonic patients.</li><li>• D) Agitation –</li><li>• Catatonia has both hypoactive and hyperactive forms.</li><li>• In the excited type, agitation and excessive motor activity are prominent.</li><li>• Conclusion: While catatonia includes symptoms like ambitendency, akinesia, and even agitation, akathisia is a drug-induced movement disorder, not a feature of catatonia.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9765171704952920/9765171704952920.m3u8"}, {"text": "A smoker Is worried about the side effects of smoking. But he does not stop smoking thinking that he smokes less as compared to other and takes a good diet . This thinking is callsed as", "options": [{"label": "A", "text": "Self exemption", "correct": true}, {"label": "B", "text": "Cognitive behavior", "correct": false}, {"label": "C", "text": "Self-protection", "correct": false}, {"label": "D", "text": "Distortion", "correct": false}], "correct_answer": "A. Self exemption", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Self-exemption is the correct term: Self-exemption is a cognitive distortion where a person believes that general risks or rules don’t apply to them personally.</li><li>• It allows individuals to reduce cognitive dissonance—the discomfort that arises from holding two conflicting beliefs (e.g., “Smoking is harmful” vs. “I continue to smoke”).</li><li>• Instead of changing the behavior (smoking), the person modifies their belief to justify the action.</li><li>• Why the other options are incorrect: B) Cognitive behavior</li><li>• A broad term encompassing thoughts influencing behavior; not specific to the justification mechanism described.</li><li>• C) Self-protection</li><li>• Involves strategies to defend self-esteem or avoid psychological harm, but not specifically about denying personal risk.</li><li>• D) Distortion</li><li>• Too general; \"cognitive distortion\" is a broader umbrella under which self-exemption falls.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26433021704952937/26433021704952937.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "1-D, 2-A, 3-B, 4-C", "correct": true}, {"label": "B", "text": "1-A, 2-D, 3-B, 4-C", "correct": false}, {"label": "C", "text": "1-D, 2-A, 3-C, 4-B", "correct": false}, {"label": "D", "text": "1-D, 2-C, 3-B, 4-A", "correct": false}], "correct_answer": "A. 1-D, 2-A, 3-B, 4-C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(966).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(174).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8226181704952957/8226181704952957.m3u8"}, {"text": "A 53 year old chronic alcoholic for last many years with daily drinking habits, comes to emergency with history of seizures, auditory hallucinations and secondary delusions. His last drink was 2 days back. Chose the most appropriate management (multiple correct) A. Diazepam B. naltrexone C. Inj Thiamine D. Inj Flupenthixol", "options": [{"label": "A", "text": "A & C", "correct": true}, {"label": "B", "text": "A, B and C", "correct": false}, {"label": "C", "text": "B and D", "correct": false}, {"label": "D", "text": "A, C and D", "correct": false}], "correct_answer": "A. A & C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30426981704952973/30426981704952973.m3u8"}, {"text": "A 14 year girl came to OPD with complaints of sudden onset blindness since 2 hours. On examination, she is not much concerned about this blindness. Physical examination is normal. During history taking she was only found upset while talking about her mother, who died recently, with whom she always fought only instead of loving her. Which of the following is true about this condition?", "options": [{"label": "A", "text": "Incidence in childhood is equal in both males and females", "correct": false}, {"label": "B", "text": "In childhood ,incidence more in girls than boys", "correct": true}, {"label": "C", "text": "In adults, incidence more in males than females", "correct": false}, {"label": "D", "text": "In adults, incidence equal in both males and females", "correct": false}], "correct_answer": "B. In childhood ,incidence more in girls than boys", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• This is a classic presentation of Conversion Disorder (also known as Functional Neurological Symptom Disorder ), which is characterized by neurological symptoms (e.g., blindness, paralysis) that cannot be explained by medical evaluation and are often preceded by psychological stress.</li><li>• Conversion Disorder</li><li>• Functional Neurological Symptom Disorder</li><li>• cannot be explained by medical evaluation</li><li>• Option B is correct</li><li>• In children , conversion disorder is more common in girls than boys , particularly around puberty.</li><li>• children</li><li>• conversion disorder is more common in girls than boys</li><li>• This gender difference is thought to be related to psychosocial and hormonal factors , as well as differences in emotional expression and coping strategies.</li><li>• psychosocial and hormonal factors</li><li>• The girl in this case displays a \"la belle indifférence\" (lack of concern about the symptoms), which is commonly seen in conversion disorder.</li><li>• \"la belle indifférence\"</li><li>• A) Incidence in childhood is equal in both males and females</li><li>• A) Incidence in childhood is equal in both males and females</li><li>• Incorrect — there's a clear female preponderance in children, especially during adolescence.</li><li>• Incorrect</li><li>• C) In adults, incidence more in males than females</li><li>• C) In adults, incidence more in males than females</li><li>• Incorrect — in adults , conversion disorder is also more common in females .</li><li>• Incorrect</li><li>• adults</li><li>• more common in females</li><li>• D) In adults, incidence equal in both males and females</li><li>• D) In adults, incidence equal in both males and females</li><li>• Incorrect — again, adult females are more frequently affected than males.</li><li>• Incorrect</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43642811704952996/43642811704952996.m3u8"}, {"text": "What is safer and effective therapeutic concentrations of Lithium to be maintained for long term treatment in bipolar disorders?", "options": [{"label": "A", "text": "0.5-0.8", "correct": false}, {"label": "B", "text": "1.0-1.3", "correct": false}, {"label": "C", "text": "0.6-1.5", "correct": true}, {"label": "D", "text": "2-3 meq/L", "correct": false}], "correct_answer": "C. 0.6-1.5", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(132).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8911941704953016/8911941704953016.m3u8"}, {"text": "A chronic alcoholic patient, who has not consumed alcohol for last 2 days now presenting with seizures, but on investigations his liver function test were deranged. Which of the following drug would be best for him?", "options": [{"label": "A", "text": "Diazepam", "correct": false}, {"label": "B", "text": "Midazolam", "correct": false}, {"label": "C", "text": "Oxazepam", "correct": true}, {"label": "D", "text": "Phenytoin", "correct": false}], "correct_answer": "C. Oxazepam", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(139).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26645081704953031/26645081704953031.m3u8"}, {"text": "All of the following side effects are seen more with carbamazepine over oxcarbazepine, except?", "options": [{"label": "A", "text": "Rash", "correct": false}, {"label": "B", "text": "Agranulocytosis", "correct": false}, {"label": "C", "text": "Hyponatremia", "correct": true}, {"label": "D", "text": "Visual side effects", "correct": false}], "correct_answer": "C. Hyponatremia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Option C is correct: Hyponatremia (low sodium levels) occurs more frequently with oxcarbazepine than with carbamazepine.</li><li>• This is due to oxcarbazepine's stronger antidiuretic hormone-like effect, leading to SIADH (Syndrome of Inappropriate Antidiuretic Hormone Secretion).</li><li>• It's the one side effect that is actually more common in oxcarbazepine, not carbamazepine.</li><li>• Why the other options are incorrect (i.e., they are more common with carbamazepine): A) Rash</li><li>• More commonly seen with carbamazepine, including serious hypersensitivity reactions like Stevens-Johnson syndrome.</li><li>• B) Agranulocytosis</li><li>• A rare but serious hematologic side effect seen more with carbamazepine.</li><li>• Requires regular blood count monitoring.</li><li>• D) Visual side effects</li><li>• Carbamazepine may cause diplopia, blurred vision, and nystagmus, particularly during dose escalation.</li><li>• .</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/54835991704953044/54835991704953044.m3u8"}, {"text": "Match the following", "options": [{"label": "A", "text": "1-D, 2-A, 3-B, 4-C", "correct": true}, {"label": "B", "text": "1-A, 2-D, 3-B, 4-C", "correct": false}, {"label": "C", "text": "1-D, 2-A, 3-C, 4-B", "correct": false}, {"label": "D", "text": "1-D, 2-C, 3-B, 4-A", "correct": false}], "correct_answer": "A. 1-D, 2-A, 3-B, 4-C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(527).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(115).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/48460531704953065/48460531704953065.m3u8"}, {"text": "SSRI use in pregnancy by mother, increases chances of which of the following in newborn? A. ADHD B. Low APGAR score C. Delayed motor development D. Persistent Pulmonary Hypertension Chose the correct (appropriate) option", "options": [{"label": "A", "text": "A, B, C, D", "correct": true}, {"label": "B", "text": "A, B, C", "correct": false}, {"label": "C", "text": "B, C, D", "correct": false}, {"label": "D", "text": "D", "correct": false}], "correct_answer": "A. A, B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31782211704953079/31782211704953079.m3u8"}, {"text": "Which of the following is not true about DISULFIRAM?", "options": [{"label": "A", "text": "Inhibits alcohol dehydrogenase", "correct": true}, {"label": "B", "text": "Causes accumulation of acetaldehyde", "correct": false}, {"label": "C", "text": "Starting dose is 250 mg", "correct": false}, {"label": "D", "text": "Not an anti craving (decreasing reward response to alcohol) agent", "correct": false}], "correct_answer": "A. Inhibits alcohol dehydrogenase", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5653781704953093/5653781704953093.m3u8"}, {"text": "A 40 year old, chronic smoker who is well motivated, wants to quit and under psychosocial support which drug can be given to him ?", "options": [{"label": "A", "text": "Varenicline", "correct": true}, {"label": "B", "text": "Cevimeline", "correct": false}, {"label": "C", "text": "Neostigmine", "correct": false}, {"label": "D", "text": "Muscarine", "correct": false}], "correct_answer": "A. Varenicline", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Option A is correct: Varenicline is a partial agonist at the α4β2 nicotinic acetylcholine receptor.</li><li>• It reduces cravings and withdrawal symptoms by partially stimulating nicotine receptors.</li><li>• Simultaneously, it blocks nicotine’s rewarding effects, making smoking less satisfying.</li><li>• Recommended for motivated individuals trying to quit smoking, especially with behavioral support.</li><li>• Why the other options are incorrect: B) Cevimeline</li><li>• A muscarinic agonist used primarily to treat dry mouth in conditions like Sjögren's syndrome.</li><li>• Not indicated for smoking cessation.</li><li>• C) Neostigmine</li><li>• An acetylcholinesterase inhibitor, used in myasthenia gravis and post-operative ileus, not for smoking cessation.</li><li>• D) Muscarine</li><li>• A toxic compound found in some mushrooms; not used therapeutically and not relevant to smoking cessation.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11891811704953109/11891811704953109.m3u8"}, {"text": "Which of the following is most appropriate definition of stress?", "options": [{"label": "A", "text": "Person is worried about thinking about future event and consequences of physical problem.. how your body's response to anything that requires attention or action", "correct": true}, {"label": "B", "text": "Mental tension", "correct": false}, {"label": "C", "text": "External pressure", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "A. Person is worried about thinking about future event and consequences of physical problem.. how your body's response to anything that requires attention or action", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70065221704953135/70065221704953135.m3u8"}, {"text": "Patient us suffering from schizophrenia and is on antipsychotics. Which of the following is not correctly matched with respect to mechanism of action of antipsychotics?", "options": [{"label": "A", "text": "Blockage of D2 receptors in mesolimbic pathway helps in control of positive symptoms", "correct": false}, {"label": "B", "text": "5HT2a blockage helps in control of negative symptoms", "correct": false}, {"label": "C", "text": "5HT1a blockage helps in reducing positive symptoms and causes weight loss", "correct": true}, {"label": "D", "text": "Anti cholinergic (M1 blockage) action helps to reduce extrapyramidal side effects", "correct": false}], "correct_answer": "C. 5HT1a blockage helps in reducing positive symptoms and causes weight loss", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• In fact, agonism (not blockage) at 5HT1a is sometimes associated with anxiolytic and antidepressant effects.</li><li>• Additionally, 5HT1a blockade is not associated with weight loss — weight gain is more commonly linked to 5HT2c and H1 histamine receptor antagonism.</li><li>• Thus, option C is incorrectly matched.</li><li>• Explanation of Incorrect Options: A) Blockage of D2 receptors in mesolimbic pathway helps in control of positive symptoms</li><li>• Correct. This is the primary mechanism by which typical and atypical antipsychotics reduce hallucinations and delusions (positive symptoms).</li><li>• B) 5HT2a blockage helps in control of negative symptoms</li><li>• Correct. Atypical antipsychotics (like risperidone, olanzapine) block 5HT2a receptors, which modulates dopamine release in various brain regions and may improve negative symptoms.</li><li>• D) Anticholinergic (M1 blockage) action helps to reduce extrapyramidal side effects</li><li>• Correct. M1 receptor antagonism can reduce EPS (e.g., parkinsonism, dystonia) by restoring dopamine-acetylcholine balance in the nigrostriatal pathway.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53878021704953151/53878021704953151.m3u8"}, {"text": "A female patient with a previous history of mania 1 year back, now presented with an episode of hypomania. Now she is pregnant, which of the following drug to be avoided for being highly teratogenic to the foetus?", "options": [{"label": "A", "text": "Sodium valproate", "correct": true}, {"label": "B", "text": "Lithium", "correct": false}, {"label": "C", "text": "Olanzapine", "correct": false}, {"label": "D", "text": "Oxcarbazepine", "correct": false}], "correct_answer": "A. Sodium valproate", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(176).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/44244281704953164/44244281704953164.m3u8"}, {"text": "Which of the following is most commonly seen in females?", "options": [{"label": "A", "text": "Rett’s syndrome", "correct": true}, {"label": "B", "text": "Asperger’s syndrome", "correct": false}, {"label": "C", "text": "Atypical autism", "correct": false}, {"label": "D", "text": "Classical autism", "correct": false}], "correct_answer": "A. Rett’s syndrome", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(163).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13793141704953179/13793141704953179.m3u8"}, {"text": "A Patient with persecutory delusions and 3rd person auditory hallucinations, diagnosed with schizophrenia was started on risperidone 2.5 mg daily dose and after last night dose, today he presented with his eyes rolling upwards for few hours. Next step in management?", "options": [{"label": "A", "text": "Inj promethazine", "correct": true}, {"label": "B", "text": "Inj lorazepam", "correct": false}, {"label": "C", "text": "Reassure the patient", "correct": false}, {"label": "D", "text": "Inj Phenytoin", "correct": false}], "correct_answer": "A. Inj promethazine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3_1(153).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14220101704953204/14220101704953204.m3u8"}, {"text": "All of the following statements are true regarding “Bipolar disorders”, except?", "options": [{"label": "A", "text": "Bipolar 1 is having equal prevalence in males and females and Bipolar 2 is more common in females.", "correct": false}, {"label": "B", "text": "5-10% suicide completion rate", "correct": false}, {"label": "C", "text": "More common in age group of 35-45 years", "correct": true}, {"label": "D", "text": "Prevalence is 1%", "correct": false}], "correct_answer": "C. More common in age group of 35-45 years", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(133).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30772501704953221/30772501704953221.m3u8"}, {"text": "A 40 y old male with history of alcohol intake for many years developed liver cirrhosis, his liver profile shows GGT 563 U/L, AST 180 U/L, ALT 150 U/L. Now he has stopped taking alcohol. Which of the following is most suitable drug to be given to him to avoid withdrawal symptoms?", "options": [{"label": "A", "text": "Lorazepam", "correct": true}, {"label": "B", "text": "Diazepam", "correct": false}, {"label": "C", "text": "Clonazepam", "correct": false}, {"label": "D", "text": "Alprazolam", "correct": false}], "correct_answer": "A. Lorazepam", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(140).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35585341704953233/35585341704953233.m3u8"}, {"text": "Eye movements of sleep stages was recorded and which sleep stage the given part of graph represent:", "options": [{"label": "A", "text": "REM", "correct": true}, {"label": "B", "text": "NREM 1", "correct": false}, {"label": "C", "text": "NREM 2", "correct": false}, {"label": "D", "text": "NREM 3", "correct": false}], "correct_answer": "A. REM", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(578).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_1(94).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26801101704953249/26801101704953249.m3u8"}, {"text": "Which of the following is true statement about OCD?", "options": [{"label": "A", "text": "Commonly associated comorbidity is depression", "correct": true}, {"label": "B", "text": "Atypical antipsychotics is first line treatment", "correct": false}, {"label": "C", "text": "Prevalence is 7-10 percent in general population", "correct": false}, {"label": "D", "text": "Contamination is uncommon obsession", "correct": false}], "correct_answer": "A. Commonly associated comorbidity is depression", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Option A is true: Depression occurs frequently alongside OCD, affecting up to 50% of patients at some point.</li><li>• The emotional burden and impairment caused by OCD contribute to the high rates of depression.</li><li>• Why the other options are false: B) Atypical antipsychotics is first line treatment</li><li>• False. The first-line treatment for OCD is SSRIs (Selective Serotonin Reuptake Inhibitors) and/or cognitive behavioral therapy (CBT), especially exposure and response prevention (ERP).</li><li>• Atypical antipsychotics may be used only as augmentation in treatment-resistant cases.</li><li>• C) Prevalence is 7-10 percent in general population</li><li>• False. OCD prevalence is approximately 1-2%, not as high as 7-10%.</li><li>• D) Contamination is uncommon obsession</li><li>• False. Contamination fears are among the most common obsessions in OCD.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41280361704953263/41280361704953263.m3u8"}, {"text": "Most efficacious drug in smoking cessation?", "options": [{"label": "A", "text": "Varenicline", "correct": true}, {"label": "B", "text": "Bupropion", "correct": false}, {"label": "C", "text": "Nicotine gum", "correct": false}, {"label": "D", "text": "Rimonabant", "correct": false}], "correct_answer": "A. Varenicline", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Varenicline is most effective: It is a partial agonist at α4β2 nicotinic acetylcholine receptors, which:</li><li>• Reduces cravings and withdrawal symptoms.</li><li>• Blocks the rewarding effects of nicotine, making smoking less pleasurable.</li><li>• Studies show it has higher quit rates compared to bupropion and nicotine replacement therapies.</li><li>• Why others are less efficacious: B) Bupropion</li><li>• An antidepressant with some efficacy in smoking cessation but generally less effective than varenicline.</li><li>• C) Nicotine gum</li><li>• A form of nicotine replacement therapy (NRT); helps reduce withdrawal but less effective than varenicline.</li><li>• D) Rimonabant</li><li>• A cannabinoid receptor antagonist that was once studied for smoking cessation but withdrawn due to psychiatric side effects and not recommended.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22025151704953301/22025151704953301.m3u8"}, {"text": "Which of the following statement is true about Korsakoff’s syndrome?", "options": [{"label": "A", "text": "Anterograde amnesia with loss of recent memory", "correct": true}, {"label": "B", "text": "Triad of acute confusion, ophthalmoplegia and ataxia", "correct": false}, {"label": "C", "text": "Loss of identity memory and intact personality", "correct": false}, {"label": "D", "text": "Impairment of implicit memory and immediate recall", "correct": false}], "correct_answer": "A. Anterograde amnesia with loss of recent memory", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Option A is true: Korsakoff’s syndrome is characterized primarily by anterograde amnesia, meaning the patient cannot form new memories (loss of recent memory).</li><li>• Patients have difficulty learning and retaining new information, while remote memories might be relatively preserved.</li><li>• This leads to severe memory impairment especially for recent events.</li><li>• Why other options are incorrect: B) Triad of acute confusion, ophthalmoplegia, and ataxia</li><li>• This describes Wernicke’s encephalopathy, the acute precursor to Korsakoff’s syndrome, not Korsakoff’s itself.</li><li>• C) Loss of identity memory and intact personality</li><li>• Korsakoff’s patients typically have memory deficits, but loss of identity memory (autobiographical memory) can be variable, and personality may be affected.</li><li>• D) Impairment of implicit memory and immediate recall</li><li>• Korsakoff’s syndrome mainly affects explicit (declarative) memory, particularly anterograde memory.</li><li>• Implicit memory and immediate recall are relatively spared.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22029901704953316/22029901704953316.m3u8"}, {"text": "Which of the following is novel antidepressant:", "options": [{"label": "A", "text": "Vilazodone", "correct": true}, {"label": "B", "text": "Asenapine", "correct": false}, {"label": "C", "text": "Blonanserin", "correct": false}, {"label": "D", "text": "Lurasidone", "correct": false}], "correct_answer": "A. Vilazodone", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Selective Serotonin Reuptake Inhibition (SSRI)</li><li>• Partial agonism at 5-HT1A receptors</li><li>• This dual action is different from traditional SSRIs and may offer benefits such as faster onset and improved tolerability.</li><li>• Why other options are incorrect: B) Asenapine</li><li>• An atypical antipsychotic, not an antidepressant.</li><li>• C) Blonanserin</li><li>• Another atypical antipsychotic used mainly in schizophrenia.</li><li>• D) Lurasidone</li><li>• Also an atypical antipsychotic with some use in bipolar depression but primarily classified as an antipsychotic.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71387971704953331/71387971704953331.m3u8"}, {"text": "Risperidone, not useful as an off label agent in", "options": [{"label": "A", "text": "Dementia", "correct": false}, {"label": "B", "text": "PTSD", "correct": true}, {"label": "C", "text": "OCD", "correct": false}, {"label": "D", "text": "Bipolar", "correct": false}], "correct_answer": "B. PTSD", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why risperidone is not useful in PTSD: Evidence for risperidone’s efficacy in Post-Traumatic Stress Disorder (PTSD) is limited and inconsistent.</li><li>• PTSD treatment primarily involves psychotherapy (like CBT, EMDR) and sometimes antidepressants (SSRIs/SNRIs).</li><li>• Antipsychotics like risperidone may be used cautiously in severe cases but are not routinely recommended or considered effective off-label agents.</li><li>• Why risperidone is used off-label in other conditions: A) Dementia</li><li>• Sometimes used to manage behavioral and psychotic symptoms, though with caution due to side effects.</li><li>• C) OCD</li><li>• Can be used as an augmenting agent to SSRIs in treatment-resistant OCD.</li><li>• D) Bipolar</li><li>• Approved and commonly used for mania and maintenance phases in bipolar disorder.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40286821704953346/40286821704953346.m3u8"}, {"text": "Which of the following is “body focused repetitive behavioral disorder” that is included under OCD and related disorders in ICD 11?", "options": [{"label": "A", "text": "Trichotillomania", "correct": true}, {"label": "B", "text": "Body dysmorphic disorder", "correct": false}, {"label": "C", "text": "Hypochondriasis", "correct": false}, {"label": "D", "text": "Olfactory reference syndrome", "correct": false}], "correct_answer": "A. Trichotillomania", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(164).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3312191704953360/3312191704953360.m3u8"}, {"text": "Match the following with respect to PHYSICIAN’s Mental Health", "options": [{"label": "A", "text": "1–A, 2-D, 3-B, 4-C", "correct": true}, {"label": "B", "text": "1-D, 2-A, 3-C, 4-B", "correct": false}, {"label": "C", "text": "1-C, 2-D, 3-B, 4-A", "correct": false}, {"label": "D", "text": "1-B, 2-D, 3-C, 4-A", "correct": false}], "correct_answer": "A. 1–A, 2-D, 3-B, 4-C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(786).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18299191704953374/18299191704953374.m3u8"}, {"text": "Match the following :", "options": [{"label": "A", "text": "1–D, 2-C, 3-A, 4-B", "correct": true}, {"label": "B", "text": "1-A, 2-C, 3-D, 4-B", "correct": false}, {"label": "C", "text": "1-C, 2-D, 3-A, 4-B", "correct": false}, {"label": "D", "text": "1-A, 2-D, 3-C, 4-B", "correct": false}], "correct_answer": "A. 1–D, 2-C, 3-A, 4-B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(749).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34119651704953386/34119651704953386.m3u8"}, {"text": "A female patient having recurrent distressing thoughts of DIRT contamination leading to repetitive hand washing. Psychotherapy of choice for her is :", "options": [{"label": "A", "text": "Systemic Desensitization", "correct": false}, {"label": "B", "text": "Exposure & Response Prevention", "correct": true}, {"label": "C", "text": "Cognitive Behavioral Therapy", "correct": false}, {"label": "D", "text": "Dialectical Behavioral Therapy", "correct": false}], "correct_answer": "B. Exposure & Response Prevention", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why ERP is the best choice: ERP involves gradual exposure to feared stimuli (e.g., dirt) without allowing the compulsive response (hand washing).</li><li>• It helps reduce anxiety and break the cycle of obsessions and compulsions.</li><li>• It is considered the most effective behavioral therapy for OCD.</li><li>• Other options explained: A) Systemic Desensitization</li><li>• Used primarily for phobias; it involves relaxation techniques paired with gradual exposure, but less effective for OCD.</li><li>• C) Cognitive Behavioral Therapy (CBT)</li><li>• ERP is actually a type of CBT; however, general CBT without ERP is less effective for OCD.</li><li>• D) Dialectical Behavioral Therapy (DBT)</li><li>• Primarily used for borderline personality disorder and emotional regulation, not OCD.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31681951704953402/31681951704953402.m3u8"}, {"text": "All of the following are good prognostic factors in schizophrenia except?", "options": [{"label": "A", "text": "Late age of onset", "correct": false}, {"label": "B", "text": "Associated with depression", "correct": false}, {"label": "C", "text": "Insidious onset of symptoms", "correct": true}, {"label": "D", "text": "Positive symptoms", "correct": false}], "correct_answer": "C. Insidious onset of symptoms", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(177).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8506231704953415/8506231704953415.m3u8"}, {"text": "Which of these are SUB CORTICAL dementia? A. Parkinson's disease B. Wilson's disease C. Huntington's disease D. Pick's disease", "options": [{"label": "A", "text": "A, B, C ONLY", "correct": true}, {"label": "B", "text": "A AND B ONLY", "correct": false}, {"label": "C", "text": "A, B, C, D", "correct": false}, {"label": "D", "text": "A, C, D ONLY", "correct": false}], "correct_answer": "A. A, B, C ONLY", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2_1(165).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1964391704953429/1964391704953429.m3u8"}, {"text": "Which of the following antidepressant drug is associated with least sexual side effects?", "options": [{"label": "A", "text": "Mirtazapine", "correct": true}, {"label": "B", "text": "Venlafaxine", "correct": false}, {"label": "C", "text": "Imipramine", "correct": false}, {"label": "D", "text": "Fluoxetine", "correct": false}], "correct_answer": "A. Mirtazapine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15156681704953441/15156681704953441.m3u8"}, {"text": "A male patient who lost his job recently (1 week back) following which he became irritable and had sad mood, the thoughts of job and future made his mood even worse .He was more irritated towards the people in his home, but he occasionally went for a movie with his friends and was able to enjoy with them but after returning back to his come, he again had similar symptoms. Probable diagnosis?", "options": [{"label": "A", "text": "Generalized anxiety disorder", "correct": false}, {"label": "B", "text": "Adjustment disorder", "correct": true}, {"label": "C", "text": "Mixed anxiety with depression", "correct": false}, {"label": "D", "text": "Moderate depression", "correct": false}], "correct_answer": "B. Adjustment disorder", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6835781704953454/6835781704953454.m3u8"}, {"text": "A 7 year old child presented with history of bed wetting for last 1 year, at a frequency being twice a week. With thorough investigations, organic cause ruled out. What should be initial treatment plan?", "options": [{"label": "A", "text": "Pharmacotherapy with imipramine", "correct": false}, {"label": "B", "text": "Psychodynamic psychotherapy", "correct": false}, {"label": "C", "text": "Bladder training with reward for delaying micturition during daytime", "correct": false}, {"label": "D", "text": "Bell and pad based classical conditioning", "correct": true}], "correct_answer": "D. Bell and pad based classical conditioning", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(141).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66826531704953467/66826531704953467.m3u8"}, {"text": "A Patient with severe depression was treated with TCA and reported significant improvement of symptoms after 4 weeks. Which of the following is most important concern, at the time of his discharge?", "options": [{"label": "A", "text": "Modafinil to counter the sedative effect", "correct": false}, {"label": "B", "text": "Therapeutic drug monitoring of TCA", "correct": false}, {"label": "C", "text": "Regular monitoring of ECG for arrhythmia", "correct": false}, {"label": "D", "text": "Risk of suicide by TCA overdose", "correct": true}], "correct_answer": "D. Risk of suicide by TCA overdose", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why this is the most important concern at discharge: Patients with severe depression are at increased risk of suicide.</li><li>• TCAs in overdose can cause fatal cardiac arrhythmias, seizures, and severe toxicity.</li><li>• Close monitoring and safe prescribing practices are critical to prevent overdose.</li><li>• Why other options are less critical at discharge: A) Modafinil to counter the sedative effect</li><li>• Sedation may occur, but modafinil use is not standard or essential.</li><li>• B) Therapeutic drug monitoring of TCA</li><li>• Useful but not routinely done at discharge; clinical monitoring is more common.</li><li>• C) Regular monitoring of ECG for arrhythmia</li><li>• ECG is important during initiation and dose adjustments, but not always routinely repeated after stabilization, unless clinically indicated.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41079471704953479/41079471704953479.m3u8"}, {"text": "How will u differentiate delirium from dementia in Alzheimer’s disease?", "options": [{"label": "A", "text": "Disorientation and agitation", "correct": true}, {"label": "B", "text": "Visual hallucinations and impairment of memory", "correct": false}, {"label": "C", "text": "Acute onset and level of consciousness", "correct": false}, {"label": "D", "text": "Agitation and irritation", "correct": false}], "correct_answer": "A. Disorientation and agitation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76572971704953495/76572971704953495.m3u8"}, {"text": "A 10 year old child presented with selective mutism. He is most probably suffering from?", "options": [{"label": "A", "text": "Childhood depression", "correct": false}, {"label": "B", "text": "Hyperkinetic disorder", "correct": false}, {"label": "C", "text": "Childhood psychosis", "correct": false}, {"label": "D", "text": "Childhood anxiety disorder", "correct": true}], "correct_answer": "D. Childhood anxiety disorder", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64067771704953510/64067771704953510.m3u8"}, {"text": "A psychotic patient presented with voluntary purposeless movements was once observed to stand still in the ward with negativism and waxy flexibility. What is appropriate medical management?", "options": [{"label": "A", "text": "Haloperidol", "correct": false}, {"label": "B", "text": "Clonidine", "correct": false}, {"label": "C", "text": "Propranolol", "correct": false}, {"label": "D", "text": "Lorazepam", "correct": true}], "correct_answer": "D. Lorazepam", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49005981704953523/49005981704953523.m3u8"}, {"text": "A 40 year old male patient comes to psychiatry OPD with complaints having repetitive thoughts that, he always feels his hands are dirty, though they are not. He knows that these are his own thoughts only. This gives him discomfort and hence he has to wash them again and again. This is disorder of thought __________.?", "options": [{"label": "A", "text": "Flow", "correct": false}, {"label": "B", "text": "Form", "correct": false}, {"label": "C", "text": "Content", "correct": true}, {"label": "D", "text": "Possession", "correct": false}], "correct_answer": "C. Content", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10_1(97).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1486661704953538/1486661704953538.m3u8"}, {"text": "Which of the following is used to define dependence: A. Strong desire to use drug B. Priority to use drugs other than any other activity C. Increased tolerance D. Persistent use of drugs despite knowing the harmful effects", "options": [{"label": "A", "text": "A, B", "correct": false}, {"label": "B", "text": "A only", "correct": false}, {"label": "C", "text": "A, B, and C", "correct": false}, {"label": "D", "text": "A, B, C and D", "correct": true}], "correct_answer": "D. A, B, C and D", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• A) Strong desire to use the drug: Also called craving, a central feature of dependence.</li><li>• B) Priority to use drugs over other activities: The substance use becomes more important than social, occupational, or recreational activities.</li><li>• C) Increased tolerance: Needing higher doses to achieve the same effect.</li><li>• D) Persistent use despite harmful consequences: Continuing drug use even when it causes physical, psychological, or social problems.</li><li>• All these components together help define the syndrome of dependence.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A boy is experiencing low mood, decreased energy and decreased interest in surroundigns. He is not taking food for past one week. He says ‘I lost my head. I am dead. How can I eat?’ What is the delusion seen in this case?", "options": [{"label": "A", "text": "Cotard’s syndrome", "correct": false}, {"label": "B", "text": "Hypochondriacal delusion", "correct": false}, {"label": "C", "text": "Nihilistic delusion", "correct": true}, {"label": "D", "text": "Bizarre delusion", "correct": false}], "correct_answer": "C. Nihilistic delusion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "La belle indifference is seen in", "options": [{"label": "A", "text": "Schizophrenia", "correct": false}, {"label": "B", "text": "Conversion disorder", "correct": true}, {"label": "C", "text": "Depression", "correct": false}, {"label": "D", "text": "Mania", "correct": false}], "correct_answer": "B. Conversion disorder", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Conversion disorder? Conversion disorder (also called Functional Neurological Symptom Disorder) involves neurological symptoms (e.g., paralysis, blindness) without an organic cause.</li><li>• Patients may display la belle indifférence, seeming unconcerned or indifferent about their symptoms.</li><li>• This feature is classic though not always present.</li><li>• Why other options are incorrect? A) Schizophrenia: Characterized by psychosis, hallucinations, delusions, but la belle indifférence is not a hallmark.</li><li>• C) Depression: Usually associated with distress and emotional response to symptoms.</li><li>• D) Mania: Marked by elevated mood and hyperactivity, not indifference toward symptoms.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1454561704953555/1454561704953555.m3u8"}, {"text": "SCOFF Protocol is used for assessing-", "options": [{"label": "A", "text": "Mental health disorder", "correct": false}, {"label": "B", "text": "Sexual health disorder", "correct": false}, {"label": "C", "text": "Eating disorder", "correct": true}, {"label": "D", "text": "Behavioural disorder", "correct": false}], "correct_answer": "C. Eating disorder", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• It consists of 5 questions aimed at quickly assessing key symptoms such as concern about weight, control over eating, and purging behaviors.</li><li>• SCOFF stands for:</li><li>• S: Do you make yourself Sick because you feel uncomfortably full?</li><li>• C: Do you worry you have lost Control over how much you eat?</li><li>• O: Have you recently lost more than One stone (14 pounds/6.35 kg) in a 3-month period?</li><li>• F: Do you believe yourself to be Fat when others say you are too thin?</li><li>• F: Would you say that Food dominates your life?</li><li>• Why other options are incorrect? A) Mental health disorder: Too broad, SCOFF specifically targets eating disorders.</li><li>• B) Sexual health disorder: Not related to SCOFF.</li><li>• D) Behavioural disorder: SCOFF is not designed to screen behavioural disorders in general.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52912501704953567/52912501704953567.m3u8"}, {"text": "A patient with Alzheimers disesase doesnt want to take medicines orally. Which of the following Acetylcholine esterase inhibitors can be used?", "options": [{"label": "A", "text": "Memantine", "correct": false}, {"label": "B", "text": "Donepezil", "correct": false}, {"label": "C", "text": "Rivastigmine", "correct": true}, {"label": "D", "text": "Galantamine", "correct": false}], "correct_answer": "C. Rivastigmine", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Donepezil and Galantamine are primarily available in oral forms, making them less suitable if the patient refuses oral intake.</li><li>• Memantine is not an acetylcholinesterase inhibitor; it is an NMDA receptor antagonist, so it doesn’t fall under the class of drugs being asked about here.</li><li>• Why other options are incorrect? A) Memantine: Not an acetylcholinesterase inhibitor and usually used in moderate to severe Alzheimer's but given orally.</li><li>• B) Donepezil: Only available orally.</li><li>• D) Galantamine: Only available orally.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient was on a mood stabiliser and developed hyperammonemia and raised hepatic transaminases. Which of the following is likely to be responsible?", "options": [{"label": "A", "text": "Lamotrigine", "correct": false}, {"label": "B", "text": "Valproate", "correct": true}, {"label": "C", "text": "Carbamazepine", "correct": false}, {"label": "D", "text": "Topiramate", "correct": false}], "correct_answer": "B. Valproate", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why other options are incorrect? Lamotrigine: Generally well tolerated; main side effect is rash, including Stevens-Johnson syndrome, but does not typically cause hyperammonemia or significant liver enzyme elevation.</li><li>• Carbamazepine: Can cause liver enzyme elevation but is less commonly associated with hyperammonemia.</li><li>• Topiramate: Rarely causes liver enzyme elevation or hyperammonemia.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following side effects are more commonly seen with carbamazepine than oxcarbazepine, except?", "options": [{"label": "A", "text": "Rashes", "correct": false}, {"label": "B", "text": "Hyponatremia", "correct": true}, {"label": "C", "text": "Blood dyscrasias", "correct": false}, {"label": "D", "text": "Visual side effects", "correct": false}], "correct_answer": "B. Hyponatremia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Hyponatremia is actually more commonly seen with oxcarbazepine than with carbamazepine. Oxcarbazepine has a higher risk of causing SIADH leading to low sodium levels.</li><li>• Summary: Side effects more common with carbamazepine: Rashes, blood dyscrasias, visual disturbances.</li><li>• Side effect more common with oxcarbazepine: Hyponatremia.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A pregnant female diagnosed case bipolar disorder with previous h/o 4 episodes and no episode for past 1 year well controlled with lithium 750 mg, now in the third trimester came to psychiatrist. what is the next management?", "options": [{"label": "A", "text": "Increase dose of lithium", "correct": true}, {"label": "B", "text": "Decrease dose of lithium", "correct": false}, {"label": "C", "text": "Switch to valproate", "correct": false}, {"label": "D", "text": "Stop the drug and proceed drug free", "correct": false}], "correct_answer": "A. Increase dose of lithium", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• This often necessitates increasing the dose to maintain therapeutic levels and prevent relapse.</li><li>• Stopping lithium abruptly or switching to valproate is not advisable during pregnancy due to risks to both mother and fetus.</li><li>• Valproate is teratogenic, especially in the first trimester, so switching is generally avoided.</li><li>• Close monitoring of lithium levels and fetal health is essential.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Consider the correct statements 1-Contemplation - A person who smokes is thinking of quitting smoking but not sure 2 - Precontemplation - A person is considering starting morning walks and its benefits to the health 3- Maintenance phase- A person quit smoking one year back and has not smoked since then 4- Action phase- A person with obesity says he cant do anything as it runs deep in his family", "options": [{"label": "A", "text": "Statement 1 and 3 are correct", "correct": true}, {"label": "B", "text": "Statement 1 and 2 are correct", "correct": false}, {"label": "C", "text": "Statement 1,2,3 are correct", "correct": false}, {"label": "D", "text": "All are correct", "correct": false}], "correct_answer": "A. Statement 1 and 3 are correct", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Precontemplation (Statement 2): Person is considering starting morning walks, which means they are already thinking about change, so this is actually contemplation, not precontemplation. Precontemplation means not yet considering change or unaware of the need.</li><li>• Maintenance phase (Statement 3): Person quit smoking 1 year ago and has maintained abstinence — correct for maintenance phase.</li><li>• Action phase (Statement 4): Saying \"I can’t do anything\" reflects denial or resistance, typical of precontemplation, not action phase.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient was started on amitriptyline and was found unconscious. Which of the following doesnt suggest TCA toxicity?", "options": [{"label": "A", "text": "Arrhythmia", "correct": false}, {"label": "B", "text": "Confusion", "correct": false}, {"label": "C", "text": "Hypothermia", "correct": true}, {"label": "D", "text": "Pupillary dilatation", "correct": false}], "correct_answer": "C. Hypothermia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Arrhythmias (due to cardiac sodium channel blockade)</li><li>• Confusion (central nervous system toxicity)</li><li>• Pupillary dilatation (anticholinergic effects)</li><li>• Hyperthermia, NOT hypothermia, due to anticholinergic and CNS effects</li><li>• So, hypothermia is NOT a typical feature of TCA overdose/toxicity.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the condition with appropriate drug treatment 1. Delirium Tremens - Oxazepam 2. Smoking cessation - Varenicline 3. Opiod overdose - Naloxone 4. Alcohol deaddiction - Acamprosate", "options": [{"label": "A", "text": "1 and 3", "correct": false}, {"label": "B", "text": "2 and 4", "correct": false}, {"label": "C", "text": "1, 2 and 4", "correct": false}, {"label": "D", "text": "All of the above", "correct": true}], "correct_answer": "D. All of the above", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Smoking cessation – Varenicline is a partial nicotinic receptor agonist used to help quit smoking.</li><li>• Opioid overdose – Naloxone is the opioid antagonist used to reverse opioid toxicity.</li><li>• Alcohol deaddiction – Acamprosate helps maintain abstinence in alcohol dependence.</li><li>• All pairs are correctly matched.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71465811731492066/71465811731492066.m3u8"}, {"text": "Match the following scenarios with their treatment:", "options": [{"label": "A", "text": "B,C,D,A", "correct": true}, {"label": "B", "text": "C,D,A,B", "correct": false}, {"label": "C", "text": "A,B,C,D", "correct": false}, {"label": "D", "text": "D,C,B,A", "correct": false}], "correct_answer": "A. B,C,D,A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture1.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not true about “Rapid cyclers”?", "options": [{"label": "A", "text": "Occurs commonly in men", "correct": true}, {"label": "B", "text": "Commonly associated with concomitant hypothyroidism", "correct": false}, {"label": "C", "text": "At least four distinct episodes per year", "correct": false}, {"label": "D", "text": "Antidepressants increase the likelihood", "correct": false}], "correct_answer": "A. Occurs commonly in men", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• It is more common in women, not men. So, \"occurs commonly in men\" is false. (Option A — false)</li><li>• Rapid cycling is often associated with hypothyroidism or thyroid dysfunction. (Option B — true)</li><li>• Use of antidepressants can increase the risk or frequency of rapid cycling in bipolar patients. (Option D — true)</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHO program mhGAP doesn’t include which of the following disorder in priority list:", "options": [{"label": "A", "text": "Mental health disorders of childhood", "correct": false}, {"label": "B", "text": "OCD", "correct": true}, {"label": "C", "text": "Depression", "correct": false}, {"label": "D", "text": "Schizophrenia and other psychotic disorders", "correct": false}], "correct_answer": "B. OCD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following Sexual perversions with their descriptions:", "options": [{"label": "A", "text": "1-A, 2-B, 3-D, 4-C", "correct": false}, {"label": "B", "text": "1-A, 2-C, 3- D, 4-B", "correct": true}, {"label": "C", "text": "1-B, 2-C, 3-A, 4-D", "correct": false}, {"label": "D", "text": "1-B, 2-A, 3-D, 4-C", "correct": false}], "correct_answer": "B. 1-A, 2-C, 3- D, 4-B", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture2.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The column 2 of polysomnography set in the given image corresponds to which stage?", "options": [{"label": "A", "text": "Awake stage", "correct": false}, {"label": "B", "text": "REM stage", "correct": true}, {"label": "C", "text": "NREM stage", "correct": false}, {"label": "D", "text": "Drowsy", "correct": false}], "correct_answer": "B. REM stage", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/picture3.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not included in diagnosis of autism spectrum disorder ?", "options": [{"label": "A", "text": "abnormalities in communication", "correct": false}, {"label": "B", "text": "abnormalities in socializing", "correct": false}, {"label": "C", "text": "Restriction in interest and behaviour", "correct": false}, {"label": "D", "text": "Impaired cognition/cognitive declin", "correct": true}], "correct_answer": "D. Impaired cognition/cognitive declin", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• A. Abnormalities in communication – such as delayed language development or difficulty in sustaining conversations.</li><li>• B. Abnormalities in socializing – including poor eye contact, lack of interest in peers, or difficulty understanding social cues.</li><li>• C. Restriction in interest and behavior – such as repetitive movements, strict routines, or fixated interests.</li><li>• However, D. Impaired cognition/cognitive decline is not a core diagnostic feature of autism. While intellectual disability can co-occur with ASD, cognitive decline (progressive loss of cognitive function) is not typical of ASD and is more characteristic of conditions like dementia.</li><li>• Therefore, the correct answer is: D. Impaired cognition/cognitive decline.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not included in beck’s cognitive theory of depression?", "options": [{"label": "A", "text": "Automatic thoughts", "correct": false}, {"label": "B", "text": "Introjection", "correct": true}, {"label": "C", "text": "Cognitive distortions", "correct": false}, {"label": "D", "text": "Dysfunctional beliefs", "correct": false}], "correct_answer": "B. Introjection", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• A. Automatic thoughts: Spontaneous, negative thoughts that pop into a person’s mind, often about themselves, the world, or the future.</li><li>• C. Cognitive distortions: Systematic errors in thinking (e.g., overgeneralization, catastrophizing).</li><li>• D. Dysfunctional beliefs: Deeply held negative beliefs about oneself and the world, formed early in life and activated in stressful situations.</li><li>• B. Introjection, on the other hand, is a psychoanalytic concept (originating from Freud), referring to the unconscious adoption of the ideas or attitudes of others (e.g., internalizing the voice of a critical parent). It is not a component of Beck’s cognitive theory.</li><li>• Therefore, the correct answer is: B. Introjection.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Supportive psychotherapy, is not useful in which of the following conditions?", "options": [{"label": "A", "text": "Acute psychiatric illness with crisis and uncontrollable patient", "correct": false}, {"label": "B", "text": "Patient with severe chronic psychiatric illness and fragility with dysfunctional ego with good frustration tolerance", "correct": false}, {"label": "C", "text": "Well motivated person for psychotherapy who is not frustrated", "correct": true}, {"label": "D", "text": "Patient with cognitive deficit and physical symptoms", "correct": false}], "correct_answer": "C. Well motivated person for psychotherapy who is not frustrated", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of these are causes of reversible dementia? A. NPH B. Hypothyroid C. LBD D. Vitamin B12 deficiency", "options": [{"label": "A", "text": "A and B", "correct": false}, {"label": "B", "text": "A, B , C", "correct": false}, {"label": "C", "text": "All", "correct": false}, {"label": "D", "text": "All except C", "correct": true}], "correct_answer": "D. All except C", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Tactile hallucinations seen with use of cocaine are known as:", "options": [{"label": "A", "text": "Formication", "correct": true}, {"label": "B", "text": "Dipsomania", "correct": false}, {"label": "C", "text": "Oneroid", "correct": false}, {"label": "D", "text": "Carphologia", "correct": false}], "correct_answer": "A. Formication", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Cocaine intoxication or withdrawal</li><li>• Amphetamine use</li><li>• Alcohol withdrawal (delirium tremens)</li><li>• Sometimes in severe psychosis or menopause</li><li>• This is often referred to as \"cocaine bugs.\"</li><li>• Other Options Explained: B. Dipsomania – An outdated term referring to uncontrollable cravings for alcohol (not related to tactile hallucinations).</li><li>• C. Oneiroid – A dream-like state of altered consciousness, often seen in schizophrenia, with vivid hallucinations and confusion.</li><li>• D. Carphologia – A motor symptom where a delirious patient picks at clothes or beddings, not related to hallucinations.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is true about “LITHIUM”?", "options": [{"label": "A", "text": "Fine tremors are seen at therapeutic blood levels", "correct": true}, {"label": "B", "text": "Lithium is not absorbed from the gut", "correct": false}, {"label": "C", "text": "It doesn’t cause teratogenicity", "correct": false}, {"label": "D", "text": "Approved drug for use in absence seizures", "correct": false}], "correct_answer": "A. Fine tremors are seen at therapeutic blood levels", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• A. Fine tremors are seen at therapeutic blood levels — True Fine hand tremors are a common and well-documented side effect of lithium even at therapeutic levels (0.6–1.2 mEq/L).</li><li>• These tremors are typically benign but may be distressing to patients.</li><li>• Propranolol is often used to treat lithium-induced tremors.</li><li>• B. Lithium is not absorbed from the gut — False Incorrect. Lithium is well absorbed from the gastrointestinal tract.</li><li>• It reaches peak plasma levels within 1–2 hours of oral administration.</li><li>• C. It doesn’t cause teratogenicity — False Incorrect. Lithium is teratogenic, particularly associated with Ebstein's anomaly, a rare congenital heart defect, when used during the first trimester of pregnancy.</li><li>• D. Approved drug for use in absence seizures — False Incorrect. Lithium is not used and not approved for absence seizures.</li><li>• In fact, lithium may lower the seizure threshold in some individuals.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient was started on antidepressant therapy and presented with priapism, what could be the offending drug?", "options": [{"label": "A", "text": "Trazodone", "correct": true}, {"label": "B", "text": "Venlafaxine", "correct": false}, {"label": "C", "text": "Mirtazapine", "correct": false}, {"label": "D", "text": "Bupropion", "correct": false}], "correct_answer": "A. Trazodone", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Why Trazodone causes priapism: Trazodone has alpha-1 adrenergic antagonistic activity.</li><li>• This leads to vasodilation and impaired venous outflow in the penis, resulting in prolonged erections (priapism).</li><li>• Though rare, it is a urological emergency and must be addressed quickly to avoid permanent damage.</li><li>• Other Options: Venlafaxine (SNRI): Not commonly associated with priapism.</li><li>• Mirtazapine (NaSSA): Sedative, but not linked to priapism.</li><li>• Bupropion (NDRI): May cause agitation, insomnia, or seizures in overdose, but not priapism.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What rare side effect should a patient be put on clozapine therapy should be monitored for be on ?", "options": [{"label": "A", "text": "Agranulocytosis", "correct": true}, {"label": "B", "text": "Myocarditis", "correct": false}, {"label": "C", "text": "Intra-Cerebral Bleed", "correct": false}, {"label": "D", "text": "Suicidal Risk", "correct": false}], "correct_answer": "A. Agranulocytosis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• Clozapine is an atypical antipsychotic used primarily in treatment-resistant schizophrenia . While it is highly effective, it carries a risk of serious side effects , the most important and rare but potentially fatal being:</li><li>• Clozapine</li><li>• treatment-resistant schizophrenia</li><li>• serious side effects</li><li>• rare but potentially fatal</li><li>• Agranulocytosis</li><li>• Definition: A severe drop in white blood cells (particularly neutrophils), increasing risk of infections.</li><li>• Definition:</li><li>• Monitoring:</li><li>• Monitoring:</li><li>• Mandatory regular blood tests (WBC and ANC counts).Weekly for the first 6 months, biweekly for the next 6 months, and monthly thereafter if stable.</li><li>• Mandatory regular blood tests</li><li>• Action: If WBC or ANC drops below a certain threshold, clozapine must be discontinued immediately.</li><li>• Action:</li><li>• B. Myocarditis: Also a rare but serious side effect of clozapine, particularly in the first month of treatment. It should be monitored for, but agranulocytosis remains the most critical and routine monitoring is mandated.</li><li>• B. Myocarditis:</li><li>• first month</li><li>• agranulocytosis remains the most critical</li><li>• C. Intra-Cerebral Bleed: Not associated with clozapine.</li><li>• C. Intra-Cerebral Bleed:</li><li>• D. Suicidal Risk: Clozapine actually reduces suicide risk in schizophrenia.</li><li>• D. Suicidal Risk:</li><li>• actually reduces suicide risk</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mr X has low mood since past few months decreased personal hygiene, loss of appetite and low energy levels. On Mental status examination his thoughts were: I'm dead i don't have a head how will I eat? Which delusion?", "options": [{"label": "A", "text": "Paranoid", "correct": false}, {"label": "B", "text": "Nihilistic", "correct": true}, {"label": "C", "text": "Bizarre", "correct": false}, {"label": "D", "text": "Cotard", "correct": false}], "correct_answer": "B. Nihilistic", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• What are Nihilistic Delusions? These are false beliefs involving nonexistence of self, body parts, or the external world.</li><li>• Most commonly seen in severe depression, especially psychotic depression.</li><li>• Often associated with Cotard's syndrome, a rare condition characterized by nihilistic delusions.</li><li>• Option Clarification: A. Paranoid – Involves beliefs of being persecuted or conspired against.</li><li>• C. Bizarre – Delusions that are clearly implausible (e.g., \"my thoughts are being beamed into outer space\"). While nihilistic delusions are strange, they are not necessarily categorized as bizarre in the technical psychiatric sense.</li><li>• D. Cotard – This is not a type of delusion, but a syndrome in which nihilistic delusions are the core symptom. So while Cotard's syndrome may describe the clinical picture, the specific type of delusion is nihilistic.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is included in criterion of substance dependence? A. The substance is often taken in larger amounts or over a longer period than was intended B. The substance use is continued despite having a physical problem that is likely to have been caused by the substance C. Tolerance D. important social, occupational, or recreational activities are given up or reduced because of substance use", "options": [{"label": "A", "text": "A, B, C", "correct": false}, {"label": "B", "text": "A and B", "correct": false}, {"label": "C", "text": "B and C", "correct": false}, {"label": "D", "text": "A, B, C, D", "correct": true}], "correct_answer": "D. A, B, C, D", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Explanation:</strong></p>\n<ul><li>• A. Larger amounts or longer duration than intended The person consumes more of the substance or for a longer time than they planned.</li><li>• B. Continued use despite physical/psychological harm The person keeps using the substance even when they are aware it is causing or worsening a health problem.</li><li>• C. Tolerance Increasing doses of the substance are needed to achieve the same effect, or the same amount produces a diminished effect.</li><li>• D. Neglect of important activities Social, occupational, or recreational activities are reduced or abandoned because of substance use.</li><li>• Additional Common Criteria Include: Withdrawal symptoms when stopping the substance.</li><li>• Persistent desire or unsuccessful efforts to cut down or control use.</li><li>• A great deal of time is spent in obtaining, using, or recovering from the substance.</li></ul>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient of schizophrenia says, \"Lord hanuman was a celibate, I am celibate too, therefore I am lord hanuman\". This is an example of:", "options": [{"label": "A", "text": "Loss of association", "correct": false}, {"label": "B", "text": "Autistic thinking", "correct": true}, {"label": "C", "text": "Neologism", "correct": false}, {"label": "D", "text": "Verbigeration", "correct": false}], "correct_answer": "B. Autistic thinking", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not included in ICD-11 core criteria of depression diagnosis?", "options": [{"label": "A", "text": "Low mood for most of time of day", "correct": false}, {"label": "B", "text": "Loss of interest or pleasure", "correct": false}, {"label": "C", "text": "Loss of self esteem or confidence", "correct": true}, {"label": "D", "text": "Decreased energy levels", "correct": false}], "correct_answer": "C. Loss of self esteem or confidence", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "First line agents for treatment of mania? (Multiple correct) A. Haloperidol B. Lithium C. Valproate D. Amitryptiline", "options": [{"label": "A", "text": "A,B,C,", "correct": true}, {"label": "B", "text": "A,B", "correct": false}, {"label": "C", "text": "B,C,D", "correct": false}, {"label": "D", "text": "A,B,C,D", "correct": false}], "correct_answer": "A. A,B,C,", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which new psychoactive substance is found to have a rapid acting antidepressant action?", "options": [{"label": "A", "text": "ketamine", "correct": true}, {"label": "B", "text": "cannabinoids", "correct": false}, {"label": "C", "text": "bupropion", "correct": false}, {"label": "D", "text": "mephedrone", "correct": false}], "correct_answer": "A. ketamine", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 40-year-old woman with bipolar disorder is planning a pregnancy. Which of the following drugs must be avoided due to the possibility of Neural Tube Defects?", "options": [{"label": "A", "text": "Valproate", "correct": true}, {"label": "B", "text": "Oxcarbamazepine", "correct": false}, {"label": "C", "text": "Lamotrigine", "correct": false}, {"label": "D", "text": "Levetiracetam", "correct": false}], "correct_answer": "A. Valproate", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All of the following statements are correct except?", "options": [{"label": "A", "text": "Opioid withdrawal is rarely fatal", "correct": false}, {"label": "B", "text": "Buprenorphine can be used for management of opioid withdrawal", "correct": false}, {"label": "C", "text": "Flumazenil is used for the management of long term management of Alcohol Dependence syndrome", "correct": true}, {"label": "D", "text": "Cannabis withdrawl is associated with minimal withdrawal symptoms", "correct": false}], "correct_answer": "C. Flumazenil is used for the management of long term management of Alcohol Dependence syndrome", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statements is false?", "options": [{"label": "A", "text": "Alcohol in low dose in CNS excitatory and high dose is CNS depressant", "correct": true}, {"label": "B", "text": "Cannabis use can result in self driven, repetitive behaviours", "correct": false}, {"label": "C", "text": "Opioids are very effective analgesics", "correct": false}, {"label": "D", "text": "Volatile inhalational agents are mostly toxic to humans", "correct": false}], "correct_answer": "A. Alcohol in low dose in CNS excitatory and high dose is CNS depressant", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An EEG recording was done in a resting normal awake patient and was asked to close eyes for some time. On waking which wave is likely to decrease?", "options": [{"label": "A", "text": "alpha", "correct": true}, {"label": "B", "text": "beta", "correct": false}, {"label": "C", "text": "delta", "correct": false}, {"label": "D", "text": "theta", "correct": false}], "correct_answer": "A. alpha", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 116 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Radiology Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 117</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 117 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "Female of reproductive age group is advised for CECT Head, what will you ask her?", "options": [{"label": "A", "text": "H/O Hypertension", "correct": false}, {"label": "B", "text": "H/O Fall", "correct": false}, {"label": "C", "text": "LMP", "correct": true}, {"label": "D", "text": "Cochlear Implant", "correct": false}], "correct_answer": "C. LMP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the focal lesion on NCCT Abdomen", "options": [{"label": "A", "text": "Hydatid Cyst", "correct": true}, {"label": "B", "text": "Abscess", "correct": false}, {"label": "C", "text": "HCC", "correct": false}, {"label": "D", "text": "FNH", "correct": false}], "correct_answer": "A. Hydatid Cyst", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(827).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the segment marked in orange", "options": [{"label": "A", "text": "5", "correct": true}, {"label": "B", "text": "6", "correct": false}, {"label": "C", "text": "7", "correct": false}, {"label": "D", "text": "8", "correct": false}], "correct_answer": "A. 5", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(755).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3_1(143).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In RTA case, whole body CT scan will not include which of the below mentioned?", "options": [{"label": "A", "text": "CT abdomen", "correct": false}, {"label": "B", "text": "CT brain", "correct": false}, {"label": "C", "text": "CT cervical spine", "correct": false}, {"label": "D", "text": "CT upper limb", "correct": true}], "correct_answer": "D. CT upper limb", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33716131701945629/33716131701945629.m3u8"}, {"text": "Child with respiratory distress & cyanosis. Exam with clubbing, single S2,and ejection systolic murmur, best heard in pulmonary area. What is the most likely diagnosis?", "options": [{"label": "A", "text": "TOF", "correct": true}, {"label": "B", "text": "TGA", "correct": false}, {"label": "C", "text": "Ebstein’s anomaly", "correct": false}, {"label": "D", "text": "TAPVC", "correct": false}], "correct_answer": "A. TOF", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(666).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66127521701945644/66127521701945644.m3u8"}, {"text": "Match the following?", "options": [{"label": "A", "text": "A-2, B-3, C-1, D-4", "correct": true}, {"label": "B", "text": "A-1, B-2, C-3, D-4", "correct": false}, {"label": "C", "text": "A-4, B-3, C-2, D-1", "correct": false}, {"label": "D", "text": "A-2, B-4, C-1, D-3", "correct": false}], "correct_answer": "A. A-2, B-3, C-1, D-4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(547).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(107).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71647061701945655/71647061701945655.m3u8"}, {"text": "Patient with history of prostate carcinoma. High Gleason score. Bone scan done show increased uptake with bones and reduced in kidney & soft tissue. This is reported as superscan, reason behind it is", "options": [{"label": "A", "text": "Increased uptake in bone", "correct": false}, {"label": "B", "text": "Increased uptake because of osteoblastic lesions", "correct": true}, {"label": "C", "text": "Decreased uptake in kidney", "correct": false}, {"label": "D", "text": "Increased because of prostatic carcinoma", "correct": false}], "correct_answer": "B. Increased uptake because of osteoblastic lesions", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46223841701945669/46223841701945669.m3u8"}, {"text": "Gas under diaphragm is noticed in a patient with peptic ulcer disease. What would you do for further investigation? 1.CECT 2.IV fluids 3.Exploratory laparotomy 4.UGIE", "options": [{"label": "A", "text": "1,2,3", "correct": false}, {"label": "B", "text": "1,2", "correct": false}, {"label": "C", "text": "1,3,4", "correct": false}, {"label": "D", "text": "2,3", "correct": true}], "correct_answer": "D. 2,3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(463).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20004631701945682/20004631701945682.m3u8"}, {"text": "Identify the vascular lesion on CECT shown", "options": [{"label": "A", "text": "RCC", "correct": false}, {"label": "B", "text": "Angiomyolipoma", "correct": true}, {"label": "C", "text": "Renal Cyst", "correct": false}, {"label": "D", "text": "Oncocytoma", "correct": false}], "correct_answer": "B. Angiomyolipoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(486).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/75642341701945695/75642341701945695.m3u8"}, {"text": "In the given below X-ray, Obstructions is seen in which of the following part/management", "options": [{"label": "A", "text": "Small bowel obstructions due to bowel perforation", "correct": false}, {"label": "B", "text": "Large bowel by fecolith", "correct": false}, {"label": "C", "text": "Sigmoid", "correct": true}, {"label": "D", "text": "Caecum", "correct": false}], "correct_answer": "C. Sigmoid", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(392).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11_1(101).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 34-years-old woman landed up in AIIMS emergency after a road traffic accident with GCS-3. She was intubated and sent for NCCT which was found to be normal. What is the most likely diagnosis?", "options": [{"label": "A", "text": "SAH", "correct": false}, {"label": "B", "text": "EDH", "correct": false}, {"label": "C", "text": "Cerebral contusion", "correct": false}, {"label": "D", "text": "DAI", "correct": true}], "correct_answer": "D. DAI", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/12_1(72).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60389081701945710/60389081701945710.m3u8"}, {"text": "A 70-years-old male presents with a history of painful limp. There is no history of drug intake or trauma. What is the most likely diagnosis based on the given image?", "options": [{"label": "A", "text": "AVN", "correct": true}, {"label": "B", "text": "TB hip", "correct": false}, {"label": "C", "text": "Ankylosing spondylitis", "correct": false}, {"label": "D", "text": "RA", "correct": false}], "correct_answer": "A. AVN", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(364).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the least useful investigation to confirm the diagnosis of the patient with following condition?", "options": [{"label": "A", "text": "Timed barium swallow", "correct": false}, {"label": "B", "text": "UGIE", "correct": false}, {"label": "C", "text": "Manometry", "correct": false}, {"label": "D", "text": "24-hr pH monitoring", "correct": true}], "correct_answer": "D. 24-hr pH monitoring", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(348).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28339511701945737/28339511701945737.m3u8"}, {"text": "What is the investigation of choice to confirm the diagnosis of the patient with following condition?", "options": [{"label": "A", "text": "Timed barium swallow", "correct": false}, {"label": "B", "text": "UGIE", "correct": false}, {"label": "C", "text": "Manometry", "correct": true}, {"label": "D", "text": "24-hr pH monitoring", "correct": false}], "correct_answer": "C. Manometry", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15(333).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15_1(92).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Following blunt trauma to the chest, patient presents to the casualty. Out of the following radiographs, in which case, will you do further evaluation before putting a chest tube in the patient:", "options": [{"label": "A", "text": "Only 1", "correct": false}, {"label": "B", "text": "1 and 2", "correct": true}, {"label": "C", "text": "2 and 3", "correct": false}, {"label": "D", "text": "All 3", "correct": false}], "correct_answer": "B. 1 and 2", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(315).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57913151701945749/57913151701945749.m3u8"}, {"text": "What is the likely staging based on the image shown:", "options": [{"label": "A", "text": "T1NOMO", "correct": false}, {"label": "B", "text": "T2NOMO", "correct": false}, {"label": "C", "text": "T3NOMO", "correct": false}, {"label": "D", "text": "T4aN1MO", "correct": true}], "correct_answer": "D. T4aN1MO", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/17(297).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15317781701945765/15317781701945765.m3u8"}, {"text": "A 34-years-old patient with pain in the left flank has presented to the OPD. CT scan was done and shown below. Identify the incorrect statement:", "options": [{"label": "A", "text": "A Cyst content will cause hypersensitivity if leaked", "correct": false}, {"label": "B", "text": "FNAC should be done to confirm diagnosis", "correct": true}, {"label": "C", "text": "Albendazole is to be given before performing nephrectomy", "correct": false}, {"label": "D", "text": "It’s caused by a dog tapeworm", "correct": false}], "correct_answer": "B. FNAC should be done to confirm diagnosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(280).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37234641701945779/37234641701945779.m3u8"}, {"text": "A 30 years old patient was hit by a bull and later presented with complaint of abdominal pain for last 3 days and obstipation for last 2 days along with nausea and vomiting. He was initially stabilized but now presented with increased pain and on examination, abdomen was found to be rigid. A radiograph was performed and shown below. What could be the most likely cause of his condition.", "options": [{"label": "A", "text": "Hollow Viscus perforation", "correct": true}, {"label": "B", "text": "Hemoperitoneum", "correct": false}, {"label": "C", "text": "Subdiaphragmatic Abscess", "correct": false}, {"label": "D", "text": "Tension Pneumothorax", "correct": false}], "correct_answer": "A. Hollow Viscus perforation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/19(260).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14920451701945800/14920451701945800.m3u8"}, {"text": "Identify the name of investigation:", "options": [{"label": "A", "text": "USG", "correct": true}, {"label": "B", "text": "MRI", "correct": false}, {"label": "C", "text": "Fluoroscopy", "correct": false}, {"label": "D", "text": "Radiography", "correct": false}], "correct_answer": "A. USG", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/20(255).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statement is true regarding CORADS:", "options": [{"label": "A", "text": "CORADS 0- Normal Lung", "correct": false}, {"label": "B", "text": "CORADS 5- Typical of COVID", "correct": true}, {"label": "C", "text": "Pleural thickening is a typical feature of COVID", "correct": false}, {"label": "D", "text": "Lobar consolidation is typical of COVID 19", "correct": false}], "correct_answer": "B. CORADS 5- Typical of COVID", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/21_1(65).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63011471701945817/63011471701945817.m3u8"}, {"text": "Which of the following modalities are used for diagnosis on placenta accreta? 1. USG 2. MRI 3. Angiography 4. Radiograph", "options": [{"label": "A", "text": "Only 1", "correct": false}, {"label": "B", "text": "1 & 2 are true", "correct": true}, {"label": "C", "text": "2 and 3 are true", "correct": false}, {"label": "D", "text": "1, 2, 3 and 4 are true", "correct": false}], "correct_answer": "B. 1 & 2 are true", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15559521701945834/15559521701945834.m3u8"}, {"text": "A 56-years-old with surgically obstructed jaundice has distended gall bladder with dilated CBD and intrahepatic biliary radicles on USG. No stone was identified. CT confirmed the findings. Which of the following investigation would be most useful to localize the cause?", "options": [{"label": "A", "text": "Endoscopic USG", "correct": false}, {"label": "B", "text": "Percutaneous T Tube cholangiogram", "correct": false}, {"label": "C", "text": "MRI", "correct": true}, {"label": "D", "text": "PET", "correct": false}], "correct_answer": "C. MRI", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which one of the following is Least Radiosensitive phase of cell cycle?", "options": [{"label": "A", "text": "G1", "correct": false}, {"label": "B", "text": "G2", "correct": false}, {"label": "C", "text": "S", "correct": true}, {"label": "D", "text": "M", "correct": false}], "correct_answer": "C. S", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31975631701945846/31975631701945846.m3u8"}, {"text": "Which of the following procedure would be contraindicated in the patient with following finding on imaging?", "options": [{"label": "A", "text": "NG tube", "correct": false}, {"label": "B", "text": "LOG Roll", "correct": false}, {"label": "C", "text": "ICD tube drainage", "correct": true}, {"label": "D", "text": "Epidural anesthesia", "correct": false}], "correct_answer": "C. ICD tube drainage", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/25(206).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "There was one USG of a 10 weeks primigravida. She was having fresh bleeding. On p/v her uterus was of 12 weeks size and we had to diagnose on the basis of USG:", "options": [{"label": "A", "text": "H mole", "correct": true}, {"label": "B", "text": "Missed Abortion", "correct": false}, {"label": "C", "text": "Ectopic Pregnancy", "correct": false}, {"label": "D", "text": "Blighted Ovum", "correct": false}], "correct_answer": "A. H mole", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/26(153).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the anatomical variant shown in the CT scan", "options": [{"label": "A", "text": "Pneumatized superior Turbinate", "correct": true}, {"label": "B", "text": "Onodi cells", "correct": false}, {"label": "C", "text": "Haller cells", "correct": false}, {"label": "D", "text": "Concha Bullosa", "correct": false}], "correct_answer": "A. Pneumatized superior Turbinate", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27(167).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/27_1(30).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/67352681701945863/67352681701945863.m3u8"}, {"text": "A 76 years old non smoker male presented with nasal obstruction. CT & endoscopic findings are shown. What is the diagnosis?", "options": [{"label": "A", "text": "Esthesioneuroblastoma", "correct": false}, {"label": "B", "text": "Inverted papilloma", "correct": true}, {"label": "C", "text": "JNA", "correct": false}, {"label": "D", "text": "Maxillary Sinus Ca", "correct": false}], "correct_answer": "B. Inverted papilloma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28(151).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28_1(35).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "During Clinical rounds residents and chief are seeing this film as shown\" identify the arrow marked structure", "options": [{"label": "A", "text": "Cribiform plate", "correct": false}, {"label": "B", "text": "Anterior ethmoidal canal", "correct": true}, {"label": "C", "text": "Posterior ethmoidal canal", "correct": false}, {"label": "D", "text": "Optic canal", "correct": false}], "correct_answer": "B. Anterior ethmoidal canal", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/29(165).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8942961704869480/8942961704869480.m3u8"}, {"text": "Patient on USG had Bosniak Type 3 Cyst and CECT was done for evaluation", "options": [{"label": "A", "text": "Angiomyolipoma", "correct": false}, {"label": "B", "text": "Oncocytoma", "correct": true}, {"label": "C", "text": "RCC", "correct": false}, {"label": "D", "text": "Renal Cyst", "correct": false}], "correct_answer": "B. Oncocytoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/30(141).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Best investigation to localise cause of primary hyperparathyroidism?", "options": [{"label": "A", "text": "FDG", "correct": false}, {"label": "B", "text": "Sestamibi Scan", "correct": true}, {"label": "C", "text": "Neck USG", "correct": false}, {"label": "D", "text": "CT", "correct": false}], "correct_answer": "B. Sestamibi Scan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37967591701945891/37967591701945891.m3u8"}, {"text": "Identify the MRI Sequence.", "options": [{"label": "A", "text": "SWI", "correct": true}, {"label": "B", "text": "ADC", "correct": false}, {"label": "C", "text": "GRE", "correct": false}, {"label": "D", "text": "Proton Density Image", "correct": false}], "correct_answer": "A. SWI", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32(141).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58950981701945903/58950981701945903.m3u8"}, {"text": "Identify the investigation shown?", "options": [{"label": "A", "text": "CT", "correct": true}, {"label": "B", "text": "MRI", "correct": false}, {"label": "C", "text": "Contrast Study", "correct": false}, {"label": "D", "text": "Angiography", "correct": false}], "correct_answer": "A. CT", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/33(141).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "5 year child with mild upper abdominal intermittent pain.", "options": [{"label": "A", "text": "Eventration of Diaphragm", "correct": false}, {"label": "B", "text": "Bochdalek Hernia", "correct": false}, {"label": "C", "text": "Morgagni Hernia", "correct": false}, {"label": "D", "text": "Gastric Volvulus", "correct": true}], "correct_answer": "D. Gastric Volvulus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34(143).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22326241701945914/22326241701945914.m3u8"}, {"text": "Gold Standard for Myocarditis", "options": [{"label": "A", "text": "MRI", "correct": false}, {"label": "B", "text": "BNP", "correct": false}, {"label": "C", "text": "Endomyocardial Biopsy", "correct": true}, {"label": "D", "text": "D-Dimer", "correct": false}], "correct_answer": "C. Endomyocardial Biopsy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "17 year patient with cough hemoptysis", "options": [{"label": "A", "text": "Contrast echocardiography", "correct": true}, {"label": "B", "text": "EUS with biopsy", "correct": false}, {"label": "C", "text": "Thoracotomy & sampling", "correct": false}, {"label": "D", "text": "Bronchoscopy & BAL", "correct": false}], "correct_answer": "A. Contrast echocardiography", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36(135).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "65 year old male patient with right sided hemiparesis & aphasia. Bp is 160/110. Sugar is 160mg/dl. NCCT is normal what is the next step in management?", "options": [{"label": "A", "text": "MRI to see the ischemic zone", "correct": false}, {"label": "B", "text": "CT angiography to rule out large vessel occlusion", "correct": true}, {"label": "C", "text": "IV Labetolol", "correct": false}, {"label": "D", "text": "ABG analysis", "correct": false}], "correct_answer": "B. CT angiography to rule out large vessel occlusion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26472061704869541/26472061704869541.m3u8"}, {"text": "Antenatal USG in 19week pregnant female. Identify the congenital abnormality.", "options": [{"label": "A", "text": "Anencephaly", "correct": true}, {"label": "B", "text": "Omphalocele", "correct": false}, {"label": "C", "text": "Encephalocele", "correct": false}, {"label": "D", "text": "Cystic Hygroma", "correct": false}], "correct_answer": "A. Anencephaly", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/38(112).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55411041701945939/55411041701945939.m3u8"}, {"text": "On a day 5 post operative day following post cholecystectomy , a patient presented with pain abdomen, on USG 5 x 5 cm collection is seen in Morrison pouch, a possibility of biliary leak is suspected, what is best investigation to con?rm biliary leak?", "options": [{"label": "A", "text": "CT", "correct": false}, {"label": "B", "text": "MRCP", "correct": false}, {"label": "C", "text": "ERCP", "correct": true}, {"label": "D", "text": "HIDA", "correct": false}], "correct_answer": "C. ERCP", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52382951701945954/52382951701945954.m3u8"}, {"text": "A young smoker, patient with intermittent pain in calf presented to surgery OPD. On examination painful ulcer is seen at the tip of great toe surrounded by black colour skin. Best initial investigation in this case would be", "options": [{"label": "A", "text": "Duplex", "correct": true}, {"label": "B", "text": "CT angiography", "correct": false}, {"label": "C", "text": "MR angiography", "correct": false}, {"label": "D", "text": "Digital subtraction angiogram", "correct": false}], "correct_answer": "A. Duplex", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following investigations can be used in osteoporosis? Multiple completion 1. DEXA 2. Bone scan 3. Quantitative CT 4. Serum chemistry What is the answer?", "options": [{"label": "A", "text": "1, 2", "correct": false}, {"label": "B", "text": "1, 2, 3", "correct": false}, {"label": "C", "text": "1,3,4", "correct": true}, {"label": "D", "text": "1,2,3,4", "correct": false}], "correct_answer": "C. 1,3,4", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11948941701945971/11948941701945971.m3u8"}, {"text": "A 7 year old child presented with lymphadenopathy, skin lesion and following skull radiograph. Which of the following drugs is commonly used in this scenario?", "options": [{"label": "A", "text": "Vinblastine", "correct": true}, {"label": "B", "text": "Vincristine", "correct": false}, {"label": "C", "text": "Methotrexate", "correct": false}, {"label": "D", "text": "Cyclosporin", "correct": false}], "correct_answer": "A. Vinblastine", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42(121).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient with peptic ulcer disease was having abdominal pain since many days, worse since last few hours. Xray is shown, what is to be done next?", "options": [{"label": "A", "text": "IV ?uids and laparotomy", "correct": true}, {"label": "B", "text": "Observation", "correct": false}, {"label": "C", "text": "USG", "correct": false}, {"label": "D", "text": "CT", "correct": false}], "correct_answer": "A. IV ?uids and laparotomy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/43(97).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "30 year old with BMI 18 with progressive di?culty in swallowing in both solids and liquids for 8 months. Barium swallow is shown to you. What other investigation should be done in this patient", "options": [{"label": "A", "text": "UGI endoscopy + Manometry", "correct": true}, {"label": "B", "text": "UGIE + CECT", "correct": false}, {"label": "C", "text": "UGIE + PET", "correct": false}, {"label": "D", "text": "UGIE + 24hr ph monitoring.", "correct": false}], "correct_answer": "A. UGI endoscopy + Manometry", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/44(113).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Young male post Road tra?c accident and is brought to causality with low GCS score. Has features of raised ICT. NCCT brain and spinal imaging were normal. No pelvic fracture, Fast is negative.What could be probable diagnosis?", "options": [{"label": "A", "text": "Posterior reversible encephalopathy syndrome", "correct": false}, {"label": "B", "text": "Diffuse axonal Injury", "correct": true}, {"label": "C", "text": "Post concussion syndrome", "correct": false}, {"label": "D", "text": "Posterior circulation stroke", "correct": false}], "correct_answer": "B. Diffuse axonal Injury", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/526981701945987/526981701945987.m3u8"}, {"text": "25 year old male came to emergency after Road tra?c accident. He is unable to speak full sentences, with hyper-resonant note on percussion and hypotension. CXR is shown, what is the appropriate initial management of this case?", "options": [{"label": "A", "text": "Immediately shift the patient to OT for thoracotomy", "correct": false}, {"label": "B", "text": "Immediate needle thoracotomy in the 5th intercostal space", "correct": false}, {"label": "C", "text": "Large bore needle in 5th Intercostal space followed by ICD tube in 5th Intercostal space.", "correct": true}, {"label": "D", "text": "HRCT Chest", "correct": false}], "correct_answer": "C. Large bore needle in 5th Intercostal space followed by ICD tube in 5th Intercostal space.", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/16129171701946001/16129171701946001.m3u8"}, {"text": "40 year old male is suffering from increasing di?culty in bending forward and inability to look upwards. CT scan is performed , what is the most likely diagnosis?", "options": [{"label": "A", "text": "Fluorosis", "correct": false}, {"label": "B", "text": "Ankylosing spondylitis", "correct": true}, {"label": "C", "text": "Rheumatoid Arthritis", "correct": false}, {"label": "D", "text": "Reiter’s", "correct": false}], "correct_answer": "B. Ankylosing spondylitis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/47(111).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In eFAST which other part is included apart from abdomen?", "options": [{"label": "A", "text": "Thoracic cavity", "correct": true}, {"label": "B", "text": "Pelvis", "correct": false}, {"label": "C", "text": "Peripheral Vessels", "correct": false}, {"label": "D", "text": "Dural veins", "correct": false}], "correct_answer": "A. Thoracic cavity", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4384691701946023/4384691701946023.m3u8"}, {"text": "40 year old male patient with mucopurulent cough underwent CT examination, what is the most likely diagnosis?", "options": [{"label": "A", "text": "Pulmonary Infarct", "correct": false}, {"label": "B", "text": "Cystic fibrosis", "correct": false}, {"label": "C", "text": "Pulmonary Hydatid", "correct": false}, {"label": "D", "text": "Bronchiectasis", "correct": true}], "correct_answer": "D. Bronchiectasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49(94).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The radiograph shown below for better assessment of frontal sinuses. What is the common name of the view shown.", "options": [{"label": "A", "text": "Caldwell View", "correct": true}, {"label": "B", "text": "Waters View", "correct": false}, {"label": "C", "text": "Towne’s View", "correct": false}, {"label": "D", "text": "Pierre’s view", "correct": false}], "correct_answer": "A. Caldwell View", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/50(99).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Gross Specimen of Femur with tumour in 10 year old kid at the lower end of femur", "options": [{"label": "A", "text": "GCT", "correct": false}, {"label": "B", "text": "Osteosarcoma", "correct": true}, {"label": "C", "text": "Chondrosarcoma", "correct": false}, {"label": "D", "text": "Chondroblastoma", "correct": false}], "correct_answer": "B. Osteosarcoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/51(85).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41212751701946052/41212751701946052.m3u8"}, {"text": "USG is least useful for", "options": [{"label": "A", "text": "Retroperitoneal hematoma", "correct": true}, {"label": "B", "text": "Pneumothorax", "correct": false}, {"label": "C", "text": "Pericardial effusion", "correct": false}, {"label": "D", "text": "Renal injury", "correct": false}], "correct_answer": "A. Retroperitoneal hematoma", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52_1(25).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/32842031701946065/32842031701946065.m3u8"}, {"text": "Full Form of FAST", "options": [{"label": "A", "text": "Focussed Assessment with sonography in Trauma", "correct": true}, {"label": "B", "text": "Focussed Abdominal Sonography in Trauma", "correct": false}, {"label": "C", "text": "Fast Assessment with sonography in Trauma", "correct": false}, {"label": "D", "text": "Functional Assessment with sonography in trauma", "correct": false}], "correct_answer": "A. Focussed Assessment with sonography in Trauma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is feature of Large Bowel Obstruction ?", "options": [{"label": "A", "text": "Dilated Bowel loops with haustrations", "correct": true}, {"label": "B", "text": "Dilated Loops with valvulae conniventes", "correct": false}, {"label": "C", "text": "Central Dilated Bowel loops", "correct": false}, {"label": "D", "text": "String of Pearls Sign", "correct": false}], "correct_answer": "A. Dilated Bowel loops with haustrations", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/54_1(25).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/64939091701946076/64939091701946076.m3u8"}, {"text": "50 year old male with diffuse backache, Cervical Spine Xray is show to you", "options": [{"label": "A", "text": "Ankylosing spondylitis", "correct": false}, {"label": "B", "text": "DISH", "correct": true}, {"label": "C", "text": "Klippel feil", "correct": false}, {"label": "D", "text": "Sprengel’s deformity", "correct": false}], "correct_answer": "B. DISH", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(136).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(690).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "True about acute radiation syndrome is", "options": [{"label": "A", "text": "At lower doses more GIT syndromes than Bone Marrow syndrome", "correct": false}, {"label": "B", "text": "CNS is more sensitive than GI to radiation", "correct": false}, {"label": "C", "text": "Haematopoietic syndrome occurs at 2-8 Gy", "correct": true}, {"label": "D", "text": "Symptoms occur in shortest duration with haematopoietic syndrome", "correct": false}], "correct_answer": "C. Haematopoietic syndrome occurs at 2-8 Gy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/57_1(24).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9377381704869603/9377381704869603.m3u8"}, {"text": "The given USG of lung shows:", "options": [{"label": "A", "text": "Stratosphere sign", "correct": false}, {"label": "B", "text": "Seashore sign", "correct": true}, {"label": "C", "text": "Troposphere sign", "correct": false}, {"label": "D", "text": "Mirror image artifact", "correct": false}], "correct_answer": "B. Seashore sign", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/58(102).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An 8-years-old child presents with the history of cough for 7 months. He also gives a history of hemoptysis for 1 month and fever for 4 days. The X-ray is given below. What is your diagnosis?", "options": [{"label": "A", "text": "Hydatid cyst", "correct": false}, {"label": "B", "text": "Lung abscess", "correct": false}, {"label": "C", "text": "Consolidation", "correct": true}, {"label": "D", "text": "Thoracic duct malformations", "correct": false}], "correct_answer": "C. Consolidation", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59(91).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69625721701946101/69625721701946101.m3u8"}, {"text": "Which of the following is the etiological agent for the given case below:", "options": [{"label": "A", "text": "Congenital", "correct": true}, {"label": "B", "text": "Neurofibromatosis", "correct": false}, {"label": "C", "text": "Degenerative arthritic", "correct": false}, {"label": "D", "text": "Idiopathic", "correct": false}], "correct_answer": "A. Congenital", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/60(86).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Following image of FAST in a trauma patient suggests:", "options": [{"label": "A", "text": "Positive fast", "correct": true}, {"label": "B", "text": "Negative fast", "correct": false}, {"label": "C", "text": "Equivocal Fast", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "A. Positive fast", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/61(86).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Assertion: CTA is IOC for aortic dissection Reason: In case of skilled person, even TEE is most sensitivity and speci?city as Multi detector CT", "options": [{"label": "A", "text": "Both Assertion and Reasons are true and the Reason is the correct explanation for the Assertion", "correct": false}, {"label": "B", "text": "Both Assertion and Reasons are true and the Reason is not the correct explanation for the Assertion", "correct": true}, {"label": "C", "text": "Assertion is true, but the Reasons is false", "correct": false}, {"label": "D", "text": "Assertion is false, but the Reasons is true", "correct": false}, {"label": "E", "text": "Both Assertion and Reasons are false", "correct": false}], "correct_answer": "B. Both Assertion and Reasons are true and the Reason is not the correct explanation for the Assertion", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3296031701946118/3296031701946118.m3u8"}, {"text": "Uses of USG:", "options": [{"label": "A", "text": "Is helpful in Insertion of CV-line", "correct": false}, {"label": "B", "text": "To dissolve coronary plaque", "correct": false}, {"label": "C", "text": "Diaphragmatic movemnts", "correct": false}, {"label": "D", "text": "All of the above", "correct": true}], "correct_answer": "D. All of the above", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All lung carcinomas for diagnosis requires CECT thorax but MRI is useful in which of the following:", "options": [{"label": "A", "text": "Small cell lung carcinoma", "correct": false}, {"label": "B", "text": "Adenocarcinoma", "correct": false}, {"label": "C", "text": "Carcinoid", "correct": false}, {"label": "D", "text": "Pancoast tumor", "correct": true}], "correct_answer": "D. Pancoast tumor", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most important advantage of Transcranial USG:", "options": [{"label": "A", "text": "Detect AV malformation", "correct": false}, {"label": "B", "text": "Detect emboli", "correct": false}, {"label": "C", "text": "Detect vasospasm", "correct": true}, {"label": "D", "text": "Detect brain blood vessels stenosis", "correct": false}], "correct_answer": "C. Detect vasospasm", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following doesn’t use ionizing radiation?", "options": [{"label": "A", "text": "MRI", "correct": true}, {"label": "B", "text": "CT", "correct": false}, {"label": "C", "text": "Angiography", "correct": false}, {"label": "D", "text": "Mamography", "correct": false}], "correct_answer": "A. MRI", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Empty thecal sac sign is seen in?", "options": [{"label": "A", "text": "Vertebral Osteomyelits,", "correct": false}, {"label": "B", "text": "Arachnoiditis", "correct": true}, {"label": "C", "text": "Tethered cord syndrome", "correct": false}, {"label": "D", "text": "Discitis", "correct": false}], "correct_answer": "B. Arachnoiditis", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most probable diagnosis on the below xray is?", "options": [{"label": "A", "text": "Cervical rib", "correct": true}, {"label": "B", "text": "Spondylolisthesis of c5 and c6", "correct": false}, {"label": "C", "text": "Fracture of 2nd rib", "correct": false}, {"label": "D", "text": "Jefferson fracture", "correct": false}], "correct_answer": "A. Cervical rib", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/68(80).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Name the type of investigation shown in the below image.", "options": [{"label": "A", "text": "Angiography", "correct": false}, {"label": "B", "text": "Fluoroscopy", "correct": false}, {"label": "C", "text": "Myelography", "correct": true}, {"label": "D", "text": "Neurography", "correct": false}], "correct_answer": "C. Myelography", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/69(83).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The below logo is used to indicate?", "options": [{"label": "A", "text": "Bio hazard", "correct": false}, {"label": "B", "text": "Radiation hazard", "correct": true}, {"label": "C", "text": "Technological waste", "correct": false}], "correct_answer": "B. Radiation hazard", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/70(69).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most probable diagnosis?", "options": [{"label": "A", "text": "Eventration of diaphragm", "correct": false}, {"label": "B", "text": "Emphysema", "correct": false}, {"label": "C", "text": "Pneumoperitmenum", "correct": true}, {"label": "D", "text": "Diaphrammatic hernia", "correct": false}], "correct_answer": "C. Pneumoperitmenum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/71(69).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not an advantage of USG over Mammography?", "options": [{"label": "A", "text": "Useful in young females with dense breasts", "correct": false}, {"label": "B", "text": "Differentiates between solid and cystic lesions in the breast", "correct": false}, {"label": "C", "text": "Guided biopsy can be done", "correct": false}, {"label": "D", "text": "Can be used for mammographically undetectable clinical non palpable breast mass", "correct": true}], "correct_answer": "D. Can be used for mammographically undetectable clinical non palpable breast mass", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43378471701946173/43378471701946173.m3u8"}, {"text": "Identify the abnormality found in the ultrasound image shown below", "options": [{"label": "A", "text": "Phrygian cap", "correct": true}, {"label": "B", "text": "Mercedes-Benz sign", "correct": false}, {"label": "C", "text": "Gall blader polyp", "correct": false}, {"label": "D", "text": "Gall bladder cancer", "correct": false}], "correct_answer": "A. Phrygian cap", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(63).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An MRCP image is shown below. Which among the following is the most likely diagnosis?", "options": [{"label": "A", "text": "Choledocholithiasis", "correct": true}, {"label": "B", "text": "Cholecystitis", "correct": false}, {"label": "C", "text": "Pancreatic duct stricture", "correct": false}, {"label": "D", "text": "Malignancy", "correct": false}], "correct_answer": "A. Choledocholithiasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(47).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the fracture site in the xray shown below:", "options": [{"label": "A", "text": "5th and 6th rib", "correct": false}, {"label": "B", "text": "6th and 7th rib", "correct": true}, {"label": "C", "text": "5th, 6th, and 7th rib", "correct": false}, {"label": "D", "text": "7th and 8th rib", "correct": false}], "correct_answer": "B. 6th and 7th rib", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(44).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presented with dysuria and pain in the back. His lumbar spine xray shows the below finding. What is the diagnosis?", "options": [{"label": "A", "text": "Hyperparathyroidism", "correct": true}, {"label": "B", "text": "Wilson’s disease", "correct": false}, {"label": "C", "text": "Addison’s disease", "correct": false}, {"label": "D", "text": "Cystic fibrosis", "correct": false}], "correct_answer": "A. Hyperparathyroidism", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(44).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Banana sign in USG is associated with which of the following conditions?", "options": [{"label": "A", "text": "Spina bifida", "correct": true}, {"label": "B", "text": "Down’s syndrome", "correct": false}, {"label": "C", "text": "Omphalocele", "correct": false}, {"label": "D", "text": "Klinefelters", "correct": false}], "correct_answer": "A. Spina bifida", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/69002701701946186/69002701701946186.m3u8"}, {"text": "Child with breathlessness. Identify the foreign body seen", "options": [{"label": "A", "text": "Metallic cap", "correct": false}, {"label": "B", "text": "Button Battery", "correct": true}, {"label": "C", "text": "Coin", "correct": false}, {"label": "D", "text": "Metal ball", "correct": false}], "correct_answer": "B. Button Battery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Capture(1433).JPG"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the marked ligament", "options": [{"label": "A", "text": "Patellar tendon", "correct": false}, {"label": "B", "text": "Medial Collateral Ligament", "correct": false}, {"label": "C", "text": "ACL", "correct": false}, {"label": "D", "text": "PCL", "correct": true}], "correct_answer": "D. PCL", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(817).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most sensitive for parathyroid tumour imaging", "options": [{"label": "A", "text": "Tc Sestamibi scan", "correct": false}, {"label": "B", "text": "Tc Sestamibi SPECT", "correct": true}, {"label": "C", "text": "USG", "correct": false}, {"label": "D", "text": "MRI", "correct": false}], "correct_answer": "B. Tc Sestamibi SPECT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient with stab injury to chest. Supine Xray given. Diagnosis", "options": [{"label": "A", "text": "Right hemothorax", "correct": true}, {"label": "B", "text": "Diaphragmatic rupture", "correct": false}, {"label": "C", "text": "Pulmonary contusion", "correct": false}, {"label": "D", "text": "Right Pneumothorax", "correct": false}], "correct_answer": "A. Right hemothorax", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(449).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "The arrow is pointing to", "options": [{"label": "A", "text": "Pulmonary artery", "correct": false}, {"label": "B", "text": "Costal cartilage", "correct": false}, {"label": "C", "text": "Posterior rib", "correct": true}, {"label": "D", "text": "Anterior rib", "correct": false}], "correct_answer": "C. Posterior rib", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(405).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Mount Fuji Sign seen is Tension", "options": [{"label": "A", "text": "Pneumocephalus", "correct": true}, {"label": "B", "text": "Pneumothorax", "correct": false}, {"label": "C", "text": "EDH", "correct": false}, {"label": "D", "text": "Lipoma", "correct": false}], "correct_answer": "A. Pneumocephalus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(366).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Diagnosis, young adult with pain in thigh", "options": [{"label": "A", "text": "Osteosarcoma", "correct": false}, {"label": "B", "text": "Ewings Sarcoma", "correct": false}, {"label": "C", "text": "Chronic osteomyelitis", "correct": true}, {"label": "D", "text": "Osteomalacia", "correct": false}], "correct_answer": "C. Chronic osteomyelitis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(337).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Statement which is True about CT scan is -", "options": [{"label": "A", "text": "Water has Hounsefield number", "correct": true}, {"label": "B", "text": "Unfiltered xray beam is used", "correct": false}, {"label": "C", "text": "CT head dose is 20 msv", "correct": false}, {"label": "D", "text": "First investigation for gall stones", "correct": false}], "correct_answer": "A. Water has Hounsefield number", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Contrast that can be given in pts of chronic renal failure", "options": [{"label": "A", "text": "lonic iodinated contrast", "correct": false}, {"label": "B", "text": "Non ionic iodinated contrast", "correct": false}, {"label": "C", "text": "Uttasound contast", "correct": true}, {"label": "D", "text": "Gadolinium", "correct": false}], "correct_answer": "C. Uttasound contast", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Diagnosis", "options": [{"label": "A", "text": "Patella fracture", "correct": true}, {"label": "B", "text": "Rheumatoid arthritis", "correct": false}, {"label": "C", "text": "Hemarthrosis", "correct": false}, {"label": "D", "text": "Tibial condyle fracture", "correct": false}], "correct_answer": "A. Patella fracture", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(249).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which normal Anatomic variant is seen in this CT", "options": [{"label": "A", "text": "Tracheal diverticulum", "correct": false}, {"label": "B", "text": "Duplication of oesophagus", "correct": false}, {"label": "C", "text": "Aberrant Right subclavian artery", "correct": true}, {"label": "D", "text": "Right aortic arch", "correct": false}], "correct_answer": "C. Aberrant Right subclavian artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(241).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Old man with weight loss, regurgitation and halitosis", "options": [{"label": "A", "text": "Achalasia", "correct": true}, {"label": "B", "text": "Ca Esophagus", "correct": false}], "correct_answer": "A. Achalasia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(222).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Interventional radiology Procedure used for Aneurysm", "options": [{"label": "A", "text": "Colling", "correct": true}, {"label": "B", "text": "Sclerotherapy", "correct": false}, {"label": "C", "text": "Bare Stent", "correct": false}, {"label": "D", "text": "Clipping", "correct": false}], "correct_answer": "A. Colling", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Management of this patient with Road traffic accident, GSC 10 and dilated pupils", "options": [{"label": "A", "text": "Surgical Evacuation", "correct": true}, {"label": "B", "text": "Osmotic diuretic use", "correct": false}, {"label": "C", "text": "Wait & watch", "correct": false}, {"label": "D", "text": "Thrombolysis for blood clot", "correct": false}], "correct_answer": "A. Surgical Evacuation", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the arrow marked structure", "options": [{"label": "A", "text": "Posterior auricular artery", "correct": false}, {"label": "B", "text": "Middle meningeal artery", "correct": false}, {"label": "C", "text": "Superficial temporal artery", "correct": true}, {"label": "D", "text": "Ophthalmic Artery", "correct": false}], "correct_answer": "C. Superficial temporal artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(690).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IOC for ureteric stones or colic", "options": [{"label": "A", "text": "????", "correct": false}, {"label": "B", "text": "NCCT", "correct": true}, {"label": "C", "text": "USG", "correct": false}, {"label": "D", "text": "Ureteroscopy", "correct": false}], "correct_answer": "B. NCCT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41379941731494475/41379941731494475.m3u8"}, {"text": "65 year old diabetic patient with breathing difficulty and pleural effusion. His CT showed \" tree in bud\" appearance. The pleural fluid showed lymphocytes and low ADA levels. Aspirate from hilar lymph node shows which of the following?", "options": [{"label": "A", "text": "Necrotising epitheloid granuloma", "correct": false}, {"label": "B", "text": "Reactive lymphaid hyperplasia", "correct": false}, {"label": "C", "text": "Fungal hyphae surrounded by lymphocytes", "correct": true}, {"label": "D", "text": "Anthracotic pigment", "correct": false}], "correct_answer": "C. Fungal hyphae surrounded by lymphocytes", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10459421731494510/10459421731494510.m3u8"}, {"text": "Old man with long standing dysphagia since months, bad breath", "options": [{"label": "A", "text": "Achalasia", "correct": false}, {"label": "B", "text": "Ca esophagus", "correct": false}, {"label": "C", "text": "Zenker diverticulum", "correct": true}, {"label": "D", "text": "Diffuse esophageal Spasm", "correct": false}], "correct_answer": "C. Zenker diverticulum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(489).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24809991731494538/24809991731494538.m3u8"}, {"text": "Trivial trauma, 68 year old unable to bear weight Image showed Hip pathology and leg fracture", "options": [{"label": "A", "text": "Disseminated TB", "correct": false}, {"label": "B", "text": "Brown's tumor", "correct": false}, {"label": "C", "text": "Metastasis", "correct": true}, {"label": "D", "text": "Eosinophilic granuloma", "correct": false}], "correct_answer": "C. Metastasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(488).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28812531731494575/28812531731494575.m3u8"}, {"text": "Identify the marked blood vessel in this MR Angiogram-", "options": [{"label": "A", "text": "Superficial temporal artery", "correct": false}, {"label": "B", "text": "Basilar artery", "correct": false}, {"label": "C", "text": "Middle meningeal artery", "correct": false}, {"label": "D", "text": "Occipital artery", "correct": true}], "correct_answer": "D. Occipital artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(4).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An elderly man presents with a 7- month history of progressive dysphagia and bad breath. An image is provided . What is the most likely diagnosis", "options": [{"label": "A", "text": "Achalasis", "correct": false}, {"label": "B", "text": "Ca esophagus", "correct": true}, {"label": "C", "text": "Zenkar biverticulum", "correct": false}, {"label": "D", "text": "Diffuse esophageal spasm", "correct": false}], "correct_answer": "B. Ca esophagus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(4).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IOC for Ureteric calculi is", "options": [{"label": "A", "text": "USG", "correct": false}, {"label": "B", "text": "NC-CT", "correct": true}, {"label": "C", "text": "CE-CT", "correct": false}, {"label": "D", "text": "Ureteroscopy", "correct": false}], "correct_answer": "B. NC-CT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 65 year old patient came with inablilty to bear weight following a trivial trauma and the following finding on the PBH and Thigh X – rays. She has a history of weight loss. What is the most likely diagnosis", "options": [{"label": "A", "text": "Eosinophilic granuloma", "correct": false}, {"label": "B", "text": "Disseminated TB", "correct": false}, {"label": "C", "text": "Brown tumor", "correct": false}, {"label": "D", "text": "Metastasis", "correct": true}], "correct_answer": "D. Metastasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture3(3).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 47 year old diabetic patient came with fever, malaise and productive cough. Which of the following is an incorrect statement", "options": [{"label": "A", "text": "Patchy infiltrates are seen in pyogenic pneumonia", "correct": true}, {"label": "B", "text": "Interstitial infiltrates are seen in mycoplasma pneumonia", "correct": false}, {"label": "C", "text": "Hilar lymphadenopathy with lung infiltrates are seen in malignancy", "correct": false}, {"label": "D", "text": "Aspiration pneumonia is more common in posterior segment of upper lobes and superior segment of lower lobes", "correct": false}], "correct_answer": "A. Patchy infiltrates are seen in pyogenic pneumonia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture4(4).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "History of pain at the left side of chest since yesterday after he slips on the stairs and falls on his Left side. Rib fractures are seen involving which ribs", "options": [{"label": "A", "text": "4th 5th rib", "correct": false}, {"label": "B", "text": "5th 6th 7th", "correct": false}, {"label": "C", "text": "7th, 8th rib", "correct": true}, {"label": "D", "text": "9th,10th", "correct": false}], "correct_answer": "C. 7th, 8th rib", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(923).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "9 year old child with skin rashes, endocrine abnormalities including hyperthyrodism and multiple bone lesions with increased uptake on bone scan", "options": [{"label": "A", "text": "Mccune albright", "correct": true}, {"label": "B", "text": "NF1", "correct": false}, {"label": "C", "text": "LCH", "correct": false}, {"label": "D", "text": "Papillary cancer thyroid with", "correct": false}, {"label": "E", "text": "bone metastasis", "correct": false}], "correct_answer": "A. Mccune albright", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture5(1).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHAT IS THE SIGN OF MALIGNANCY IN THE CONDITION SHOWN BELOW?", "options": [{"label": "A", "text": "Hyaline cap of 2cm", "correct": true}, {"label": "B", "text": "Growth towards joint", "correct": false}, {"label": "C", "text": "Growth towards medullary cavity as seen on xray and CT", "correct": false}, {"label": "D", "text": "They are not malignant", "correct": false}], "correct_answer": "A. Hyaline cap of 2cm", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture6(2).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MRCP IMAGE IN A PATIENT WITH JAUNDICE IS SHOWN TO YOU. WHAT COULD BE THE POSSIBLE DIAGNOSIS?", "options": [{"label": "A", "text": "Stricture", "correct": false}, {"label": "B", "text": "Cholecystitis", "correct": false}, {"label": "C", "text": "Choledocolithiasis", "correct": true}, {"label": "D", "text": "Cancer", "correct": false}], "correct_answer": "C. Choledocolithiasis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture7(2).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHICH ANATOMICAL VARIANT IS SEEN ON THE USG", "options": [{"label": "A", "text": "Phrygian cap on USG", "correct": true}, {"label": "B", "text": "Duplication cyst", "correct": false}, {"label": "C", "text": "Cholecystitis", "correct": false}, {"label": "D", "text": "Adenomyomatosis", "correct": false}], "correct_answer": "A. Phrygian cap on USG", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture8(2).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "35 YEAR OLD MAN WITH BLOOD IN THE STOOL ON USG HAS HYPOECHOIC LESION WITH IRREGULAR BORDERS. HE ALSO HAS FEVER AND RIGHT HYPOCHONDRIUM TENDERNESS.", "options": [{"label": "A", "text": "Hydatid", "correct": false}, {"label": "B", "text": "Amebic liver abscess", "correct": true}, {"label": "C", "text": "Pyogenic liver abscess", "correct": false}, {"label": "D", "text": "HCC", "correct": false}], "correct_answer": "B. Amebic liver abscess", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "XRAY OF LUMBAR REGION WITH BACK PAIN, PYURIA", "options": [{"label": "A", "text": "Parathyroid adenoma", "correct": true}, {"label": "B", "text": "Wilsons", "correct": false}, {"label": "C", "text": "Addison", "correct": false}, {"label": "D", "text": "Cystic fibrosis", "correct": false}], "correct_answer": "A. Parathyroid adenoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture9(1).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "45-year-old male patient with chronic flank pain and urinary tract infections. What is the most likely diagnosis?", "options": [{"label": "A", "text": "Urolithiasis", "correct": false}, {"label": "B", "text": "Transitional cell carcinoma", "correct": false}, {"label": "C", "text": "Xanthogranulomatous pyelonephritis", "correct": true}, {"label": "D", "text": "Acute pyelonephritis", "correct": false}], "correct_answer": "C. Xanthogranulomatous pyelonephritis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture10(1).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following investigation is contraindicated in pregnancy?", "options": [{"label": "A", "text": "MRI", "correct": false}, {"label": "B", "text": "CT scan", "correct": true}, {"label": "C", "text": "USG", "correct": false}, {"label": "D", "text": "Doppler", "correct": false}], "correct_answer": "B. CT scan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A35 year old patient presented with the colicky pain and diagnosed to have ureteric stone. Which of the following is the best diagnostic investigation in this case?", "options": [{"label": "A", "text": "NCCT KUB", "correct": true}, {"label": "B", "text": "USG KUB", "correct": false}, {"label": "C", "text": "CECT KUB", "correct": false}, {"label": "D", "text": "Ureteroscopy", "correct": false}], "correct_answer": "A. NCCT KUB", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A child presented with seizure and CECT is done and show below. What is the diagnosis?", "options": [{"label": "A", "text": "Tuberculoma", "correct": false}, {"label": "B", "text": "Neurocysticercosis", "correct": true}, {"label": "C", "text": "Brain abscess", "correct": false}, {"label": "D", "text": "Cerebral Metastasis", "correct": false}], "correct_answer": "B. Neurocysticercosis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_3(4).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most useful investigation for localization of parathyroid adenoma:", "options": [{"label": "A", "text": "Sestamibi scan", "correct": true}, {"label": "B", "text": "USG", "correct": false}, {"label": "C", "text": "FDG PET", "correct": false}, {"label": "D", "text": "USG", "correct": false}], "correct_answer": "A. Sestamibi scan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the shown investigation modality:", "options": [{"label": "A", "text": "X-ray defecogram", "correct": true}, {"label": "B", "text": "Barium swallow", "correct": false}, {"label": "C", "text": "MR defecogram", "correct": false}, {"label": "D", "text": "CT defecogram", "correct": false}], "correct_answer": "A. X-ray defecogram", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_5(9).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Honda sign (H) seen on STIR MRI in-", "options": [{"label": "A", "text": "Multiple myeloma", "correct": false}, {"label": "B", "text": "Sacral insufficiency fracture", "correct": true}, {"label": "C", "text": "Acute osteomyelitis", "correct": false}, {"label": "D", "text": "Bone marrow edema", "correct": false}], "correct_answer": "B. Sacral insufficiency fracture", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_6(8).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Eye of tiger appearance on MRI is associated with:", "options": [{"label": "A", "text": "Pantothenate kinase associated degeneration", "correct": true}, {"label": "B", "text": "Wilson disease", "correct": false}, {"label": "C", "text": "Krabbe's disease", "correct": false}, {"label": "D", "text": "Huntington chorea", "correct": false}], "correct_answer": "A. Pantothenate kinase associated degeneration", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_7(7).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A male patient with diarrhea since 8months with shown CT finding. What is the most likely diagnosis?", "options": [{"label": "A", "text": "Ulcerative colitis", "correct": true}, {"label": "B", "text": "Tubercular colitis", "correct": false}, {"label": "C", "text": "Crohn's", "correct": false}, {"label": "D", "text": "Pseudomembranous enterocolitis", "correct": false}], "correct_answer": "A. Ulcerative colitis", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_8(12).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Based on the provided X-ray image, identify the type of thyroid malignancy:", "options": [{"label": "A", "text": "Papillary carcinoma", "correct": false}, {"label": "B", "text": "Hurthle cell carcinoma", "correct": false}, {"label": "C", "text": "Follicular carcinoma", "correct": true}, {"label": "D", "text": "Thyroid lymphoma", "correct": false}], "correct_answer": "C. Follicular carcinoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_9(11).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "17 year old with swelling and pain in leg. Xray revealed sunburst appearance and codman triangle. What is the diagnosis?", "options": [{"label": "A", "text": "Osteosarcoma", "correct": true}, {"label": "B", "text": "Ewings Sarcoma", "correct": false}, {"label": "C", "text": "GCT", "correct": false}, {"label": "D", "text": "Chondroblastoma", "correct": false}], "correct_answer": "A. Osteosarcoma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 127 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">
Instructions
Test Features:
Multiple choice questions with single correct answers
Timer-based testing for realistic exam conditions
Mark questions for review functionality
Comprehensive results and performance analysis
Mobile-optimized interface for learning on-the-go
Start Test
<!-- Quiz Section --> <section class="container mx-auto px-4 md:px-6 pt-4 md:pt-6 pb-1 hidden section-transition" id="quiz"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <!-- Progress Bar --> <div class="w-full bg-gray-200 rounded-full h-3 mb-4"> <div class="progress-bar h-3 rounded-full" id="progress-bar" style="width: 0%"></div> </div> <!-- Question Header --> <div class="flex flex-col md:flex-row justify-between items-center mb-4"> <h2 class="text-lg font-semibold" id="question-number">Question <span>1</span> of 4</h2> <p class="text-lg font-semibold mt-2 md:mt-0" id="timer">Time Remaining: <span>00:00</span></p> </div> <!-- Question Content --> <div class="mb-6" id="question-content"> <p class="text-gray-800 mb-4" id="question-text"></p> <div class="flex flex-wrap gap-4 mb-4" id="question-images"></div> <div class="space-y-3" id="options"></div> </div> <!-- Navigation Buttons --> <div class="flex flex-col md:flex-row justify-between items-center gap-2 md:gap-4"> <div class="flex gap-2 w-full md:w-auto"> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" disabled="" id="previous-btn">Previous</button> <button class="bg-[#2c5281] text-white px-4 py-3 w-full md:w-32 h-14 rounded-lg hover:bg-[#2c5281] transition" id="next-btn">Next</button> </div> <div class="flex items-center gap-2"> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="mark-review"> Review <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"> <path d="M10 2a1 1 0 00-1 1v14l3.293-3.293a1 1 0 011.414 0L17 17V3a1 1 0 00-1-1H10z" /> </svg> </button> <button class="bg-transparent text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-100 transition flex items-center gap-1" id="nav-toggle"> Question 🧭 </button> <button class="bg-green-500 text-white px-6 py-3 w-44 h-14 rounded-lg hover:bg-green-600 transition w-full md:w-auto" id="submit-test">Submit Test</button> </div> </div> </section> <!-- Results Section --> <section class="container mx-auto p-4 md:p-6 hidden section-transition" id="results"> <div class="bg-white rounded-lg shadow-md p-4 md:p-6"> <h2 class="text-2xl font-semibold mb-4">Surgery Inicet Pyq - Results</h2> <div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-6"> <p><strong>Correct:</strong> <span id="correct-count">0</span></p> <p><strong>Wrong:</strong> <span id="wrong-count">0</span></p> <p><strong>Unanswered:</strong> <span id="unanswered-count">0</span></p> <p><strong>Marked for Review:</strong> <span id="marked-count">0</span></p> </div> <h3 class="text-lg font-semibold mb-4" id="result-question-number">Question <span>1</span> of 238</h3> <div class="space-y-6" id="results-content"></div> <div class="result-nav"> <button aria-label="Previous question result" class="result-nav-btn" disabled="" id="prev-result">Previous</button> <button aria-label="Toggle results navigation panel" class="result-nav-btn" id="results-nav-toggle">Results Navigation</button> <button aria-label="Next question result" class="result-nav-btn" id="next-result">Next</button> </div> <div class="mt-6 flex space-x-4 button-group md:flex-row flex-col"> <button class="bg-blue-500 text-white px-6 py-2 rounded-lg hover:bg-blue-600 transition" id="take-again">Take Again</button> <button class="bg-gray-500 text-white px-6 py-2 rounded-lg hover:bg-gray-600 transition" id="review-test">Review Test</button> </div> </div> </section> <!-- Exit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="exit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Leave Test?</h2> <p class="text-gray-700 mb-4">Your progress will be lost if you leave this page. Are you sure you want to exit?</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="continue-test">No, Continue</button> <button class="bg-red-500 text-white px-4 py-2 rounded-lg hover:bg-red-600 transition" id="exit-test">Yes, Exit</button> </div> </div> </div> <!-- Submit Confirmation Modal --> <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center hidden" id="submit-modal"> <div class="bg-white rounded-lg p-6 max-w-sm w-full"> <h2 class="text-xl font-semibold mb-4">Confirm Submission</h2> <p class="text-gray-700 mb-2">You have attempted <span id="attempted-count">0</span> of 238 questions.</p> <p class="text-gray-700 mb-4"><span id="unattempted-count">0</span> questions are unattempted.</p> <div class="flex justify-end space-x-4"> <button class="bg-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-400 transition" id="cancel-submit">Cancel</button> <button class="bg-green-500 text-white px-4 py-2 rounded-lg hover:bg-green-600 transition" id="confirm-submit">Submit Test</button> </div> </div> </div> <!-- Quiz Navigation Panel --> <div class="fixed inset-y-0 right-0 nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="nav-panel"> <h2 class="text-lg font-semibold mb-4">Questions Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-nav">Close</button> </div> <!-- Results Navigation Panel --> <div class="fixed inset-y-0 right-0 results-nav-panel bg-white shadow-lg p-4 hidden overflow-y-auto" id="results-nav-panel"> <h2 class="text-lg font-semibold mb-4">Results Navigation</h2> <div class="mb-4"> <select class="w-full p-2 border rounded-lg text-gray-700" id="results-nav-filter"> <option value="all">All Questions</option> <option value="answered">Answered</option> <option value="unanswered">Unanswered</option> <option value="marked">Marked for Review</option> </select> </div> <div class="grid grid-cols-5 gap-2 md:gap-3" id="results-nav-grid"></div> <button class="mt-4 bg-gray-500 text-white px-4 py-2 rounded-lg hover:bg-gray-600 transition w-full" id="close-results-nav">Close</button> </div> <!-- JavaScript Logic --> <script> // Enable debug mode for detailed logging const DEBUG_MODE = true; // Log debug messages function debugLog(message) { if (DEBUG_MODE) { console.log(`[DEBUG] ${message}`); } } // Initialize questions with error handling let questions = []; let currentResultQuestion = 0; // State for current question in results try { debugLog("Attempting to parse questions_json"); questions = [{"text": "A male came to the ER after car accident. He had dyspnea and chest pain with ecchymosis on anterior chest wall. On examination, pulse -120/min, BP-80/50mmHg, breaths sounds were decreased on left side, JVP was raised and tympanic note was present on percussion. Pelvis and extremities were normal. What is your diagnosis?", "options": [{"label": "A", "text": "Tension pneumothorax", "correct": true}, {"label": "B", "text": "Massive hemothorax", "correct": false}, {"label": "C", "text": "Cardiac tamponade", "correct": false}, {"label": "D", "text": "Hydropneumothorax", "correct": false}], "correct_answer": "A. Tension pneumothorax", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9968771701250144/9968771701250144.m3u8"}, {"text": "The given image shows methylene blue being injected in the peritumoral region. Which of the given procedure is being performed?", "options": [{"label": "A", "text": "Sentinel lymph node biopsy", "correct": true}, {"label": "B", "text": "Tumour painting", "correct": false}, {"label": "C", "text": "Breast tattooing", "correct": false}, {"label": "D", "text": "Peritumour marking with dye", "correct": false}], "correct_answer": "A. Sentinel lymph node biopsy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(826).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26613261701250166/26613261701250166.m3u8"}, {"text": "Class 3 hemorrhagic shock refers to-", "options": [{"label": "A", "text": "Blood loss less than 15%", "correct": false}, {"label": "B", "text": "Blood loss between 15%-30%", "correct": false}, {"label": "C", "text": "Blood loss between 30%-40%", "correct": true}, {"label": "D", "text": "Blood loss more than 40%", "correct": false}], "correct_answer": "C. Blood loss between 30%-40%", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3_1(142).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/68992131701250184/68992131701250184.m3u8"}, {"text": "An intubated patient with eye opening to pain with abnormal flexion. What is the GCS score?", "options": [{"label": "A", "text": "E 2 V NT M 3", "correct": true}, {"label": "B", "text": "E 2 V T M 3", "correct": false}, {"label": "C", "text": "E 2 V 1 M 3", "correct": false}, {"label": "D", "text": "E 2 V T M 4", "correct": false}], "correct_answer": "A. E 2 V NT M 3", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/WhatsApp%20Image%202023-07-19%20at%2011_20_38%20AM.jpeg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33429891701250222/33429891701250222.m3u8"}, {"text": "The correct procedure of inserting the following equipment in the image given below:", "options": [{"label": "A", "text": "Supine with flexed neck", "correct": false}, {"label": "B", "text": "Supine with extended neck", "correct": false}, {"label": "C", "text": "Sitting with flexed neck", "correct": true}, {"label": "D", "text": "Sitting with extended neck", "correct": false}], "correct_answer": "C. Sitting with flexed neck", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(665).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74412831701250238/74412831701250238.m3u8"}, {"text": "Where is the second step of damage control resuscitation carried out?", "options": [{"label": "A", "text": "In emergency", "correct": false}, {"label": "B", "text": "In ICU", "correct": true}, {"label": "C", "text": "In OT", "correct": false}, {"label": "D", "text": "Prehospital resuscitation", "correct": false}], "correct_answer": "B. In ICU", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15109051701250261/15109051701250261.m3u8"}, {"text": "A 50-years-old male presented in the emergency with high BP (160/100) and heart rate of 120. A CECT is done which is given below. What is the next step in management.", "options": [{"label": "A", "text": "Surgical repair", "correct": false}, {"label": "B", "text": "Low molecular weight heparin", "correct": false}, {"label": "C", "text": "Beta blocker medication", "correct": true}, {"label": "D", "text": "Vitamin k inhibitors", "correct": false}], "correct_answer": "C. Beta blocker medication", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(498).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4945891701250291/4945891701250291.m3u8"}, {"text": "Palpation of breast from outside to inside, then from inside to outside. What is the method of palpation called as", "options": [{"label": "A", "text": "Vertical line method", "correct": false}, {"label": "B", "text": "Dial clock method", "correct": false}, {"label": "C", "text": "Quadrant method", "correct": false}, {"label": "D", "text": "Concentric method", "correct": true}], "correct_answer": "D. Concentric method", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8_1(100).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/76504531701250311/76504531701250311.m3u8"}, {"text": "More conspicuous sign of breast cancer is-", "options": [{"label": "A", "text": "Puckering", "correct": false}, {"label": "B", "text": "Retraction of Nipple", "correct": false}, {"label": "C", "text": "Both A and B", "correct": false}, {"label": "D", "text": "Peau De Orange", "correct": true}], "correct_answer": "D. Peau De Orange", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50662341701250330/50662341701250330.m3u8"}, {"text": "A patient came to ER after RTA. He is conscious, could speak in single word sentences. RR-40/min and BP-70/40 mm Hg. What will be your next step?", "options": [{"label": "A", "text": "Intubate the patient", "correct": false}, {"label": "B", "text": "Urgent fluid infusion", "correct": false}, {"label": "C", "text": "Chest X-Ray", "correct": false}, {"label": "D", "text": "Needle insertion in 2nd IC space", "correct": true}], "correct_answer": "D. Needle insertion in 2nd IC space", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34179141702024360/34179141702024360.m3u8"}, {"text": "Young male presents with diarrhoea.Resident wants to give rapid fluids, which cannula should he choose:-", "options": [{"label": "A", "text": "Yellow", "correct": false}, {"label": "B", "text": "Blue", "correct": false}, {"label": "C", "text": "Green", "correct": false}, {"label": "D", "text": "Grey", "correct": true}], "correct_answer": "D. Grey", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11_1(100).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41428811701250389/41428811701250389.m3u8"}, {"text": "The machine shown in given image is used for:-", "options": [{"label": "A", "text": "DVT", "correct": true}, {"label": "B", "text": "Varicose veins", "correct": false}, {"label": "C", "text": "Fracture", "correct": false}, {"label": "D", "text": "Cellulitis", "correct": false}], "correct_answer": "A. DVT", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(363).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42203071701250406/42203071701250406.m3u8"}, {"text": "The below picture is used for which of the following procedure:-", "options": [{"label": "A", "text": "Skin grafting", "correct": true}, {"label": "B", "text": "Muscle grafting", "correct": false}, {"label": "C", "text": "Bone grafting", "correct": false}, {"label": "D", "text": "Nerve grafting", "correct": false}], "correct_answer": "A. Skin grafting", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/14(347).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61498981701250422/61498981701250422.m3u8"}, {"text": "Color code of 16F Foley's catheter is", "options": [{"label": "A", "text": "Green", "correct": false}, {"label": "B", "text": "Orange", "correct": true}, {"label": "C", "text": "Red", "correct": false}, {"label": "D", "text": "Yellow", "correct": false}], "correct_answer": "B. Orange", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/15_1(91).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72958721701250439/72958721701250439.m3u8"}, {"text": "What is the instrument shown in the below picture?", "options": [{"label": "A", "text": "Chemoport", "correct": true}, {"label": "B", "text": "Cardiac pacemaker", "correct": false}, {"label": "C", "text": "IVC filter", "correct": false}, {"label": "D", "text": "Gamma knife", "correct": false}], "correct_answer": "A. Chemoport", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16(314).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/16_1(68).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78415151701250458/78415151701250458.m3u8"}, {"text": "Which of the following is the reason for Post op thyroid storm.", "options": [{"label": "A", "text": "Rough Handling of thyroid during operative period", "correct": false}, {"label": "B", "text": "Poor Pre-op control of hormone", "correct": true}, {"label": "C", "text": "Due to blood loss.", "correct": false}, {"label": "D", "text": "Due to parathyroid gland", "correct": false}], "correct_answer": "B. Poor Pre-op control of hormone", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14873871701250485/14873871701250485.m3u8"}, {"text": "A patient was operated for pilonidal sinus.The surgeon wanted to close the wound with the flap as shown below. What type of flap did the surgeon use to close the defect?", "options": [{"label": "A", "text": "Rhomboid flap", "correct": true}, {"label": "B", "text": "Rotational flap", "correct": false}, {"label": "C", "text": "Free flap", "correct": false}, {"label": "D", "text": "Advancement flap", "correct": false}], "correct_answer": "A. Rhomboid flap", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18(279).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/27534191701250513/27534191701250513.m3u8"}, {"text": "45yr old man with RTA, feeble pulse, and hypotension. All of the following are lines of management except.", "options": [{"label": "A", "text": "Do thromboelastography if available", "correct": false}, {"label": "B", "text": "Give tranexamic acid in initial hours", "correct": false}, {"label": "C", "text": "Give 2 liters of crystalloids fast as initial fluid", "correct": true}, {"label": "D", "text": "Give blood transfusion", "correct": false}], "correct_answer": "C. Give 2 liters of crystalloids fast as initial fluid", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/41187541701250530/41187541701250530.m3u8"}, {"text": "All of the following are features of SIRS except:", "options": [{"label": "A", "text": "Temperature > 38'C", "correct": false}, {"label": "B", "text": "Respiratory Rate > 24/minute and PaCO2> 22 mmHg", "correct": true}, {"label": "C", "text": "Pulse rate > 90/minute", "correct": false}, {"label": "D", "text": "WBC >12,000/mm3 or < 4000/mm3", "correct": false}], "correct_answer": "B. Respiratory Rate > 24/minute and PaCO2> 22 mmHg", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/23_1(56).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3647541701250551/3647541701250551.m3u8"}, {"text": "Most common mediastinal tumor:", "options": [{"label": "A", "text": "Neurogenic tumors", "correct": true}, {"label": "B", "text": "Lymphoma", "correct": false}, {"label": "C", "text": "Thymoma", "correct": false}, {"label": "D", "text": "Bronchogenic cyst", "correct": false}], "correct_answer": "A. Neurogenic tumors", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12003061701250589/12003061701250589.m3u8"}, {"text": "After parotidectomy patients complaints of loss of sensation while shaving. Which nerve is most likely affected?", "options": [{"label": "A", "text": "Auriculotemporal nerve", "correct": false}, {"label": "B", "text": "Greater auricular nerve", "correct": true}, {"label": "C", "text": "Facial nerve", "correct": false}, {"label": "D", "text": "Mandibular nerve", "correct": false}], "correct_answer": "B. Greater auricular nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33703221701250610/33703221701250610.m3u8"}, {"text": "Patient presented to emergency after RTA with multiple rib fractures. He is conscious, speaking single words. On examination, respiratory rate was 40/min and BP was 90/40 mmHg. What is immediate next step?", "options": [{"label": "A", "text": "Urgent IV fluid administration", "correct": false}, {"label": "B", "text": "Intubate the patient", "correct": false}, {"label": "C", "text": "X-ray", "correct": false}, {"label": "D", "text": "Insert Needle in 5th intercostal space", "correct": true}], "correct_answer": "D. Insert Needle in 5th intercostal space", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/29307231701250634/29307231701250634.m3u8"}, {"text": "Percentage of surgical site infection rate in patient with clean contaminated wounds after antibiotics prophylaxis:", "options": [{"label": "A", "text": "1-2%", "correct": false}, {"label": "B", "text": "<10%", "correct": true}, {"label": "C", "text": "10-30%", "correct": false}, {"label": "D", "text": "20-30%", "correct": false}], "correct_answer": "B. <10%", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/73784481701250652/73784481701250652.m3u8"}, {"text": "Correct order of removing Personal Protective Equipment (PPE): 1. Gown 2. Mask 3. Face shield 4. Gloves", "options": [{"label": "A", "text": "1234", "correct": false}, {"label": "B", "text": "4132", "correct": true}, {"label": "C", "text": "4213", "correct": false}, {"label": "D", "text": "4321", "correct": false}], "correct_answer": "B. 4132", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/28_1(34).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33316891701250667/33316891701250667.m3u8"}, {"text": "Which of the following is not the component of qSOFA?", "options": [{"label": "A", "text": "Respiraotry rate > 22/min", "correct": false}, {"label": "B", "text": "Systolic BP < 100 mmHg", "correct": false}, {"label": "C", "text": "Altered mental status", "correct": false}, {"label": "D", "text": "Bilateral pupillary reflex", "correct": true}], "correct_answer": "D. Bilateral pupillary reflex", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78959141701250682/78959141701250682.m3u8"}, {"text": "Which of the following is true about thyroglossal cyst?", "options": [{"label": "A", "text": "Secondary infection leads to sinus", "correct": true}, {"label": "B", "text": "40% contains heterotopic thyroid tissue", "correct": false}, {"label": "C", "text": "Thyroglossal duct obliterates by 18th weeks of IUL", "correct": false}, {"label": "D", "text": "Lining epithelium is non-ciliated stratified squamous epithelium", "correct": false}], "correct_answer": "A. Secondary infection leads to sinus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66043941701250697/66043941701250697.m3u8"}, {"text": "Which of the following does not classify as locally advanced breast cancer?", "options": [{"label": "A", "text": "Tumor more than 4 cm", "correct": true}, {"label": "B", "text": "Inflammatory breast cancer", "correct": false}, {"label": "C", "text": "Chest wall involvement", "correct": false}, {"label": "D", "text": "Skin involvement", "correct": false}], "correct_answer": "A. Tumor more than 4 cm", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/31_1(30).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51768591701250721/51768591701250721.m3u8"}, {"text": "Which of the following scoring system is used for wound infection?", "options": [{"label": "A", "text": "SIRS Score", "correct": false}, {"label": "B", "text": "ASA score", "correct": false}, {"label": "C", "text": "Southampton score", "correct": true}, {"label": "D", "text": "Glasgow score", "correct": false}], "correct_answer": "C. Southampton score", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/32_1(27).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38797151701250743/38797151701250743.m3u8"}, {"text": "Most common artery involved in pseudoaneurysm:", "options": [{"label": "A", "text": "Aorta", "correct": false}, {"label": "B", "text": "Femoral artery", "correct": true}, {"label": "C", "text": "Popliteal artery", "correct": false}, {"label": "D", "text": "None of the above", "correct": false}], "correct_answer": "B. Femoral artery", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/1767041701250759/1767041701250759.m3u8"}, {"text": "Best way to manage the wound shown in image is:", "options": [{"label": "A", "text": "Cleaning and dressing", "correct": true}, {"label": "B", "text": "Debridement and dressing", "correct": false}, {"label": "C", "text": "Cleaning and skin grafting", "correct": false}, {"label": "D", "text": "Cleaning and use of allograft", "correct": false}], "correct_answer": "A. Cleaning and dressing", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/34(142).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78273341701250775/78273341701250775.m3u8"}, {"text": "Identify the name of the disease shown here in the breast?", "options": [{"label": "A", "text": "Paget’s disease", "correct": false}, {"label": "B", "text": "Mondor’s disease", "correct": true}, {"label": "C", "text": "Red manhood", "correct": false}, {"label": "D", "text": "Tietze syndrome", "correct": false}], "correct_answer": "B. Mondor’s disease", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/36(134).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37696231701250812/37696231701250812.m3u8"}, {"text": "ABCDE principle is used for which malignancy?", "options": [{"label": "A", "text": "SCC", "correct": false}, {"label": "B", "text": "BCC", "correct": false}, {"label": "C", "text": "Malignant melanoma", "correct": true}, {"label": "D", "text": "Verrucous carcinoma", "correct": false}], "correct_answer": "C. Malignant melanoma", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/37_1(31).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63068891701250833/63068891701250833.m3u8"}, {"text": "Which of the following is seen in massive blood transfusion:", "options": [{"label": "A", "text": "Metabolic acidosis", "correct": false}, {"label": "B", "text": "Metabolic alkalosis", "correct": true}, {"label": "C", "text": "Respiratory alkalosis", "correct": false}, {"label": "D", "text": "Respiratory acidosis", "correct": false}], "correct_answer": "B. Metabolic alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43148021701250848/43148021701250848.m3u8"}, {"text": "Arrange the following types of renal injury in order from lower to higher grade: A. Subcapsular hematoma B. Hematomas contained in Gerota’s fascia C. Avulsion of the pedicle D. Shattered kidney", "options": [{"label": "A", "text": "A-B-C-D", "correct": true}, {"label": "B", "text": "D-C-B-A", "correct": false}, {"label": "C", "text": "A-C-B-D", "correct": false}, {"label": "D", "text": "B-D-A-C", "correct": false}], "correct_answer": "A. A-B-C-D", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/40_1(28).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/42450461701250865/42450461701250865.m3u8"}, {"text": "What is the correct order followed while hand washing: A. Back of hands B. Palm to palm C. Back of finger D. Fingernails", "options": [{"label": "A", "text": "BACD", "correct": true}, {"label": "B", "text": "DACB", "correct": false}, {"label": "C", "text": "ABCD", "correct": false}, {"label": "D", "text": "CDAB", "correct": false}], "correct_answer": "A. BACD", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/41_1(31).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60768621701250882/60768621701250882.m3u8"}, {"text": "What is the mechanism by which the following technique works?", "options": [{"label": "A", "text": "Cryotherapy", "correct": false}, {"label": "B", "text": "Postiive pressure", "correct": false}, {"label": "C", "text": "Negative pressure", "correct": true}, {"label": "D", "text": "Sclerotherapy", "correct": false}], "correct_answer": "C. Negative pressure", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/42(120).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77627851701250899/77627851701250899.m3u8"}, {"text": "Identify the grade of the bed score shown in the given below image?", "options": [{"label": "A", "text": "Grade-1", "correct": false}, {"label": "B", "text": "Grade-2", "correct": false}, {"label": "C", "text": "Grade-3", "correct": false}, {"label": "D", "text": "Grade-4", "correct": true}], "correct_answer": "D. Grade-4", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/43(96).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/43_1(25).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/39682151701250923/39682151701250923.m3u8"}, {"text": "What is the utility of the instrument shown in the image?", "options": [{"label": "A", "text": "To drain ascites", "correct": false}, {"label": "B", "text": "LIver biopsy", "correct": false}, {"label": "C", "text": "Bone Marrow Biopsy", "correct": false}, {"label": "D", "text": "To create pneumoperitoneum", "correct": true}], "correct_answer": "D. To create pneumoperitoneum", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/45(100).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/55321831701250945/55321831701250945.m3u8"}, {"text": "Identify the drain shown in the image?", "options": [{"label": "A", "text": "Mini vac drain", "correct": false}, {"label": "B", "text": "Romovac drain", "correct": false}, {"label": "C", "text": "Jackson Pratt drain", "correct": true}, {"label": "D", "text": "Corrugated drain", "correct": false}], "correct_answer": "C. Jackson Pratt drain", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46(92).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/46_1(37).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/2037161701250959/2037161701250959.m3u8"}, {"text": "Which of the following test is performed before taking sample for ABG analysis", "options": [{"label": "A", "text": "Roos test", "correct": false}, {"label": "B", "text": "Allen’s test", "correct": true}, {"label": "C", "text": "Adson’s test", "correct": false}, {"label": "D", "text": "Wright test", "correct": false}], "correct_answer": "B. Allen’s test", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/49_1(27).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21815641701251074/21815641701251074.m3u8"}, {"text": "Which of the following structure is preserved in radical neck dissection", "options": [{"label": "A", "text": "SCM muscle", "correct": false}, {"label": "B", "text": "Level I to V lymph nodes", "correct": false}, {"label": "C", "text": "Digastric muscle", "correct": true}, {"label": "D", "text": "Spinal accessory nerve", "correct": false}], "correct_answer": "C. Digastric muscle", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/10870921701251095/10870921701251095.m3u8"}, {"text": "A young male with head trauma presented to the casualty with aspiration. Which of the following nerve is affected", "options": [{"label": "A", "text": "Auriculotemporal nerve", "correct": false}, {"label": "B", "text": "Glossopharangeal nerve", "correct": true}, {"label": "C", "text": "Facial nerve", "correct": false}, {"label": "D", "text": "Trigeminal nerve", "correct": false}], "correct_answer": "B. Glossopharangeal nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/45369861701251127/45369861701251127.m3u8"}, {"text": "In the given image, which clinical test is shown:-", "options": [{"label": "A", "text": "Roos test", "correct": true}, {"label": "B", "text": "Wright test", "correct": false}, {"label": "C", "text": "Adson test", "correct": false}, {"label": "D", "text": "Costoclavicular test.", "correct": false}], "correct_answer": "A. Roos test", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/52(89).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20823691701251143/20823691701251143.m3u8"}, {"text": "Identify the disorder seen in the image", "options": [{"label": "A", "text": "Plexiform neurofibroma", "correct": true}, {"label": "B", "text": "Lipoma", "correct": false}, {"label": "C", "text": "Sarcoma", "correct": false}, {"label": "D", "text": "Schwanomma", "correct": false}], "correct_answer": "A. Plexiform neurofibroma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/53(95).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21725921701251166/21725921701251166.m3u8"}, {"text": "FAST stands for?", "options": [{"label": "A", "text": "Focussed analytical sonogram in trauma", "correct": false}, {"label": "B", "text": "Focussed assessment sonogram in trauma", "correct": true}, {"label": "C", "text": "Focussed abdominal sonogram in trauma", "correct": false}, {"label": "D", "text": "FAST assessment scan in trauma", "correct": false}], "correct_answer": "B. Focussed assessment sonogram in trauma", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/54_1(23).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63360411701251181/63360411701251181.m3u8"}, {"text": "Which injury cannot be evaluated during eFAST?", "options": [{"label": "A", "text": "Liver injury", "correct": false}, {"label": "B", "text": "Retroperitoneal injury", "correct": true}, {"label": "C", "text": "Pneumothorax", "correct": false}, {"label": "D", "text": "Pericardial injury", "correct": false}], "correct_answer": "B. Retroperitoneal injury", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/34769631701251198/34769631701251198.m3u8"}, {"text": "In retroperitoneal haematomas . which one of the following statements is true ?", "options": [{"label": "A", "text": "Penetrating trauma in pelvic region should be explored always", "correct": false}, {"label": "B", "text": "All zone 1 vascular injuries should be managed with embolization", "correct": false}, {"label": "C", "text": "Zone 2 penetrating injuries with expanding haematoma should be explored surgically", "correct": true}, {"label": "D", "text": "Mattox manoeuvre is when the ascending colon is mobilized to right to expose the aorta", "correct": false}], "correct_answer": "C. Zone 2 penetrating injuries with expanding haematoma should be explored surgically", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/56_1(19).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31581931702025623/31581931702025623.m3u8"}, {"text": "A patient is receiving TPN. Calulate the calories if the patient receives 100 gm of dextrose, 30 gm of amino acids and 40 gm of lipids", "options": [{"label": "A", "text": "840", "correct": false}, {"label": "B", "text": "880", "correct": true}, {"label": "C", "text": "640", "correct": false}, {"label": "D", "text": "680", "correct": false}], "correct_answer": "B. 880", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/57_1(23).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37231171701251235/37231171701251235.m3u8"}, {"text": "Which nerve injury is least likely during thyroid surgery ?", "options": [{"label": "A", "text": "Ansa cervicalis", "correct": false}, {"label": "B", "text": "RLN", "correct": false}, {"label": "C", "text": "External laryngeal nerve", "correct": false}, {"label": "D", "text": "Marginal mandibular nerve", "correct": true}], "correct_answer": "D. Marginal mandibular nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13553101701251250/13553101701251250.m3u8"}, {"text": "A 25 year old man gets burnt when a stove bursts. His burns involve his hair , face , neck, chest on both sides and both upper limbs . what is the body surface area burnt ?", "options": [{"label": "A", "text": "27 %", "correct": false}, {"label": "B", "text": "36 %", "correct": false}, {"label": "C", "text": "18 %", "correct": false}, {"label": "D", "text": "45 %", "correct": true}], "correct_answer": "D. 45 %", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/59_1(20).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37736251701251283/37736251701251283.m3u8"}, {"text": "38 year old brain dead lady had signed up as an organ donor and the family also consented for same . which one is the ideal recipient?", "options": [{"label": "A", "text": "70 year old lady with CRF on dialysis", "correct": false}, {"label": "B", "text": "50 year old alcoholic with liver cirrhosis", "correct": false}, {"label": "C", "text": "14 year old boy with multiorgan failure", "correct": false}, {"label": "D", "text": "35 year old female with renal failure", "correct": true}], "correct_answer": "D. 35 year old female with renal failure", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6483241701251295/6483241701251295.m3u8"}, {"text": "26 year old man with RTA, complicated with pelvic fracture and is transfused blood. Within a few hours, patient developed fever , oliguria , hypotension. CVP is normal but there is bleeding from the site of IV line and through the ryles tube. What is the most common diagnosis ?", "options": [{"label": "A", "text": "fat embolism", "correct": false}, {"label": "B", "text": "Blood transfusion reaction", "correct": true}, {"label": "C", "text": "Adrenal insufficiency", "correct": false}, {"label": "D", "text": "Hemorrhagic shock", "correct": false}], "correct_answer": "B. Blood transfusion reaction", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/46681931701251320/46681931701251320.m3u8"}, {"text": "Tamoxifen is given for breast cancer. which complication is associated with its use:-", "options": [{"label": "A", "text": "Breast cancer in opposite breast.", "correct": false}, {"label": "B", "text": "Endometrial cancer", "correct": true}, {"label": "C", "text": "Risk of CML", "correct": false}, {"label": "D", "text": "Ovarian cancer", "correct": false}], "correct_answer": "B. Endometrial cancer", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28551881701251335/28551881701251335.m3u8"}, {"text": "A patient after parotid surgery on awakening noticed lower lip paralysis. which of the following nerve is most likely injured", "options": [{"label": "A", "text": "Mandibular branch of facial nerve", "correct": true}, {"label": "B", "text": "Main trunk of facial nerve", "correct": false}, {"label": "C", "text": "Parotid duct", "correct": false}, {"label": "D", "text": "Temporal branch of facial nerve", "correct": false}], "correct_answer": "A. Mandibular branch of facial nerve", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/63_1(24).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66737931701251348/66737931701251348.m3u8"}, {"text": "Which of the following is not a complication of massive transfusion", "options": [{"label": "A", "text": "Hypocalcaemia", "correct": false}, {"label": "B", "text": "Hypomagnesemia", "correct": false}, {"label": "C", "text": "Hypokalemia", "correct": true}, {"label": "D", "text": "Hyperkalemia", "correct": false}], "correct_answer": "C. Hypokalemia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/26245141701251360/26245141701251360.m3u8"}, {"text": "What is not included in MELD score", "options": [{"label": "A", "text": "Creatinine", "correct": false}, {"label": "B", "text": "Bilirubin", "correct": false}, {"label": "C", "text": "Albumin", "correct": true}, {"label": "D", "text": "PT/INR", "correct": false}], "correct_answer": "C. Albumin", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/3638881701251377/3638881701251377.m3u8"}, {"text": "A male comes to emergency with RTA, Hypotension and dyspnea. Breath sound on right side is absent. CXR is shown above. What is the management of the patient?", "options": [{"label": "A", "text": "Shift to OT for thoracotomy", "correct": false}, {"label": "B", "text": "Close observation", "correct": false}, {"label": "C", "text": "Put a needle in 5th ICS", "correct": false}, {"label": "D", "text": "Needle in 5th ICS followed by ICD placement.", "correct": true}], "correct_answer": "D. Needle in 5th ICS followed by ICD placement.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/67_1(18).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/8398551701251389/8398551701251389.m3u8"}, {"text": "What is additional benefit of e-FAST over conventional FAST?", "options": [{"label": "A", "text": "Pelvic trauma can be identified", "correct": false}, {"label": "B", "text": "Chest Trauma can be identified.", "correct": true}, {"label": "C", "text": "Subdural and dural trauma can be identified", "correct": false}, {"label": "D", "text": "Retroperitoneal trauma can be identified", "correct": false}], "correct_answer": "B. Chest Trauma can be identified.", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/33586141701251407/33586141701251407.m3u8"}, {"text": "Young male with RTA and poor GCS, was intubated, having normal NCCT, no cervical injury or pelvic fracture. FAST is negative. Likely Diagnosis is?", "options": [{"label": "A", "text": "Post concussion syndrome", "correct": false}, {"label": "B", "text": "DAI", "correct": true}, {"label": "C", "text": "PRES(posterior reversible encephalopathy syndrome)", "correct": false}, {"label": "D", "text": "Encephalopathy", "correct": false}], "correct_answer": "B. DAI", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30823711701251427/30823711701251427.m3u8"}, {"text": "Identify the cannula size?", "options": [{"label": "A", "text": "16G", "correct": false}, {"label": "B", "text": "18G", "correct": false}, {"label": "C", "text": "20G", "correct": true}, {"label": "D", "text": "22G", "correct": false}], "correct_answer": "C. 20G", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/70(68).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61749001701251441/61749001701251441.m3u8"}, {"text": "A lady with a breast lump of 6x6cm in upper outer quadrant with one ipsilateral enlarged axillary lymph node. Which investigation is not needed A. PET scan B. B/L breast mammogram C. Tru cut from breast mass D. Tru cut from lymph node", "options": [{"label": "A", "text": "A, B, C, D", "correct": false}, {"label": "B", "text": "A, B", "correct": false}, {"label": "C", "text": "A, B, C", "correct": false}, {"label": "D", "text": "A, D", "correct": true}], "correct_answer": "D. A, D", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/21098881701251462/21098881701251462.m3u8"}, {"text": "A 60 year old lady has a massive enlargement of breast over 30 days, it is mobile over chest wall with local rise of temperature.What is the most likely cause?", "options": [{"label": "A", "text": "Phyllodes tumor", "correct": false}, {"label": "B", "text": "Lymphatic obstruction", "correct": false}, {"label": "C", "text": "Inflammatory breast cancer", "correct": true}, {"label": "D", "text": "Galactocele", "correct": false}], "correct_answer": "C. Inflammatory breast cancer", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/72(70).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/77289091701251477/77289091701251477.m3u8"}, {"text": "Male smoker came with gangrenous ulcer on toe of left foot. He is complaining of early fatigue in right lower limb too while walking. Investigation for the diagnosis would be?", "options": [{"label": "A", "text": "Duplex scan", "correct": true}, {"label": "B", "text": "Digital subtraction MRI", "correct": false}, {"label": "C", "text": "CT angiogram", "correct": false}, {"label": "D", "text": "MRangiogram", "correct": false}], "correct_answer": "A. Duplex scan", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62563991701251490/62563991701251490.m3u8"}, {"text": "Which position is this?", "options": [{"label": "A", "text": "Trendelenberg", "correct": false}, {"label": "B", "text": "Reverse Trendelenberg", "correct": true}, {"label": "C", "text": "Lithotomy", "correct": false}, {"label": "D", "text": "Supine", "correct": false}], "correct_answer": "B. Reverse Trendelenberg", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/74(68).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/74_1(21).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/52720471701251505/52720471701251505.m3u8"}, {"text": "In CEAP classification for varicose vein, Lipodermatosclerosis come under?", "options": [{"label": "A", "text": "C2", "correct": false}, {"label": "B", "text": "C3", "correct": false}, {"label": "C", "text": "C4a", "correct": false}, {"label": "D", "text": "C4b", "correct": true}], "correct_answer": "D. C4b", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/75(60).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/75_1(24).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53380141702025304/53380141702025304.m3u8"}, {"text": "A female patient presented to hospital with right breast lump. Lump was located in UOQ with no axillary lymph nodes. Mammography revealed BIRADS 4. Patient underwent breast conservation surgery. Final HPE revealed high grade DCIS. What is the next step?", "options": [{"label": "A", "text": "Chemotherapy", "correct": false}, {"label": "B", "text": "Radiotherapy", "correct": true}, {"label": "C", "text": "Transtuzumab", "correct": false}, {"label": "D", "text": "Follow up 6 monthly", "correct": false}], "correct_answer": "B. Radiotherapy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/76_1(10).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19333381702025243/19333381702025243.m3u8"}, {"text": "A young female with history of renal calculi complaints of bone pain, abdominal cramps and psychosis. On investigation serum calcium and PTH was raised. Which of the following will be the best investigation to arrive at the definitive diagnosis?", "options": [{"label": "A", "text": "Sestamibi scan", "correct": true}, {"label": "B", "text": "PET CT", "correct": false}, {"label": "C", "text": "MRI", "correct": false}, {"label": "D", "text": "USG neck", "correct": false}], "correct_answer": "A. Sestamibi scan", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72476711701251566/72476711701251566.m3u8"}, {"text": "Triage means", "options": [{"label": "A", "text": "To sort out", "correct": true}, {"label": "B", "text": "To classify", "correct": false}, {"label": "C", "text": "To investigate", "correct": false}, {"label": "D", "text": "To rehabilitate", "correct": false}], "correct_answer": "A. To sort out", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/78101081701251582/78101081701251582.m3u8"}, {"text": "The most delayed sign of compartment syndrome", "options": [{"label": "A", "text": "Pain on passive stretching", "correct": false}, {"label": "B", "text": "Pulselessness", "correct": true}, {"label": "C", "text": "Paralysis", "correct": false}, {"label": "D", "text": "Paresthesia", "correct": false}], "correct_answer": "B. Pulselessness", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74578811701251599/74578811701251599.m3u8"}, {"text": "Angle of needle with the skin for interrupted suture should be", "options": [{"label": "A", "text": "60 degree", "correct": false}, {"label": "B", "text": "70 degree", "correct": false}, {"label": "C", "text": "80 degree", "correct": false}, {"label": "D", "text": "90 degree", "correct": true}], "correct_answer": "D. 90 degree", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19633181701251611/19633181701251611.m3u8"}, {"text": "In a covid positive patient who was symptomatic and recovered at home without hospital admission. Elective surgery in this patient can be planned after", "options": [{"label": "A", "text": "4 weeks", "correct": false}, {"label": "B", "text": "6 weeks", "correct": true}, {"label": "C", "text": "8 weeks", "correct": false}, {"label": "D", "text": "12 weeks", "correct": false}], "correct_answer": "B. 6 weeks", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/82_1(6).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/20575751701251637/20575751701251637.m3u8"}, {"text": "A 24-year-old male was brought to the emergency department following a road traffic accident. His heart rate was 100/min, respiratory rate was 24/min. Chest X-ray is given below. Which of the following is contraindicated in him?", "options": [{"label": "A", "text": "Nasogastric tube insertion", "correct": false}, {"label": "B", "text": "Epidural anesthesia", "correct": true}, {"label": "C", "text": "ICD insertion", "correct": false}, {"label": "D", "text": "Log roll", "correct": false}], "correct_answer": "B. Epidural anesthesia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/86(17).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/24896421701251660/24896421701251660.m3u8"}, {"text": "Which of the following is the correct method for measurement of NG tube?", "options": [{"label": "A", "text": "Tip of the nose to ear lobule to between manubrium sternum and umbilicus", "correct": false}, {"label": "B", "text": "Angle of mouth to ear lobule to xiphisternum", "correct": false}, {"label": "C", "text": "Tip of the nose to the angle of the mandible to the xiphisternum", "correct": false}, {"label": "D", "text": "Tip of the nose to ear lobule to the xiphisternum", "correct": true}], "correct_answer": "D. Tip of the nose to ear lobule to the xiphisternum", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/87_1(8).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31600081701251689/31600081701251689.m3u8"}, {"text": "A man presented with a hematoma over the arm region and a history of stab injury. Radial and ulnar pulses are not felt. A 3.5cm longitudinal tear is noted in the brachial artery. Which of the following is the best treatment option?", "options": [{"label": "A", "text": "Primary repair", "correct": false}, {"label": "B", "text": "Repair with prosthetic graft", "correct": false}, {"label": "C", "text": "Repair with reverse saphenous graft", "correct": true}, {"label": "D", "text": "Repair with saphenous vein patch", "correct": false}], "correct_answer": "C. Repair with reverse saphenous graft", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70744841701251701/70744841701251701.m3u8"}, {"text": "A patient underwent mastectomy and a drain was inserted beneath the flap. What type of drain is it?", "options": [{"label": "A", "text": "Closed", "correct": true}, {"label": "B", "text": "Semi- closed", "correct": false}, {"label": "C", "text": "Open", "correct": false}, {"label": "D", "text": "Semi - open", "correct": false}], "correct_answer": "A. Closed", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/89(19).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71351901701251716/71351901701251716.m3u8"}, {"text": "In a patient with breast cancer, IHC is ordered. For what value of HER2/neu would FISH need to be ordered", "options": [{"label": "A", "text": "0", "correct": false}, {"label": "B", "text": "1 plus", "correct": false}, {"label": "C", "text": "2 plus", "correct": true}, {"label": "D", "text": "3 plus", "correct": false}], "correct_answer": "C. 2 plus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47613971701251736/47613971701251736.m3u8"}, {"text": "Inferior thyroid artery supplies which structures 1. Esophagus 2. Thymus 3. Thyroid 4. Parathyroid", "options": [{"label": "A", "text": "1 only", "correct": false}, {"label": "B", "text": "1, 3 only", "correct": false}, {"label": "C", "text": "1, 3, 4", "correct": false}, {"label": "D", "text": "All", "correct": true}], "correct_answer": "D. All", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(883).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/51573751701251759/51573751701251759.m3u8"}, {"text": "A 30 years old female patient presented with complaints of palpitation and feeling febrile all the time with midline neck swelling. On examination, a diffusely enlarged thyroid is felt and lower border of swelling is seen moving with deglutition. Exophthalmos was also noted. What are the essential investigations to be done? 1. Thyroid scan 2. FNAC 3. Thyroid function test 4. USG neck 5. Anti-Thyroid antibody", "options": [{"label": "A", "text": "1 and 3", "correct": false}, {"label": "B", "text": "1, 3, 4 and 5", "correct": true}, {"label": "C", "text": "1, 4, and 5", "correct": false}, {"label": "D", "text": "2, 3 and 4", "correct": false}], "correct_answer": "B. 1, 3, 4 and 5", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12872591701251784/12872591701251784.m3u8"}, {"text": "True regarding frost bite.", "options": [{"label": "A", "text": "May need amputataion in severe cases", "correct": true}, {"label": "B", "text": "Antibiotics have no role.", "correct": false}, {"label": "C", "text": "Rewarming not done.", "correct": false}, {"label": "D", "text": "Do not dry.", "correct": false}], "correct_answer": "A. May need amputataion in severe cases", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/23675101701251833/23675101701251833.m3u8"}, {"text": "X-ray is done in following cases of blunt trauma chest. In which of them, further investigations are required before inserting icd? 1. Flail chest 2. Pneumothorax 3. Diaphragmatic injury 4. Left sided pleural effusion/hemothorax.", "options": [{"label": "A", "text": "1 and 3", "correct": true}, {"label": "B", "text": "1 and 4", "correct": false}, {"label": "C", "text": "2 and 4", "correct": false}, {"label": "D", "text": "3 and 4", "correct": false}], "correct_answer": "A. 1 and 3", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/94(22).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72034801701251845/72034801701251845.m3u8"}, {"text": "37 Y female unmarried, nulliparous having regular intercourse, but not on OCPs. Mother had Carcinoma at 50 years of age. Sister had cancer at 40 years of age. What will you advise as next step?", "options": [{"label": "A", "text": "Stop taking OCP.", "correct": false}, {"label": "B", "text": "Do mammography", "correct": false}, {"label": "C", "text": "Genetic counselling for BRCA.", "correct": true}, {"label": "D", "text": "Immediate mastectomy.", "correct": false}], "correct_answer": "C. Genetic counselling for BRCA.", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/848531701251861/848531701251861.m3u8"}, {"text": "Patient of RTA With grade-3 splenic trauma, on non-operative management in ward. What would be the reason for Laparotomy on second day of management?", "options": [{"label": "A", "text": "Fall in Hb from 12 to 10gm/dl.", "correct": false}, {"label": "B", "text": "Presence of Pneumoperitoneum.", "correct": true}, {"label": "C", "text": "Extraperitoneum rupture of bladder.", "correct": false}, {"label": "D", "text": "Distended GB", "correct": false}], "correct_answer": "B. Presence of Pneumoperitoneum.", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/5999971701251881/5999971701251881.m3u8"}, {"text": "Deep ulcer presented in the figure depicts?", "options": [{"label": "A", "text": "Positive Trendelenberg test.", "correct": false}, {"label": "B", "text": "Absent distal pulses.", "correct": false}, {"label": "C", "text": "Decreased sensation.", "correct": true}, {"label": "D", "text": "Pain on passive movements of the calf.", "correct": false}], "correct_answer": "C. Decreased sensation.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/97(15).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/14868291701251894/14868291701251894.m3u8"}, {"text": "The correct statements is/are regarding the difference between SSG and Full thickness graft? 1. Primary contraction more with SSG 2. Secondary contraction more with SSG 3. Primary contraction more with full thickness grafts. 4. Secondary contraction more with full thickness grafts.", "options": [{"label": "A", "text": "1 and 3", "correct": false}, {"label": "B", "text": "2 and 3", "correct": true}, {"label": "C", "text": "1 and 4", "correct": false}, {"label": "D", "text": "3 and 4", "correct": false}], "correct_answer": "B. 2 and 3", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/47630421701251912/47630421701251912.m3u8"}, {"text": "A 32 year female patient is on Tamoxifen after a breast cancer surgery. For around 5 years she was on Tamoxifen. When will she stop Tamoxifen if she wants to conceive?", "options": [{"label": "A", "text": "One month before.", "correct": true}, {"label": "B", "text": "No need to stop.", "correct": false}, {"label": "C", "text": "Just before and conceive.", "correct": false}, {"label": "D", "text": "Must continue even at pregnancy.", "correct": false}], "correct_answer": "A. One month before.", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/63822001701251927/63822001701251927.m3u8"}, {"text": "Match the following?", "options": [{"label": "A", "text": "1-A, 2-B, 3-C, 4-D", "correct": true}, {"label": "B", "text": "1-D, 2-B, 3-C, 4-A", "correct": false}, {"label": "C", "text": "1-A, 2-C, 3-D, 4-B", "correct": false}, {"label": "D", "text": "1-B, 2-A, 3-D 4-C", "correct": false}], "correct_answer": "A. 1-A, 2-B, 3-C, 4-D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/100(25).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/58236091701251940/58236091701251940.m3u8"}, {"text": "Laparoscopy has all benefits except?", "options": [{"label": "A", "text": "Better cosmesis", "correct": false}, {"label": "B", "text": "Less pain", "correct": false}, {"label": "C", "text": "Early ambulation", "correct": false}, {"label": "D", "text": "Delayed time of discharge", "correct": true}], "correct_answer": "D. Delayed time of discharge", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/40639381701251958/40639381701251958.m3u8"}, {"text": "Which drug is used to reduce bleeding from thyroid?", "options": [{"label": "A", "text": "Propranolol", "correct": false}, {"label": "B", "text": "PTU", "correct": false}, {"label": "C", "text": "Lugol’s iodine (KI)", "correct": true}, {"label": "D", "text": "Methimazole", "correct": false}], "correct_answer": "C. Lugol’s iodine (KI)", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/60293441701251973/60293441701251973.m3u8"}, {"text": "19-year-old girl with a neck swelling which moves with deglutition and invading surrounding structures. Most probable diagnosis is?", "options": [{"label": "A", "text": "Thyroglossal cyst", "correct": false}, {"label": "B", "text": "PTC", "correct": true}, {"label": "C", "text": "Medullary cancer thyroid", "correct": false}, {"label": "D", "text": "Follicular adenoma", "correct": false}], "correct_answer": "B. PTC", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/105(15).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/38552201701251986/38552201701251986.m3u8"}, {"text": "Match the following?", "options": [{"label": "A", "text": "1- A, 2-B, 3-D, 4-C", "correct": true}, {"label": "B", "text": "1- B, 2-A, 3-D, 4-C", "correct": false}, {"label": "C", "text": "1- A, 2-C, 3-B, 4-D", "correct": false}, {"label": "D", "text": "1- D, 2-B, 3-C, 4-A", "correct": false}], "correct_answer": "A. 1- A, 2-B, 3-D, 4-C", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/106(11).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/50401381701252001/50401381701252001.m3u8"}, {"text": "SIRS does not include?", "options": [{"label": "A", "text": "Temperature", "correct": false}, {"label": "B", "text": "Systolic blood pressure", "correct": true}, {"label": "C", "text": "Respiratory rate", "correct": false}, {"label": "D", "text": "Pulse rate", "correct": false}], "correct_answer": "B. Systolic blood pressure", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6773761701252016/6773761701252016.m3u8"}, {"text": "Not included in Damage control surgery is?", "options": [{"label": "A", "text": "Control contamination", "correct": false}, {"label": "B", "text": "Hemorrhage control", "correct": false}, {"label": "C", "text": "Resuscitation", "correct": false}, {"label": "D", "text": "Vascular anastomosis", "correct": true}], "correct_answer": "D. Vascular anastomosis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/30506141701252031/30506141701252031.m3u8"}, {"text": "An old lady fell down and presented after few days with headache and neurological symptoms. What is the source of bleeding?", "options": [{"label": "A", "text": "Middle meningeal artery", "correct": false}, {"label": "B", "text": "Lenticular artery", "correct": false}, {"label": "C", "text": "Bridging vessels", "correct": true}, {"label": "D", "text": "Anterior cerebral artery", "correct": false}], "correct_answer": "C. Bridging vessels", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/9252191701252047/9252191701252047.m3u8"}, {"text": "Feature of neurogenic shock is?", "options": [{"label": "A", "text": "Hypotension and bradycardia", "correct": true}, {"label": "B", "text": "Hypertension and bradycardia", "correct": false}, {"label": "C", "text": "Hypotension and tachycardia", "correct": false}, {"label": "D", "text": "Hypertension and tachycardia", "correct": false}], "correct_answer": "A. Hypotension and bradycardia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/4907651701252059/4907651701252059.m3u8"}, {"text": "Sequence of arrangement of following in RTA is? A. Cervical spine stabilization B. Intubation C. IV cannula D. Vital measurements", "options": [{"label": "A", "text": "A-B-D-C", "correct": true}, {"label": "B", "text": "D-B-A-C", "correct": false}, {"label": "C", "text": "A-D-C-B", "correct": false}, {"label": "D", "text": "C-B-A-D", "correct": false}], "correct_answer": "A. A-B-D-C", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/18200151701252074/18200151701252074.m3u8"}, {"text": "Not routinely used in the diagnosis of breast cancer?", "options": [{"label": "A", "text": "PET CT", "correct": true}, {"label": "B", "text": "Radiological test", "correct": false}, {"label": "C", "text": "Clinical examination", "correct": false}, {"label": "D", "text": "Biopsy", "correct": false}], "correct_answer": "A. PET CT", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/767481701252088/767481701252088.m3u8"}, {"text": "All are contra-indications of breast conservation surgery except?", "options": [{"label": "A", "text": "Prior radiaton", "correct": false}, {"label": "B", "text": "Tumour 4 cm in size", "correct": true}, {"label": "C", "text": "Multicentric tumour", "correct": false}, {"label": "D", "text": "Large tumour breast ratio", "correct": false}], "correct_answer": "B. Tumour 4 cm in size", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/49762471701252103/49762471701252103.m3u8"}, {"text": "A 20-years-old male presents with hard painless testicular swelling. On investigation AFP is 308. No para aortic or iliac nodes as well as no mediastinal lymph nodes were found. USG shows uniform echotexture and small areas of necrosis. Surrounding structures are normal. What is the next best step:", "options": [{"label": "A", "text": "FNAC", "correct": false}, {"label": "B", "text": "Trucut biopsy", "correct": false}, {"label": "C", "text": "High inguinal orchidectomy", "correct": true}, {"label": "D", "text": "PET-CT", "correct": false}], "correct_answer": "C. High inguinal orchidectomy", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1_1(168).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31238741701859556/31238741701859556.m3u8"}, {"text": "If a child presents with acute scrotal pain and swelling where testicular torsion is highly suspected, how would you proceed:", "options": [{"label": "A", "text": "Immediate scrotal exploration only on side of swelling", "correct": false}, {"label": "B", "text": "Immediate scrotal exploration on same side and delayed exploration on the other side", "correct": false}, {"label": "C", "text": "Immediate scrotal exploration on both sides", "correct": true}, {"label": "D", "text": "Observation", "correct": false}], "correct_answer": "C. Immediate scrotal exploration on both sides", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Girl child with dribbling of urine but otherwise has normal voiding.what is the cause?", "options": [{"label": "A", "text": "Grade 4 VUR", "correct": false}, {"label": "B", "text": "Ureterocele", "correct": false}, {"label": "C", "text": "Congenital Megaureter", "correct": false}, {"label": "D", "text": "Ectopic ureter", "correct": true}], "correct_answer": "D. Ectopic ureter", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4_1(129).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/13799701701859588/13799701701859588.m3u8"}, {"text": "All of the following are lower urinary tract symptoms except?", "options": [{"label": "A", "text": "Incontinence during intercourse", "correct": false}, {"label": "B", "text": "Sudden urge to urinate", "correct": false}, {"label": "C", "text": "Incontinence while asleep", "correct": false}, {"label": "D", "text": "Dribbling while asking the patient to lie in supine and asking to cough", "correct": true}], "correct_answer": "D. Dribbling while asking the patient to lie in supine and asking to cough", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5_1(132).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common cause of bladder outlet obstruction in a male child?", "options": [{"label": "A", "text": "PUV", "correct": true}, {"label": "B", "text": "AUV", "correct": false}, {"label": "C", "text": "Urethral atresia", "correct": false}, {"label": "D", "text": "Ureterocele", "correct": false}], "correct_answer": "A. PUV", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_1(90).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 50-year-old male patient came to the outpatient department with complaints of hematuria. A 2x2 cm bladder mass was seen which is a high-grade transitional cell carcinoma. Which among the following is the ideal management?", "options": [{"label": "A", "text": "Neoadjuvant chemotherapy", "correct": false}, {"label": "B", "text": "Partial Cystectomy", "correct": false}, {"label": "C", "text": "Transurethral resection of the mass", "correct": true}, {"label": "D", "text": "Radical cystectomy", "correct": false}], "correct_answer": "C. Transurethral resection of the mass", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7_1(112).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An elderly male, age 60 years patient presented with left testicular swelling and ataxia. What is the diagnosis?", "options": [{"label": "A", "text": "Germ cell tumor", "correct": true}, {"label": "B", "text": "Glioblastoma multiforme", "correct": false}, {"label": "C", "text": "Non-Hodgkin's lymphoma", "correct": false}, {"label": "D", "text": "Hodgkin's lymphoma", "correct": false}], "correct_answer": "A. Germ cell tumor", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the correct volume of the prostate?", "options": [{"label": "A", "text": "20cc", "correct": true}, {"label": "B", "text": "50cc", "correct": false}, {"label": "C", "text": "70cc", "correct": false}, {"label": "D", "text": "100cc", "correct": false}], "correct_answer": "A. 20cc", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66232871701859608/66232871701859608.m3u8"}, {"text": "30 year old male with blunt injury to the abdomen. There was no blood at tip of meatus. Nil urine output after Foley’s Catheterisation. The next best management for the patient is?", "options": [{"label": "A", "text": "SPC", "correct": false}, {"label": "B", "text": "Foleys cathetrisations.", "correct": false}, {"label": "C", "text": "Laprotomy", "correct": true}, {"label": "D", "text": "Pelvic packaging with B/L nephrostomy.", "correct": false}], "correct_answer": "C. Laprotomy", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/595451701859633/595451701859633.m3u8"}, {"text": "A Renal tumor with hematuria and a renal mass was seen on CT with hypodense shadow (negativeHU)?", "options": [{"label": "A", "text": "RCC", "correct": false}, {"label": "B", "text": "Angiomyolipoma", "correct": true}, {"label": "C", "text": "Oncocytoma", "correct": false}, {"label": "D", "text": "Adenoma", "correct": false}], "correct_answer": "B. Angiomyolipoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(406).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "For a cancer of proximal transverse colon, which vessel should be ligated?", "options": [{"label": "A", "text": "Ileocolic", "correct": false}, {"label": "B", "text": "Right branch of middle colic", "correct": false}, {"label": "C", "text": "Trunk of middle colic", "correct": true}, {"label": "D", "text": "Left colic", "correct": false}], "correct_answer": "C. Trunk of middle colic", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1000).jpg"], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Given Image is of Gas under diaphragm, best treatment is?", "options": [{"label": "A", "text": "IV fluids", "correct": false}, {"label": "B", "text": "Exploratory laparotomy", "correct": true}, {"label": "C", "text": "Laparoscopy", "correct": false}, {"label": "D", "text": "Paracentesis", "correct": false}], "correct_answer": "B. Exploratory laparotomy", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(885).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(804).jpg"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A stomach tumour with spindle cell, C-kit positive (CD117) and S 100 positive and cytokeratin negative. Most probable diagnosis?", "options": [{"label": "A", "text": "Adenocarcinoma", "correct": false}, {"label": "B", "text": "GIST", "correct": true}, {"label": "C", "text": "Lymphoma", "correct": false}, {"label": "D", "text": "Sarcomatous tumour", "correct": false}], "correct_answer": "B. GIST", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(765).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following?", "options": [{"label": "A", "text": "A-4, B-3, C-2, D-1", "correct": true}, {"label": "B", "text": "A-3, B-4, C-2, D-1", "correct": false}, {"label": "C", "text": "A-4, B-3, C-1, D-2", "correct": false}, {"label": "D", "text": "A-4, B-2, C-3, D-1", "correct": false}], "correct_answer": "A. A-4, B-3, C-2, D-1", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(715).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_.jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common site of TB?", "options": [{"label": "A", "text": "IC junction", "correct": true}, {"label": "B", "text": "Stomach", "correct": false}, {"label": "C", "text": "Liver", "correct": false}, {"label": "D", "text": "Spleen", "correct": false}], "correct_answer": "A. IC junction", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the image?", "options": [{"label": "A", "text": "Sigmoid volvulus", "correct": true}, {"label": "B", "text": "Pneumoperitoneum", "correct": false}, {"label": "C", "text": "Caecal volvulus", "correct": false}, {"label": "D", "text": "Midgut volvulus", "correct": false}], "correct_answer": "A. Sigmoid volvulus", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/8(542).jpg"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(505).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following in number of node removed with cancer surgery? A: Breast 1=10 B: Stomach 2= >15 C: Gall bladder 3=6 D: Colon 4=12", "options": [{"label": "A", "text": "A1 B2 C3 D4", "correct": true}, {"label": "B", "text": "A2 B1 C3 D4", "correct": false}, {"label": "C", "text": "A1 B2 C4 D3", "correct": false}, {"label": "D", "text": "A1 B4 C2 D3", "correct": false}], "correct_answer": "A. A1 B2 C3 D4", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9_1(129).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/35544041701252816/35544041701252816.m3u8"}, {"text": "A patient was referred for acute necrotising pancreatitis with abdominal collection on CT scan. Patient is on vasopressors with BP 90/60 mmHg. What should be the initial therapy for this patient?", "options": [{"label": "A", "text": "Laparotomy and necrosectomy", "correct": false}, {"label": "B", "text": "MRI to visualize pancreatic duct abnormality", "correct": false}, {"label": "C", "text": "Percutaneous drainage of the fluid", "correct": true}, {"label": "D", "text": "Third generation cephalosporins", "correct": false}], "correct_answer": "C. Percutaneous drainage of the fluid", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient had post appendectomy bleed. Which artery needs to be ligated?", "options": [{"label": "A", "text": "SMA", "correct": false}, {"label": "B", "text": "Right colic artery", "correct": false}, {"label": "C", "text": "Middle colic", "correct": false}, {"label": "D", "text": "Ileocolic", "correct": true}], "correct_answer": "D. Ileocolic", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/10(527).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/62847961704967370/62847961704967370.m3u8"}, {"text": "B12 deficiency is seen in resection of all except?", "options": [{"label": "A", "text": "Stomach", "correct": false}, {"label": "B", "text": "Duodenum", "correct": false}, {"label": "C", "text": "Jejunum", "correct": true}, {"label": "D", "text": "Ileum", "correct": false}], "correct_answer": "C. Jejunum", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which vaccine is not given after splenectomy?", "options": [{"label": "A", "text": "Typhoid vaccine", "correct": true}, {"label": "B", "text": "H influenzae", "correct": false}, {"label": "C", "text": "Meningococcal", "correct": false}, {"label": "D", "text": "Pneumococcal", "correct": false}], "correct_answer": "A. Typhoid vaccine", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/11(427).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71346621701252837/71346621701252837.m3u8"}, {"text": "Which is done first in hypospadias surgery?", "options": [{"label": "A", "text": "Degloving / Orthoplasty (Chordee correction)", "correct": true}, {"label": "B", "text": "Glanulopasty", "correct": false}, {"label": "C", "text": "Urethroplasty", "correct": false}, {"label": "D", "text": "Meatoplasty", "correct": false}], "correct_answer": "A. Degloving / Orthoplasty (Chordee correction)", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/13(401).jpg"], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not a Boundary of triangle of safety?", "options": [{"label": "A", "text": "Pectoralis major", "correct": false}, {"label": "B", "text": "Latissimus Dorsi", "correct": false}, {"label": "C", "text": "Nipple line", "correct": false}, {"label": "D", "text": "Posterior axillary line", "correct": true}], "correct_answer": "D. Posterior axillary line", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/18_1(80).jpg"], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/70427731701252856/70427731701252856.m3u8"}, {"text": "ERCP is used for all of the following indications except", "options": [{"label": "A", "text": "Recurrent pancreatitis", "correct": false}, {"label": "B", "text": "Unexplained jaundice", "correct": false}, {"label": "C", "text": "Pancreatitis without features of cholangitis or choledochal cysts", "correct": true}, {"label": "D", "text": "Periampullary carcinoma", "correct": false}], "correct_answer": "C. Pancreatitis without features of cholangitis or choledochal cysts", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Patient with recurrent abdominal pain, USG was done and it comes out to be normal, on further evaluation by other investigation he was found to have biliary dyskinesia. which of the following is not done for diagnosis of biliary dyskinesia.", "options": [{"label": "A", "text": "HIDA scan", "correct": false}, {"label": "B", "text": "ERCP", "correct": false}, {"label": "C", "text": "MRCP", "correct": false}, {"label": "D", "text": "USG", "correct": true}], "correct_answer": "D. USG", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "State the wrong statement for the picture depicted", "options": [{"label": "A", "text": "FNAC OR Biopsy required before surgery.", "correct": true}, {"label": "B", "text": "Albenadazole is given pre-op.", "correct": false}, {"label": "C", "text": "Caused by dog tapeworm.", "correct": false}, {"label": "D", "text": "Leakage of the cyst can cause anaphylaxis", "correct": false}], "correct_answer": "A. FNAC OR Biopsy required before surgery.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(1001).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the specimen shown below.", "options": [{"label": "A", "text": "Straw-berry gall bladder", "correct": true}, {"label": "B", "text": "Ca gall bladder.", "correct": false}, {"label": "C", "text": "Cholelithiasis", "correct": false}, {"label": "D", "text": "Multiple gall bladder polyps", "correct": false}], "correct_answer": "A. Straw-berry gall bladder", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(805).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the instrument shown in the image?", "options": [{"label": "A", "text": "Bipolar cuatery", "correct": false}, {"label": "B", "text": "Monopolar cautery", "correct": true}, {"label": "C", "text": "Harmonic scalpel", "correct": false}, {"label": "D", "text": "Ligasure", "correct": false}], "correct_answer": "B. Monopolar cautery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/5(716).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/37007511701252879/37007511701252879.m3u8"}, {"text": "A patient of chronic liver failure presented with acute variceal bleeding. The BP was 80/60 mm Hg. Which of the following is not done?", "options": [{"label": "A", "text": "Octreotide infusion", "correct": false}, {"label": "B", "text": "Endoscopy banding", "correct": false}, {"label": "C", "text": "TIPSS", "correct": false}, {"label": "D", "text": "Platelet transfusion", "correct": true}], "correct_answer": "D. Platelet transfusion", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "On 5th post operative day after cholecystectomy, there was some bile collection in Morrison pouch. What is the best investigation to diagnose and manage bile leak ?", "options": [{"label": "A", "text": "MRCP", "correct": false}, {"label": "B", "text": "ERCP", "correct": true}, {"label": "C", "text": "HIDA", "correct": false}, {"label": "D", "text": "CECT", "correct": false}], "correct_answer": "B. ERCP", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In Strasberg classification of bile duct injury, transection of right sectoral duct is?", "options": [{"label": "A", "text": "Type A", "correct": false}, {"label": "B", "text": "Type B", "correct": false}, {"label": "C", "text": "Type C", "correct": true}, {"label": "D", "text": "Type D", "correct": false}], "correct_answer": "C. Type C", "question_images": [], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6_1(97).jpg"], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which instrument is not used in management of Upper GI bleed?", "options": [{"label": "A", "text": "A", "correct": false}, {"label": "B", "text": "B", "correct": false}, {"label": "C", "text": "C", "correct": false}, {"label": "D", "text": "D", "correct": true}], "correct_answer": "D. D", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/7(549).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common functional neuroendocrine tumor of pancreas:", "options": [{"label": "A", "text": "Gastrinoma", "correct": false}, {"label": "B", "text": "Somatostatinoma", "correct": false}, {"label": "C", "text": "Insulinoma", "correct": true}, {"label": "D", "text": "VIPoma", "correct": false}], "correct_answer": "C. Insulinoma", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Smoking increases the risk of- 1. Duct ectasia 2. Fibroadenoma 3. Mondor’s disease 4. Breast carcinoma", "options": [{"label": "A", "text": "2 and 3", "correct": false}, {"label": "B", "text": "2, 3, and 4", "correct": false}, {"label": "C", "text": "1, 3 and 4", "correct": true}, {"label": "D", "text": "1 and 4", "correct": false}], "correct_answer": "C. 1, 3 and 4", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following steps are done in Breast Conservation Surgery? 1. Wide local excision 2. Axillary node dissection can be done 3. Frozen section (biopsy) can be done during surgery 4. Post-operative radiotherapy is optional", "options": [{"label": "A", "text": "1, 2 and 3", "correct": true}, {"label": "B", "text": "1, 3 and 4", "correct": false}, {"label": "C", "text": "1 and 2", "correct": false}, {"label": "D", "text": "2 and 3", "correct": false}], "correct_answer": "A. 1, 2 and 3", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following statement is true about thymoma?", "options": [{"label": "A", "text": "Most common posterior mediastinal tumor", "correct": false}, {"label": "B", "text": "Most common neoplasm of thymus", "correct": true}, {"label": "C", "text": "Usually symptomatic with dyspnoea, dysphagia and SVC syndrome", "correct": false}, {"label": "D", "text": "Chest xray is the investigation of choice.", "correct": false}], "correct_answer": "B. Most common neoplasm of thymus", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common cause of adrenal incidentaloma is-", "options": [{"label": "A", "text": "Aldosterone producing tumor", "correct": false}, {"label": "B", "text": "Subclinical Cushing’s syndrome", "correct": false}, {"label": "C", "text": "Non functioning adenoma", "correct": true}, {"label": "D", "text": "Pheochromocytoma", "correct": false}], "correct_answer": "C. Non functioning adenoma", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/66010351701859660/66010351701859660.m3u8"}, {"text": "In a patient presenting with Rectal prolapse, which of the following procedures is not done via perineal approach?", "options": [{"label": "A", "text": "Ripstein procedure", "correct": true}, {"label": "B", "text": "Thiersch procedure", "correct": false}, {"label": "C", "text": "Delorme", "correct": false}, {"label": "D", "text": "Altemeir", "correct": false}], "correct_answer": "A. Ripstein procedure", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a patient who underwent laparoscopic cholecystectomy, urine output ideally should be-", "options": [{"label": "A", "text": "0.5ml/minute", "correct": false}, {"label": "B", "text": "0.5-1.5ml/kg/hour", "correct": true}, {"label": "C", "text": "500ml/day", "correct": false}, {"label": "D", "text": "1cc/kg", "correct": false}], "correct_answer": "B. 0.5-1.5ml/kg/hour", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a patient of congenital hypertrophic pyloric stenosis, Which of the following metabolic abnormalities you would not expect in this patient ?", "options": [{"label": "A", "text": "Hypokalemia", "correct": false}, {"label": "B", "text": "Hypochloremia", "correct": false}, {"label": "C", "text": "Metabolic alkalosis", "correct": false}, {"label": "D", "text": "Respiratory alkalosis", "correct": true}], "correct_answer": "D. Respiratory alkalosis", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 73 year old male presents with painless rectal bleeding. Which of the below mentioned investigations is not done for this patient?", "options": [{"label": "A", "text": "Colonoscopy", "correct": false}, {"label": "B", "text": "CECT", "correct": false}, {"label": "C", "text": "CEA", "correct": false}, {"label": "D", "text": "CA 19-9", "correct": true}], "correct_answer": "D. CA 19-9", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Match the following appendix positions in the image-", "options": [{"label": "A", "text": "a- paracaecal, f- pelvic, e- retrocaecal, d-subcaecal", "correct": false}, {"label": "B", "text": "a—retrocaecal, f- paracaecal, e- subcaecal, d- pelvic", "correct": true}, {"label": "C", "text": "a- subcaecal, f- pelvic, e- retrocaecal, d- paracaecal", "correct": false}, {"label": "D", "text": "a- paracaecal, f- retrocaecal, e- pelvic, d- subcaecal", "correct": false}], "correct_answer": "B. a—retrocaecal, f- paracaecal, e- subcaecal, d- pelvic", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9(25).png"], "explanation_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/9_1(7).png"], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In a patient with inguinal hernia, the surgeon reduces the entire hernial sac into the abdominal cavity without reducing the contents. What is this called?", "options": [{"label": "A", "text": "Reduction en masse", "correct": true}, {"label": "B", "text": "Maydl’s hernia", "correct": false}, {"label": "C", "text": "Sliding hernia", "correct": false}, {"label": "D", "text": "Incarcerated hernia", "correct": false}], "correct_answer": "A. Reduction en masse", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not true about claudication pain?", "options": [{"label": "A", "text": "Pain on intermittent claudication comes at the first step of walking", "correct": true}, {"label": "B", "text": "Rest pain is seen in the night", "correct": false}, {"label": "C", "text": "Most common cause is atheroma", "correct": false}, {"label": "D", "text": "The clinical stem does not reflect the site of peripheral arterial obstruction", "correct": false}], "correct_answer": "A. Pain on intermittent claudication comes at the first step of walking", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient comes with dull aching pain in both legs. He gives a history of prolonged standing and tortuous veins in the legs. Which of the below mentioned tests are done for saphenofemoral incompetence? A. Brodie Trendelenburg Test B. Morrissey’s test C. Fegan’s test D. Modified Perthes test", "options": [{"label": "A", "text": "A, B, C and D", "correct": false}, {"label": "B", "text": "A, B and C", "correct": false}, {"label": "C", "text": "A and B", "correct": true}, {"label": "D", "text": "C and D", "correct": false}], "correct_answer": "C. A and B", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the incision made and marked in the image:", "options": [{"label": "A", "text": "Robson", "correct": false}, {"label": "B", "text": "Maylard", "correct": false}, {"label": "C", "text": "Gibson", "correct": true}, {"label": "D", "text": "Kochers", "correct": false}], "correct_answer": "C. Gibson", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/1(416).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In which of the following cases, Liver Transplant is possible in case of secondaries in liver?", "options": [{"label": "A", "text": "Ca Rectum", "correct": true}, {"label": "B", "text": "Melanoma", "correct": false}, {"label": "C", "text": "Ca Breast", "correct": false}, {"label": "D", "text": "Ca Ovary", "correct": false}], "correct_answer": "A. Ca Rectum", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient underwent cholecystectomy. The histopathology reveals carcinoma with invasion into the muscularis layer. What is the next best step?", "options": [{"label": "A", "text": "Radiotherapy", "correct": false}, {"label": "B", "text": "Chemotherapy", "correct": false}, {"label": "C", "text": "Excision of the stump", "correct": false}, {"label": "D", "text": "Radical cholecystectomy", "correct": true}], "correct_answer": "D. Radical cholecystectomy", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "After a laparoscopic cholecystectomy for cholelithiasis and cholecystitis, biopsy revealed In situ cancer in gall bladder- (Stage 1). What is the appropriate next step?", "options": [{"label": "A", "text": "Follow up", "correct": true}, {"label": "B", "text": "Extended cholecystectomy", "correct": false}, {"label": "C", "text": "Excision of port site", "correct": false}, {"label": "D", "text": "Radiotherapy to gall bladder bed", "correct": false}], "correct_answer": "A. Follow up", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Post Orchidectomy, the specimen shows Reinke's Crystals.What is the diagnosis?", "options": [{"label": "A", "text": "Seminoma", "correct": false}, {"label": "B", "text": "Leydig Cell Tumor", "correct": true}, {"label": "C", "text": "teratoma", "correct": false}, {"label": "D", "text": "Yolk sac tumor", "correct": false}], "correct_answer": "B. Leydig Cell Tumor", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(368).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Tumour Marker for choriocarcinoma is:-", "options": [{"label": "A", "text": "HCG", "correct": true}, {"label": "B", "text": "PLAP", "correct": false}, {"label": "C", "text": "KIT", "correct": false}, {"label": "D", "text": "OCT 4", "correct": false}], "correct_answer": "A. HCG", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "An ulcerative lesion noted near the nose (medial canthus).What is the probable diagnosis?", "options": [{"label": "A", "text": "Lentigo Melanoma", "correct": false}, {"label": "B", "text": "Basal Cell Carcinoma", "correct": true}, {"label": "C", "text": "SCC", "correct": false}, {"label": "D", "text": "Nevus", "correct": false}], "correct_answer": "B. Basal Cell Carcinoma", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(333).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Diagnosis of given image is?", "options": [{"label": "A", "text": "Keratoacanthoma", "correct": false}, {"label": "B", "text": "Rodent ulcer", "correct": true}, {"label": "C", "text": "SCC", "correct": false}, {"label": "D", "text": "Sebaceous horn", "correct": false}], "correct_answer": "B. Rodent ulcer", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/4(303).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "In the anatomy of Inguinal canal, The fibres of internal Oblique and Transverse abdominis contribute to which components of inguinal Canal?", "options": [{"label": "A", "text": "Anterior wall", "correct": false}, {"label": "B", "text": "Roof", "correct": true}, {"label": "C", "text": "Floor", "correct": false}, {"label": "D", "text": "Posterior Wall", "correct": false}], "correct_answer": "B. Roof", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Incorrect statement about Choledochal Cyst (Type 1)", "options": [{"label": "A", "text": "increased risk of cholangio CA", "correct": false}, {"label": "B", "text": "Cyst is opened and drainage done", "correct": true}, {"label": "C", "text": "Todani classification used for grading", "correct": false}, {"label": "D", "text": "Associated with abnormal Bilio-Pancreatic Junction", "correct": false}], "correct_answer": "B. Cyst is opened and drainage done", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Classification of bile duct injury taking location and thermal injury into duct and vessels into account ?", "options": [{"label": "A", "text": "Bismuth", "correct": false}, {"label": "B", "text": "Strasberg", "correct": false}, {"label": "C", "text": "Stewart Way", "correct": false}, {"label": "D", "text": "Hannover", "correct": true}], "correct_answer": "D. Hannover", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which is not a risk factor for Ca Gall Bladder?", "options": [{"label": "A", "text": "Porcelain Gall Bladder", "correct": false}, {"label": "B", "text": "Primary Sclerosing Cholangitis", "correct": false}, {"label": "C", "text": "Polyp <10 mm", "correct": true}, {"label": "D", "text": "Gallstone >3 cm", "correct": false}], "correct_answer": "C. Polyp <10 mm", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "On screening abdominal USG, a 12 mm sessile polyp was found incidentally in gall bladder, what should be the advise to the patient?", "options": [{"label": "A", "text": "Wait and watch and do surgery when patient becomes symptomatic", "correct": false}, {"label": "B", "text": "Close follow up with 6 monthly USG with monitoring of size", "correct": false}, {"label": "C", "text": "Elective laparoscopic cholecystectomy", "correct": true}, {"label": "D", "text": "Emergency laparoscopic cholecystectomy", "correct": false}], "correct_answer": "C. Elective laparoscopic cholecystectomy", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most important prognostic factor for CA Breast", "options": [{"label": "A", "text": "Axillary LN Status", "correct": true}, {"label": "B", "text": "Distant Mets", "correct": false}, {"label": "C", "text": "Size", "correct": false}, {"label": "D", "text": "Hormonal Status", "correct": false}], "correct_answer": "A. Axillary LN Status", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "ER Open Cardiac massage is considered as what kind of wound", "options": [{"label": "A", "text": "Clean", "correct": false}, {"label": "B", "text": "Dirty", "correct": false}, {"label": "C", "text": "Contaminated", "correct": true}, {"label": "D", "text": "Clean Contaminated", "correct": false}], "correct_answer": "C. Contaminated", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A young female presenting with pain and vomiting in ER. Clinical examination reveals a swelling lateral and below pubic tubercle. X ray shows intestinal obstruction .what is most probable diagnosis", "options": [{"label": "A", "text": "Adhesions", "correct": false}, {"label": "B", "text": "Strangulated Indirect Inguinal hernia", "correct": false}, {"label": "C", "text": "Strangulated Femoral Hernia", "correct": true}, {"label": "D", "text": "Strangulated direct Inguinal hernia", "correct": false}], "correct_answer": "C. Strangulated Femoral Hernia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A female presents with a non palpable lump in the breast. The Biopsy and IHC reveals luminal A. What is included under Luminal A-", "options": [{"label": "A", "text": "ER+PR+ Her neu +", "correct": false}, {"label": "B", "text": "ER + PR + Her 2 neu - with low proliferation", "correct": true}, {"label": "C", "text": "ER + PR + Her 2 neu - with high proliferation", "correct": false}, {"label": "D", "text": "Triple Negative", "correct": false}], "correct_answer": "B. ER + PR + Her 2 neu - with low proliferation", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A NEONATE WITH BREATHLESNESS IF FOUND TO HAVE SCAPHOID ABDOMEN, WHICH OF THESE WILL NOT BE DONE?", "options": [{"label": "A", "text": "ENDOTRACHEAL INTUBATE", "correct": false}, {"label": "B", "text": "POSSITIVE PRESSURE VENTILATION", "correct": false}, {"label": "C", "text": "BAG NAD MASK VENTILATION", "correct": true}, {"label": "D", "text": "OXYGEN SUPPLEMENTATION", "correct": false}], "correct_answer": "C. BAG NAD MASK VENTILATION", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "All are true for Adrenal Gland except?", "options": [{"label": "A", "text": "Yellow in Colour", "correct": false}, {"label": "B", "text": "Left adrenal is close to pancreas", "correct": false}, {"label": "C", "text": "Right adrenal is semilunar in shape", "correct": true}, {"label": "D", "text": "Retroperitoneal Organ", "correct": false}], "correct_answer": "C. Right adrenal is semilunar in shape", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is/are the complications associated with GERD? 1. Asthma 2. Laryngitis 3. Pulmonary Fibrosis 4. Chronic cough", "options": [{"label": "A", "text": "1,2", "correct": false}, {"label": "B", "text": "1,2,4", "correct": false}, {"label": "C", "text": "1,2,3", "correct": false}, {"label": "D", "text": "1,2,3,4", "correct": true}], "correct_answer": "D. 1,2,3,4", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/53270631721562208/53270631721562208.m3u8"}, {"text": "Which of the following is the most common hernia in females?", "options": [{"label": "A", "text": "Direct Inguinal hernia", "correct": false}, {"label": "B", "text": "Indirect inguinal hernia", "correct": true}, {"label": "C", "text": "Femoral hernia", "correct": false}, {"label": "D", "text": "Obturator hernia", "correct": false}], "correct_answer": "B. Indirect inguinal hernia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/12367091721562228/12367091721562228.m3u8"}, {"text": "Which of the following is not a marker of GIST?", "options": [{"label": "A", "text": "SDH", "correct": false}, {"label": "B", "text": "C-kit", "correct": false}, {"label": "C", "text": "PDGFR", "correct": false}, {"label": "D", "text": "Nestin", "correct": true}], "correct_answer": "D. Nestin", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/71803261721562244/71803261721562244.m3u8"}, {"text": "ER positivity is used as which of the following in the context of breast carcinoma?", "options": [{"label": "A", "text": "Diagnostic marker", "correct": false}, {"label": "B", "text": "Prognostic marker", "correct": true}, {"label": "C", "text": "Surrogate molecular marker", "correct": false}, {"label": "D", "text": "Predictive marker", "correct": false}], "correct_answer": "B. Prognostic marker", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/61916141721562258/61916141721562258.m3u8"}, {"text": "All of the following statements regarding Wilms tumor are true, except?", "options": [{"label": "A", "text": "Presents as an abdominal mass", "correct": false}, {"label": "B", "text": "Most commonly seen <5yrs of age", "correct": false}, {"label": "C", "text": "Majority patients recover due to chemotherapy and surgery", "correct": false}, {"label": "D", "text": "Lung metastasis is rare and occurs late", "correct": true}], "correct_answer": "D. Lung metastasis is rare and occurs late", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/22737941721562274/22737941721562274.m3u8"}, {"text": "The given instrument is used for which of the following procedure?", "options": [{"label": "A", "text": "PEG", "correct": true}, {"label": "B", "text": "Central line", "correct": false}, {"label": "C", "text": "Orogastric tube insertion", "correct": false}, {"label": "D", "text": "ICD", "correct": false}], "correct_answer": "A. PEG", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/6(250).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6017241721562289/6017241721562289.m3u8"}, {"text": "45-year-old female presents with recurrent episodes of right flank pain, hematuria, and a history of urinary tract infections. Urine analysis shows alkaline urine with a pH of 8.0. Which of the following is the most likely underlying cause of this patient's condition?", "options": [{"label": "A", "text": "Triple phosphate stone", "correct": true}, {"label": "B", "text": "Ca Oxalate Stones", "correct": false}, {"label": "C", "text": "Uric Acid Stones", "correct": false}, {"label": "D", "text": "Cystine Stones", "correct": false}], "correct_answer": "A. Triple phosphate stone", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_7(4).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/31934431721562314/31934431721562314.m3u8"}, {"text": "A 52-year-old patient diagnosed with invasive ductal carcinoma in situ presents with ulceration on skin and inflammatory signs(erythema). Nipple retraction was also present. This patient is classified under which stage?", "options": [{"label": "A", "text": "Stage 3", "correct": true}, {"label": "B", "text": "Stage 4 with node positivity", "correct": false}, {"label": "C", "text": "T4b", "correct": false}, {"label": "D", "text": "No metastasis", "correct": false}], "correct_answer": "A. Stage 3", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/72405081721562327/72405081721562327.m3u8"}, {"text": "A 35-year-old male sustained a head injury following a motorcycle accident. He experienced a brief loss of consciousness at the scene. Upon regaining consciousness, he developed severe headache and began to feel drowsy. A CT scan of the head is performed. Which of the following should be the management for this patient?", "options": [{"label": "A", "text": "Anticoagulants and Immediate surgery", "correct": false}, {"label": "B", "text": "Immediate surgery", "correct": true}, {"label": "C", "text": "Observation in ICU", "correct": false}, {"label": "D", "text": "Mannitol to reduce ICP", "correct": false}], "correct_answer": "B. Immediate surgery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_9(7).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/15577721721562341/15577721721562341.m3u8"}, {"text": "A 45-year-old patient presents to the clinic with complaints of food regurgitation and weight loss over the past several months. A barium swallow test is performed. what is the diagnosis?", "options": [{"label": "A", "text": "Achalasia cardia", "correct": true}, {"label": "B", "text": "Esophageal carcinoma", "correct": false}, {"label": "C", "text": "Zenker's diverticulum", "correct": false}, {"label": "D", "text": "Diffuse esophageal spasm", "correct": false}], "correct_answer": "A. Achalasia cardia", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_10(4).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/74272411721562355/74272411721562355.m3u8"}, {"text": "A 55-year-old male patient presents to the clinic with left lower lip weakness following a recent parotid gland surgery. Considering the surgical history and current symptoms, what is the most likely site of the lesion causing this patient's condition?", "options": [{"label": "A", "text": "Main trunk of facial nerve", "correct": true}, {"label": "B", "text": "Temporal branch of facial nerve", "correct": false}, {"label": "C", "text": "Cervical branch of facial nerve", "correct": false}, {"label": "D", "text": "Parotid duct", "correct": false}], "correct_answer": "A. Main trunk of facial nerve", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/11548941721562370/11548941721562370.m3u8"}, {"text": "Which of the following is not a risk factor for cholangiocarcinoma?", "options": [{"label": "A", "text": "Hepatitis B", "correct": true}, {"label": "B", "text": "PSC", "correct": false}, {"label": "C", "text": "Caroli's disease", "correct": false}, {"label": "D", "text": "Opisthorchis viverrini", "correct": false}], "correct_answer": "A. Hepatitis B", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/43073991721562388/43073991721562388.m3u8"}, {"text": "Which of the following is not done in primary survey of trauma?", "options": [{"label": "A", "text": "NCCT head", "correct": true}, {"label": "B", "text": "CXR", "correct": false}, {"label": "C", "text": "Intubation", "correct": false}, {"label": "D", "text": "ICD drainage", "correct": false}], "correct_answer": "A. NCCT head", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/700571721562401/700571721562401.m3u8"}, {"text": "A 32-year-old male presents to the emergency department after sustaining a stab wound to the left side of his chest. He is in acute distress, with a heart rate of 120 beats per minute, blood pressure of 90/60 mmHg, and respiratory rate of 28 breaths per minute. On physical examination, there is decreased breath sounds on the right side. A chest X-ray is shown below. What is the diagnosis?", "options": [{"label": "A", "text": "Pneumothorax", "correct": false}, {"label": "B", "text": "Hemothorax", "correct": true}, {"label": "C", "text": "Tension Pneumothorax", "correct": false}, {"label": "D", "text": "Lung contusion", "correct": false}], "correct_answer": "B. Hemothorax", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_14(5).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59825571721562416/59825571721562416.m3u8"}, {"text": "Which of the following will not result in hoarseness of voice after a thyroid surgery?", "options": [{"label": "A", "text": "Dissecting/retracting strap muscles", "correct": true}, {"label": "B", "text": "Exploring beahr's triangle", "correct": false}, {"label": "C", "text": "Tubercle of zuckerkandl dissection", "correct": false}, {"label": "D", "text": "Ligating superior thyroid vessels", "correct": false}], "correct_answer": "A. Dissecting/retracting strap muscles", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6858251721562436/6858251721562436.m3u8"}, {"text": "A 20-year-old chronic alcoholic presents with severe hematemesis. USG shows distention of the portal vein and the liver appears hyperechoic. Pantoprazole has been initiated. What is the next appropriate step in management?", "options": [{"label": "A", "text": "Initiate a course of broad-spectrum antibiotics", "correct": false}, {"label": "B", "text": "Order a liver biopsy to assess for fibrosis", "correct": false}, {"label": "C", "text": "Start lactulose", "correct": false}, {"label": "D", "text": "Perform an endoscopy to look for varices", "correct": true}], "correct_answer": "D. Perform an endoscopy to look for varices", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/6165771721562459/6165771721562459.m3u8"}, {"text": "Which needs immediate intervention in the triage?", "options": [{"label": "A", "text": "Black", "correct": false}, {"label": "B", "text": "Red", "correct": true}, {"label": "C", "text": "Yellow", "correct": false}, {"label": "D", "text": "Green", "correct": false}], "correct_answer": "B. Red", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59458781721562487/59458781721562487.m3u8"}, {"text": "In comparison to ulcerative colitis, crohn's is associated with", "options": [{"label": "A", "text": "Continuous lesions rather than segmented lesions", "correct": false}, {"label": "B", "text": "Associated with increased risk of developing cancer", "correct": false}, {"label": "C", "text": "Less risk of perianal fistulas", "correct": false}, {"label": "D", "text": "Less likely to present with daily hematochezia", "correct": true}], "correct_answer": "D. Less likely to present with daily hematochezia", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (D)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/59137231721562503/59137231721562503.m3u8"}, {"text": "What is not true regarding breast?", "options": [{"label": "A", "text": "Upper medial quadrant has more breast tissue", "correct": true}, {"label": "B", "text": "10-100 lobules present for each duct", "correct": false}, {"label": "C", "text": "Tail of Spence crosses anterior axillary folds", "correct": false}, {"label": "D", "text": "Modified sweat glands", "correct": false}], "correct_answer": "A. Upper medial quadrant has more breast tissue", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/19459361721562517/19459361721562517.m3u8"}, {"text": "A 25 years old male came to emergency department due to trauma hypotension, specific blood group not known. What to transfuse?", "options": [{"label": "A", "text": "AB+", "correct": false}, {"label": "B", "text": "O-", "correct": false}, {"label": "C", "text": "O+", "correct": true}, {"label": "D", "text": "A-", "correct": false}], "correct_answer": "C. O+", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/28248301721562531/28248301721562531.m3u8"}, {"text": "A 23 year old female came with complain of dysphagia and hoarseness of voice and neck swelling. Radiological evaluation revealed a radiological mass compressing the trachea. Biopsy revealed amyloid deposits with round regular cells surrounding it. What is the origin of cells?", "options": [{"label": "A", "text": "Hurthle cells", "correct": false}, {"label": "B", "text": "Follicular cells", "correct": false}, {"label": "C", "text": "Parafollicular cells", "correct": true}, {"label": "D", "text": "Askanazy cells", "correct": false}], "correct_answer": "C. Parafollicular cells", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Q_21(3).jpg"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": "https://d2enu63wt1sf3u.cloudfront.net/dqb_vod/57463691721562546/57463691721562546.m3u8"}, {"text": "25 years old man with fall from 2nd floor of building comes to emergency, which of the following is not a part of primary survey in Trauma.", "options": [{"label": "A", "text": "X RAY CHEST", "correct": false}, {"label": "B", "text": "XRAY PELVIS", "correct": false}, {"label": "C", "text": "CT SCAN CHEST ABDOMEN", "correct": true}, {"label": "D", "text": "E FAST", "correct": false}], "correct_answer": "C. CT SCAN CHEST ABDOMEN", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "During the laparoscopic cholecystectomy the surgeon asks you what is the angle between camera (telescope) and working instrument-", "options": [{"label": "A", "text": "AZIMUTH ANGLE", "correct": true}, {"label": "B", "text": "ELEVATION ANGLE", "correct": false}, {"label": "C", "text": "MANIPULATION ANGLE", "correct": false}, {"label": "D", "text": "WORKING ANGLE", "correct": false}], "correct_answer": "A. AZIMUTH ANGLE", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(619).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "YOUNG MALE WITH PAIN IN LEFT ILIAC FOSSA, HISTORY OF OCASSIONAL HEMATURIA. BEST INVESTIGATION", "options": [{"label": "A", "text": "XRAY", "correct": false}, {"label": "B", "text": "USG", "correct": false}, {"label": "C", "text": "NCCT", "correct": true}, {"label": "D", "text": "URETEROSCOPY", "correct": false}], "correct_answer": "C. NCCT", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "ACCORDING TO BEDSORE (DECUBITUS ULCER) GRADING, PARTIAL THICKNESS SKIN INVOLVEMENT IS:-", "options": [{"label": "A", "text": "1", "correct": false}, {"label": "B", "text": "2", "correct": true}, {"label": "C", "text": "3", "correct": false}, {"label": "D", "text": "4", "correct": false}], "correct_answer": "B. 2", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MOST DANGEROUS NERVE INJURY IN THYROID SURGERY-", "options": [{"label": "A", "text": "Bilateral RLN partial", "correct": false}, {"label": "B", "text": "Bilateral RLN complete", "correct": true}, {"label": "C", "text": "Unilateral RLN partial", "correct": false}, {"label": "D", "text": "Unilateral RLN complete", "correct": false}], "correct_answer": "B. Bilateral RLN complete", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 34 years old female presents with a lump in her left breast for 2yrs. On examination a 6 x4 cm mass is present. Dimpling of skin is seen also there is blood discharge from nipple. Lesion is invading pectoralis major muscle. Ipsilateral level I and II matted axillary lymph nodes present. No distant metastasis is seen. What is the TNM staging.", "options": [{"label": "A", "text": "T3N2MO", "correct": true}, {"label": "B", "text": "T4BN1M0", "correct": false}, {"label": "C", "text": "T4AN2MO", "correct": false}, {"label": "D", "text": "T2N2M1", "correct": false}], "correct_answer": "A. T3N2MO", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "CHEST TRAUMA WITH MULTIPLE RIB FRACTURE 3-8, FOR PAIN MANAGEMENT-", "options": [{"label": "A", "text": "THORACIC EPIDURAL BLOCK", "correct": true}, {"label": "B", "text": "CERVICAL PLEXUS BLOCK", "correct": false}, {"label": "C", "text": "LUMBAR EPIDURAL BLOCK", "correct": false}, {"label": "D", "text": "SUPRACLAVICULAR BLOCK", "correct": false}], "correct_answer": "A. THORACIC EPIDURAL BLOCK", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "20 years male patient comes with occasional palpitations, headache and hypertension. Patient was suspected to have pheochromocytoma. Which of the following is preferred first investigation", "options": [{"label": "A", "text": "MRI ABDOMEN", "correct": false}, {"label": "B", "text": "USG ABDOMEN", "correct": false}, {"label": "C", "text": "24HR URINARY METANEPHRINE & VMA", "correct": true}, {"label": "D", "text": "CT ABDOMEN", "correct": false}], "correct_answer": "C. 24HR URINARY METANEPHRINE & VMA", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Young male with head trauma comes to casualty. His GCS is 8/15 and SBP 90mmhg. There is absent breath sounds on right side. What is next step in management", "options": [{"label": "A", "text": "A. Secure Airway, insert ICD, IV fluids.", "correct": true}, {"label": "B", "text": "IV FLUID and NCCT Head", "correct": false}, {"label": "C", "text": "IV fluids, secure airway.", "correct": false}, {"label": "D", "text": "SEND FOR CT", "correct": false}], "correct_answer": "A. A. Secure Airway, insert ICD, IV fluids.", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "DURING SEPARATION OF SPLEEN FROM STOMACH AT THE TIME OF SPLENECTOMY - BLEEDING CAN OCCUR FROM WHICH VESSEL", "options": [{"label": "A", "text": "SHORT GASTRIC", "correct": true}, {"label": "B", "text": "SPLENIC", "correct": false}, {"label": "C", "text": "RT GASTROEPIPLOIC", "correct": false}, {"label": "D", "text": "LT GASTROEPIPLOIC", "correct": false}], "correct_answer": "A. SHORT GASTRIC", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "POST GASTRECTOMY PATIENT COMPLAINS OF LOWER LIMB WEAKNESS, MOST LIKELY CAUSE IS", "options": [{"label": "A", "text": "VIT B12", "correct": true}, {"label": "B", "text": "VIT B1", "correct": false}, {"label": "C", "text": "VIT B6", "correct": false}, {"label": "D", "text": "VIT C", "correct": false}], "correct_answer": "A. VIT B12", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "HISTORY OF DYSPHAGIA, COUGH, HALITOSIS. BA SWALLOW IS SHOWN BELOW:-", "options": [{"label": "A", "text": "ZENKER'S DIVERTICULUM", "correct": true}, {"label": "B", "text": "CA ESOPHAGUS", "correct": false}, {"label": "C", "text": "ACHALASIA", "correct": false}, {"label": "D", "text": "DES", "correct": false}], "correct_answer": "A. ZENKER'S DIVERTICULUM", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/2(620).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHICH OF THE FOLLOWING IS NOT A COMPONENT OF MEN 2B", "options": [{"label": "A", "text": "PARATHYROID HYPERPLASIA", "correct": true}, {"label": "B", "text": "MTC", "correct": false}, {"label": "C", "text": "MARFANOID HABITUS", "correct": false}, {"label": "D", "text": "MUCOSAL NEUROMA", "correct": false}], "correct_answer": "A. PARATHYROID HYPERPLASIA", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PATIENT COMES WITH DIARRHOEA AND PEPTIC ULCER DISEASE NOT RESPONDING TO PPIs. FROM WHERE THE TUMOUR IS ASIRING ?", "options": [{"label": "A", "text": "GASTRINOMA- CYSTIC DUCT, D2/D3, NECK OF PANCREAS", "correct": true}, {"label": "B", "text": "GASTRINOMA - CBD ,D2/D3, NECK OF PANCREAS", "correct": false}, {"label": "C", "text": "INSULINOMA- CBD, D2/D3, NECK OF PANCREAS", "correct": false}, {"label": "D", "text": "INSULINOMA - CYSTIC DUCT, D2/D3, NECK OF PANCREAS", "correct": false}], "correct_answer": "A. GASTRINOMA- CYSTIC DUCT, D2/D3, NECK OF PANCREAS", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "MOST COMMON SYMPTOM OF CA ESOPHAGUS -", "options": [{"label": "A", "text": "DYSPHAGIA MORE TO SOLIDS", "correct": true}, {"label": "B", "text": "DYSPHAGIA MORE TO LIQUIDS", "correct": false}, {"label": "C", "text": "REGURGITATION", "correct": false}, {"label": "D", "text": "COUGH", "correct": false}], "correct_answer": "A. DYSPHAGIA MORE TO SOLIDS", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "PATIENT WITH ORAL CANCER - IMAGE SHOWN INVOLVING FLOOR OF MOUTH WITH INVOLVEMENT OF ALVEOLUS, STAGING IS ?", "options": [{"label": "A", "text": "T2", "correct": false}, {"label": "B", "text": "T3", "correct": false}, {"label": "C", "text": "T4A", "correct": true}, {"label": "D", "text": "T4B", "correct": false}], "correct_answer": "C. T4A", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/3(554).png"], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHAT INVESTIGATION IS DONE TO HELP IN SURGERY IN A PATIENT OF PARATHYROID ADENOMA WITH SERUM CALCIUM OF 12.8 MG/DL", "options": [{"label": "A", "text": "sestamibi", "correct": true}, {"label": "B", "text": "DEXA", "correct": false}, {"label": "C", "text": "CA 11.5", "correct": false}, {"label": "D", "text": "BONE SCAN", "correct": false}], "correct_answer": "A. sestamibi", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "REGARDING ACUTE PANCREATITIS, WHICH IS CORRECT STATEMENT", "options": [{"label": "A", "text": "LIPASE - MORE SPECIFIC", "correct": true}, {"label": "B", "text": "AMYLASE - MORE SPECIFIC", "correct": false}, {"label": "C", "text": "SEVERITY DOES DEPEND ON AMYLASE LIPASE LEVEL", "correct": false}, {"label": "D", "text": "REMAINS ELEVATED FOR 30 DAYS", "correct": false}], "correct_answer": "A. LIPASE - MORE SPECIFIC", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "TRUE-LOVE AND WITTS CLASSIFICATION IS USED FOR", "options": [{"label": "A", "text": "ULCERATIVE COLITIS", "correct": true}, {"label": "B", "text": "GASTRIC ULCER", "correct": false}, {"label": "C", "text": "ACUTE ENCEPHALITIS", "correct": false}, {"label": "D", "text": "ACUTE PANCREATITIS", "correct": false}], "correct_answer": "A. ULCERATIVE COLITIS", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (A)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "WHICH AMONG THE FOLLOWING IS TRUE ABOUT ERAS PROTOCOL", "options": [{"label": "A", "text": "INCREASED DURATION OF HOSPITAL STAY BY 10 TO 30%", "correct": false}, {"label": "B", "text": "PROLONGED FASTING IS NOT MANDATORY", "correct": true}, {"label": "C", "text": "EARLY MOBILISATION IS NOT RECOMMENDED", "correct": false}, {"label": "D", "text": "OPIOD SPARING ANALGESIA IS NOT PREFFERED", "correct": false}], "correct_answer": "B. PROLONGED FASTING IS NOT MANDATORY", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (B)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "POST LAPAROTOMY FOR PERFORATION PERITONITIS PATIENT ABDOMINAL WALL WAS CLOSED BUT SKIN WAS LEFT OPEN, WHICH WAS CLOSED ON 5th DAY. HOW THE HEALING OCCURS IN THIS CASE?", "options": [{"label": "A", "text": "PRIMARY INTENTION", "correct": false}, {"label": "B", "text": "SECONDARY INTENTION", "correct": false}, {"label": "C", "text": "TERTIARY INTENTION", "correct": true}, {"label": "D", "text": "QUATERNARY INTENTION", "correct": false}], "correct_answer": "C. TERTIARY INTENTION", "question_images": [], "explanation_images": [], "explanation": "<p><strong>Correct Answer (C)</strong></p>\n<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "40 years old patient who was treated in past with radiation for Hodkin's Lymphoma presents with right sided thyroid swelling. FNAC reveals papillary thyroid cancer and there is no lymph node involvement. What is next step in management.", "options": [{"label": "A", "text": "Hemithyroidectomy", "correct": false}, {"label": "B", "text": "Total thyroidectomy", "correct": true}, {"label": "C", "text": "Hemithyroidectomy with MRND", "correct": false}, {"label": "D", "text": "Total thyroidectomy with MRND", "correct": false}], "correct_answer": "B. Total thyroidectomy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What is the loc to diagnose this disease shown in barium sallow?", "options": [{"label": "A", "text": "Endoscopy", "correct": false}, {"label": "B", "text": "Mannometry", "correct": true}, {"label": "C", "text": "24 hour ph monitoring", "correct": false}, {"label": "D", "text": "Cect", "correct": false}], "correct_answer": "B. Mannometry", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%201.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which investigations not commonly used or is least significant for the disease depicted in the picture?", "options": [{"label": "A", "text": "pH monitoring.", "correct": true}, {"label": "B", "text": "Mannometry", "correct": false}, {"label": "C", "text": "Upper Gl endoscopy", "correct": false}, {"label": "D", "text": "Time barium study", "correct": false}], "correct_answer": "A. pH monitoring.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%202.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the image?", "options": [{"label": "A", "text": "Esophageal varices", "correct": true}, {"label": "B", "text": "Erosions", "correct": false}, {"label": "C", "text": "Barrett’s", "correct": false}, {"label": "D", "text": "Esophageal cancer", "correct": false}], "correct_answer": "A. Esophageal varices", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%203.png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Most common ectopic tissue found in Meckel’s diverticulum is/are type? 1. Gastric 2. Colonic 3. Pancreatic 4. Adrenal.", "options": [{"label": "A", "text": "1& 2 TRUE", "correct": false}, {"label": "B", "text": "2 &3 TRUE", "correct": false}, {"label": "C", "text": "1&3 TRUE", "correct": true}, {"label": "D", "text": "1&4 TRUE", "correct": false}], "correct_answer": "C. 1&3 TRUE", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "What cancer being operated here?", "options": [{"label": "A", "text": "Carcinoma GB", "correct": false}, {"label": "B", "text": "Ca head of pancreas.", "correct": true}, {"label": "C", "text": "Cholangio-carcinoma", "correct": false}, {"label": "D", "text": "Cancer in stomach", "correct": false}], "correct_answer": "B. Ca head of pancreas.", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture%204(1).png"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "34 years male on routine investigation serum calcium is 12.8 mg/dl with raised PTH. On USG 1.5 X 1.5 cm mass was detected near right lower lobe of thyroid, Which of the following is true regarding this condition", "options": [{"label": "A", "text": "MIBI followed by parathyroidectomy", "correct": true}, {"label": "B", "text": "Norma DEXA scan rules out need for surgery", "correct": false}, {"label": "C", "text": "No surgery required", "correct": false}, {"label": "D", "text": "GFR > 80ml/min manadates surgery.", "correct": false}], "correct_answer": "A. MIBI followed by parathyroidectomy", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A chronic smoker comes with complaints of pain in his legs on walking for some distance. He has feeble dorsalis pedis, anterior tibial and posterior tibial pulse. Intermittent claudication is implicated. Which of the following is true regarding this condition", "options": [{"label": "A", "text": "Pain is relieved on bending forward", "correct": false}, {"label": "B", "text": "Pain on taking first step", "correct": false}, {"label": "C", "text": "Pain aggravates at night", "correct": false}, {"label": "D", "text": "Pain develops after walking some distance and relieved by rest,", "correct": true}], "correct_answer": "D. Pain develops after walking some distance and relieved by rest,", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Calculate BSA for a patient with burn involving the anterior part of chest and abdomen, Right arm and Right thigh (circumferential).", "options": [{"label": "A", "text": "45%", "correct": false}, {"label": "B", "text": "27%", "correct": false}, {"label": "C", "text": "36%", "correct": true}, {"label": "D", "text": "18%", "correct": false}], "correct_answer": "C. 36%", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is best method to localize a parathyroid adenoma ?", "options": [{"label": "A", "text": "SPECT Sestamibi", "correct": true}, {"label": "B", "text": "Tc99 sestamibi", "correct": false}, {"label": "C", "text": "USG neck", "correct": false}, {"label": "D", "text": "MRI", "correct": false}], "correct_answer": "A. SPECT Sestamibi", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is not included in 4B stage of breast cancer?", "options": [{"label": "A", "text": "Ulceration", "correct": false}, {"label": "B", "text": "Peu de orange", "correct": false}, {"label": "C", "text": "Satellite nodule", "correct": false}, {"label": "D", "text": "Cellulitis/ erythema over 1/3rd of breast (Inflammatory breast cancer)", "correct": true}], "correct_answer": "D. Cellulitis/ erythema over 1/3rd of breast (Inflammatory breast cancer)", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A patient presents with a breast lump, and imaging (X-ray mammography) along with histopathology confirms a diagnosis of breast cancer. She has a family history of breast cancer involving two relatives and has a 29-year-old daughter. Which gene should be tested to assess hereditary breast cancer risk in this patient?", "options": [{"label": "A", "text": "BRCA1", "correct": true}, {"label": "B", "text": "TP53", "correct": false}, {"label": "C", "text": "CDH1", "correct": false}, {"label": "D", "text": "STK11", "correct": false}], "correct_answer": "A. BRCA1", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 25 year old male presents with Pain starting from umbilicus moving to RIF, Fever, nausea and rebound tenderness. His WBC count is 14,000/cmm. What is the Alvarado score?", "options": [{"label": "A", "text": "4", "correct": false}, {"label": "B", "text": "5", "correct": false}, {"label": "C", "text": "6", "correct": true}, {"label": "D", "text": "7", "correct": false}], "correct_answer": "C. 6", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 65-year-old patient undergoes colonoscopy for evaluation of altered bowel habits. A 6 cm colonic mass is identified and biopsied. Histopathology confirms adenocarcinoma that is confined to the mucosal layer, with no evidence of invasion into the submucosa or beyond. Imaging studies show no lymph node involvement or distant metastasis. Based on this information, what is the most appropriate TNM stage of this tumor?", "options": [{"label": "A", "text": "Stage 0", "correct": true}, {"label": "B", "text": "Stage I", "correct": false}, {"label": "C", "text": "Stage II", "correct": false}, {"label": "D", "text": "Stage III", "correct": false}], "correct_answer": "A. Stage 0", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not a C/I of breast conservation surgery?", "options": [{"label": "A", "text": "Scleroderma", "correct": false}, {"label": "B", "text": "H/O radiation", "correct": false}, {"label": "C", "text": "Multiple cancer in 1 quadrant", "correct": true}, {"label": "D", "text": "Persistent positive margin", "correct": false}], "correct_answer": "C. Multiple cancer in 1 quadrant", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Which of the following is wrongly matched classification", "options": [{"label": "A", "text": "Boston classification – Colon preparation in cancer for colonoscopy", "correct": false}, {"label": "B", "text": "LA for Achalasia", "correct": true}, {"label": "C", "text": "Mannheim- Chronic pancreatitis", "correct": false}, {"label": "D", "text": "Miami – Parathyroid adenoma and hyperplasia differentiation", "correct": false}], "correct_answer": "B. LA for Achalasia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Imminent gangrene is seen in ABPI?", "options": [{"label": "A", "text": "< 0.3", "correct": true}, {"label": "B", "text": "< 0.5", "correct": false}, {"label": "C", "text": "< 0.7", "correct": false}, {"label": "D", "text": "< 0.9", "correct": false}], "correct_answer": "A. < 0.3", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IOC of parathyroid adenoma?", "options": [{"label": "A", "text": "MRI", "correct": false}, {"label": "B", "text": "CECT", "correct": false}, {"label": "C", "text": "Sestamibi Scan", "correct": false}, {"label": "D", "text": "18 FDG PET scan", "correct": true}], "correct_answer": "D. 18 FDG PET scan", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Singing of eye brow, B/L upper limbs anterior thorax- % of burn?", "options": [{"label": "A", "text": "20-25%", "correct": false}, {"label": "B", "text": "27 – 30%", "correct": true}, {"label": "C", "text": "30 to 35%", "correct": false}, {"label": "D", "text": "35 to 40%", "correct": false}], "correct_answer": "B. 27 – 30%", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture1(41).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not a cause of recurrent renal stone?", "options": [{"label": "A", "text": "Hypercalciuria", "correct": false}, {"label": "B", "text": "Hyperoxaluria", "correct": false}, {"label": "C", "text": "Hypercitraturia", "correct": true}, {"label": "D", "text": "Hyperuricosuria", "correct": false}], "correct_answer": "C. Hypercitraturia", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Name the procedure?", "options": [{"label": "A", "text": "Duodenal switch", "correct": false}, {"label": "B", "text": "SADI- S", "correct": true}, {"label": "C", "text": "Roux en Y gastric bypass", "correct": false}, {"label": "D", "text": "Sleeve gastrectomy", "correct": false}], "correct_answer": "B. SADI- S", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture2(30).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "week old child, Non bilious vomiting, non projectile, abdominal examination normal DX?", "options": [{"label": "A", "text": "GERD", "correct": true}, {"label": "B", "text": "Milk allergy", "correct": false}, {"label": "C", "text": "SBO", "correct": false}, {"label": "D", "text": "CHPS", "correct": false}], "correct_answer": "A. GERD", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Name the procedure done in the image shown below?", "options": [{"label": "A", "text": "Dog ear excision", "correct": true}, {"label": "B", "text": "Keloid excision", "correct": false}, {"label": "C", "text": "Z plasty", "correct": false}, {"label": "D", "text": "Transposition flap", "correct": false}], "correct_answer": "A. Dog ear excision", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture3(23).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Not a boundary of Hepato-cystic triangle?", "options": [{"label": "A", "text": "Cystic artery", "correct": true}, {"label": "B", "text": "CHD", "correct": false}, {"label": "C", "text": "Inferior surface of liver", "correct": false}, {"label": "D", "text": "Cystic duct", "correct": false}], "correct_answer": "A. Cystic artery", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture4(21).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cleft lip, muscle repaired?", "options": [{"label": "A", "text": "Levator labii superioris", "correct": false}, {"label": "B", "text": "Zygomatcus major", "correct": false}, {"label": "C", "text": "Levator labii superioris alaeque nasi", "correct": false}, {"label": "D", "text": "Orbicularis oris", "correct": true}], "correct_answer": "D. Orbicularis oris", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "About Z plasty true statement is?", "options": [{"label": "A", "text": "To increase length", "correct": true}, {"label": "B", "text": "Flap turning", "correct": false}, {"label": "C", "text": "Zigzag suturing", "correct": false}, {"label": "D", "text": "STSG", "correct": false}], "correct_answer": "A. To increase length", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Correct about VAC? 1: Negative pressure -125 mmHg 2: Redressing after 4-7 days 3: Increase proliferation of granulation tissue/ Protein synthetic matrix 4: Can be continuous or intermittent 5: Reduced bacterial proliferation", "options": [{"label": "A", "text": "1 and 3 correct", "correct": false}, {"label": "B", "text": "2 and 4 correct", "correct": false}, {"label": "C", "text": "1, 2 3, correct", "correct": false}, {"label": "D", "text": "All correct", "correct": true}], "correct_answer": "D. All correct", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture5(13).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "IOC of ureteric stone?", "options": [{"label": "A", "text": "NCCT", "correct": true}, {"label": "B", "text": "IVP", "correct": false}, {"label": "C", "text": "CECT", "correct": false}, {"label": "D", "text": "X ray KUB", "correct": false}], "correct_answer": "A. NCCT", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "A 40-year-old male presents to the emergency department with head injury and severe respiratory distress and absent breath sound on right side. GCS is 8/15. What is the most appropriate immediate next step in management?", "options": [{"label": "A", "text": "ICD", "correct": false}, {"label": "B", "text": "CECT", "correct": false}, {"label": "C", "text": "Secure airway", "correct": true}, {"label": "D", "text": "O2 by nasal prongs", "correct": false}], "correct_answer": "C. Secure airway", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "ARDS patient on mechanical ventilation. Decreased breath sound on right side and tracheal deviation to other side?", "options": [{"label": "A", "text": "Barotrauma", "correct": true}, {"label": "B", "text": "Increase tidal volume", "correct": false}, {"label": "C", "text": "Oxygen toxicity", "correct": false}, {"label": "D", "text": "ET malposition", "correct": false}], "correct_answer": "A. Barotrauma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Wrong Match?", "options": [{"label": "A", "text": "STK11- Breast cancer", "correct": false}, {"label": "B", "text": "PTEN- Thyroid", "correct": false}, {"label": "C", "text": "TP53- Mucosal neuroma", "correct": true}, {"label": "D", "text": "BRCA 2- Prostate Cancer", "correct": false}], "correct_answer": "C. TP53- Mucosal neuroma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Identify the image?", "options": [{"label": "A", "text": "X ray defecogram", "correct": true}, {"label": "B", "text": "CT defecpgram", "correct": false}, {"label": "C", "text": "MRI defecogram", "correct": false}, {"label": "D", "text": "Ba swallow", "correct": false}], "correct_answer": "A. X ray defecogram", "question_images": ["https://d2enu63wt1sf3u.cloudfront.net/ckfinder/files/Picture6(11).jpg"], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Cancer not related to obesity?", "options": [{"label": "A", "text": "Endometrial cancer", "correct": false}, {"label": "B", "text": "Stomach", "correct": false}, {"label": "C", "text": "Pancreas", "correct": false}, {"label": "D", "text": "Multiple myeloma/ Meningioma", "correct": true}], "correct_answer": "D. Multiple myeloma/ Meningioma", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fluid used in Brooke’s formula", "options": [{"label": "A", "text": "Human Albumin solution", "correct": true}, {"label": "B", "text": "Starch", "correct": false}, {"label": "C", "text": "Dextran", "correct": false}, {"label": "D", "text": "Plasma", "correct": false}], "correct_answer": "A. Human Albumin solution", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}, {"text": "Fluid used in Brooke’s formula", "options": [{"label": "A", "text": "Human Albumin solution", "correct": true}, {"label": "B", "text": "Starch", "correct": false}, {"label": "C", "text": "Dextran", "correct": false}, {"label": "D", "text": "Plasma", "correct": false}], "correct_answer": "A. Human Albumin solution", "question_images": [], "explanation_images": [], "explanation": "<p>@dams_new_robot</p>", "bot": "@dams_new_robot", "video": ""}]; if (!Array.isArray(questions) || questions.length === 0) { throw new Error("Questions data is empty or invalid"); } debugLog(`Successfully parsed ${questions.length} questions`); } catch (e) { console.error("Failed to parse questions_json:", e); document.getElementById('error-message').innerHTML = "Error loading quiz data. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; // Fallback to sample questions for testing questions = [ { text: "What is 2 + 2?", options: [ { label: "A", text: "3", correct: false }, { label: "B", text: "4", correct: true }, { label: "C", text: "5", correct: false }, { label: "D", text: "6", correct: false } ], correct_answer: "B. 4", question_images: [], explanation_images: [], explanation: "<p>2 + 2 = 4</p><p>@dams_new_robot</p>", bot: "@dams_new_robot", audio: "", video: "" } ]; debugLog("Loaded fallback questions"); } // Quiz state let currentQuestion = 0; let answers = new Array(questions.length).fill(null); let markedForReview = new Array(questions.length).fill(false); let timeRemaining = 248 * 60; // Duration in seconds let timerInterval = null; const quizId = `{title.replace(/\s+/g, '_').toLowerCase()}`; // Unique ID for local storage // Load saved progress function loadProgress() { try { debugLog("Loading progress from localStorage"); const saved = localStorage.getItem(`quiz_${quizId}`); if (saved) { const { savedAnswers, savedMarked, savedTime } = JSON.parse(saved); answers = savedAnswers || answers; markedForReview = savedMarked || markedForReview; timeRemaining = savedTime !== undefined ? savedTime : timeRemaining; debugLog("Progress loaded successfully"); } else { debugLog("No saved progress found"); } } catch (e) { console.error("Error loading progress:", e); debugLog("Failed to load progress: " + e.message); } } // Save progress function saveProgress() { try { debugLog("Saving progress to localStorage"); localStorage.setItem(`quiz_${quizId}`, JSON.stringify({ savedAnswers: answers, savedMarked: markedForReview, savedTime: timeRemaining })); debugLog("Progress saved successfully"); } catch (e) { console.error("Error saving progress:", e); debugLog("Failed to save progress: " + e.message); } } // Initialize quiz function initQuiz() { try { debugLog("Initializing quiz"); loadProgress(); const startButton = document.getElementById('start-test'); if (!startButton) { throw new Error("Start test button not found"); } startButton.addEventListener('click', startQuiz); debugLog("Start test button listener attached"); document.getElementById('previous-btn').addEventListener('click', showPreviousQuestion); document.getElementById('next-btn').addEventListener('click', showNextQuestion); document.getElementById('mark-review').addEventListener('click', toggleMarkForReview); document.getElementById('nav-toggle').addEventListener('click', toggleNavPanel); document.getElementById('submit-test').addEventListener('click', showSubmitModal); document.getElementById('continue-test').addEventListener('click', closeExitModal); document.getElementById('exit-test').addEventListener('click', () => { debugLog("Exiting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('cancel-submit').addEventListener('click', closeSubmitModal); document.getElementById('confirm-submit').addEventListener('click', submitTest); document.getElementById('take-again').addEventListener('click', () => { debugLog("Restarting test"); localStorage.removeItem(`quiz_${quizId}`); window.location.reload(); }); document.getElementById('review-test').addEventListener('click', () => showResults(currentResultQuestion)); document.getElementById('close-nav').addEventListener('click', toggleNavPanel); document.getElementById('theme-toggle').addEventListener('click', toggleTheme); document.getElementById('nav-filter').addEventListener('change', updateNavPanel); document.getElementById('prev-result').addEventListener('click', showPreviousResult); document.getElementById('next-result').addEventListener('click', showNextResult); document.getElementById('results-nav-toggle').addEventListener('click', toggleResultsNavPanel); document.getElementById('close-results-nav').addEventListener('click', toggleResultsNavPanel); document.getElementById('results-nav-filter').addEventListener('change', updateResultsNavPanel); debugLog("Quiz initialized successfully"); } catch (e) { console.error("Failed to initialize quiz:", e); debugLog("Failed to initialize quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('start-test').disabled = true; } } // Start quiz function startQuiz() { try { debugLog("Starting quiz"); document.getElementById('instructions').classList.add('hidden'); document.getElementById('quiz').classList.remove('hidden'); showQuestion(currentQuestion); startTimer(); updateNavPanel(); debugLog("Quiz started successfully"); } catch (e) { console.error("Error starting quiz:", e); debugLog("Failed to start quiz: " + e.message); document.getElementById('error-message').innerHTML = "Error starting quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); document.getElementById('quiz').classList.add('hidden'); document.getElementById('instructions').classList.remove('hidden'); } } // Show question function showQuestion(index) { try { debugLog(`Showing question ${index + 1}`); currentQuestion = index; const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } document.getElementById('question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('question-text').innerHTML = q.text || "No question text available"; const imagesDiv = document.getElementById('question-images'); imagesDiv.innerHTML = q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg">`).join('') : ''; const optionsDiv = document.getElementById('options'); optionsDiv.innerHTML = q.options && q.options.length > 0 ? q.options.map(opt => ` <button class="option-btn w-full text-left p-3 border rounded-lg ${answers[index] === opt.label ? 'selected' : ''}" onclick="selectOption(${index}, '${opt.label}')" aria-label="Option ${opt.label}: ${opt.text}"> ${opt.label}. ${opt.text} </button> `).join('') : '<p class="text-red-500">No options available</p>'; document.getElementById('previous-btn').disabled = index === 0; document.getElementById('next-btn').disabled = index === questions.length - 1; document.getElementById('mark-review').classList.toggle('marked', markedForReview[index]); updateProgressBar(); saveProgress(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying question:", e); debugLog("Failed to display question: " + e.message); } } // Select option function selectOption(index, label) { try { debugLog(`Selecting option ${label} for question ${index + 1}`); answers[index] = label; const optionsDiv = document.getElementById('options'); const optionButtons = optionsDiv.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { const btnLabel = btn.textContent.trim().split('.')[0]; btn.classList.toggle('selected', btnLabel === label); }); updateNavPanel(); saveProgress(); debugLog(`Option ${label} selected for question ${index + 1}`); } catch (e) { console.error("Error selecting option:", e); debugLog("Failed to select option: " + e.message); } } // Toggle mark for review function toggleMarkForReview() { try { debugLog(`Toggling mark for review on question ${currentQuestion + 1}`); markedForReview[currentQuestion] = !markedForReview[currentQuestion]; document.getElementById('mark-review').classList.toggle('marked', markedForReview[currentQuestion]); updateNavPanel(); saveProgress(); debugLog(`Mark for review toggled for question ${currentQuestion + 1}`); } catch (e) { console.error("Error marking for review:", e); debugLog("Failed to mark for review: " + e.message); } } // Navigate to previous question function showPreviousQuestion() { try { debugLog(`Navigating to previous question from ${currentQuestion + 1}`); if (currentQuestion > 0) { currentQuestion--; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to previous question:", e); debugLog("Failed to navigate to previous question: " + e.message); } } // Navigate to next question function showNextQuestion() { try { debugLog(`Navigating to next question from ${currentQuestion + 1}`); if (currentQuestion < questions.length - 1) { currentQuestion++; showQuestion(currentQuestion); } } catch (e) { console.error("Error navigating to next question:", e); debugLog("Failed to navigate to next question: " + e.message); } } // Handle question navigation click function handleQuestionNavClick(index) { try { debugLog(`Navigating to question ${index + 1} via nav panel`); showQuestion(index); toggleNavPanel(); } catch (e) { console.error("Error handling navigation click:", e); debugLog("Failed to navigate via nav panel: " + e.message); } } // Start timer function startTimer() { try { debugLog("Starting timer"); timerInterval = setInterval(() => { if (timeRemaining <= 0) { debugLog("Timer expired, submitting test"); clearInterval(timerInterval); submitTest(); } else { timeRemaining--; const minutes = Math.floor(timeRemaining / 60); const seconds = timeRemaining % 60; document.getElementById('timer').innerHTML = `Time Remaining: <span>${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}</span>`; saveProgress(); } }, 1000); debugLog("Timer started successfully"); } catch (e) { console.error("Error starting timer:", e); debugLog("Failed to start timer: " + e.message); } } // Update progress bar function updateProgressBar() { try { debugLog("Updating progress bar"); const progress = ((currentQuestion + 1) / questions.length) * 100; document.getElementById('progress-bar').style.width = `${progress}%`; debugLog("Progress bar updated"); } catch (e) { console.error("Error updating progress bar:", e); debugLog("Failed to update progress bar: " + e.message); } } // Update quiz navigation panel function updateNavPanel() { try { debugLog("Updating quiz navigation panel"); const filter = document.getElementById('nav-filter').value; const navGrid = document.getElementById('nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="question-nav-btn ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleQuestionNavClick(${i})" aria-label="Go to Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Quiz navigation panel updated"); } catch (e) { console.error("Error updating quiz navigation panel:", e); debugLog("Failed to update quiz navigation panel: " + e.message); } } // Update results navigation panel function updateResultsNavPanel() { try { debugLog("Updating results navigation panel"); const filter = document.getElementById('results-nav-filter').value; const navGrid = document.getElementById('results-nav-grid'); navGrid.innerHTML = questions.map((_, i) => { if (filter === 'answered' && !answers[i]) return ''; if (filter === 'unanswered' && answers[i]) return ''; if (filter === 'marked' && !markedForReview[i]) return ''; return ` <button class="result-nav-btn-grid ${answers[i] ? 'answered' : 'unanswered'} ${markedForReview[i] ? 'marked-nav' : ''}" onclick="handleResultNavClick(${i})" aria-label="Go to Result for Question ${i + 1}"> ${i + 1} </button> `; }).join(''); debugLog("Results navigation panel updated"); } catch (e) { console.error("Error updating results navigation panel:", e); debugLog("Failed to update results navigation panel: " + e.message); } } // Toggle quiz navigation panel function toggleNavPanel() { try { debugLog("Toggling quiz navigation panel"); const navPanel = document.getElementById('nav-panel'); navPanel.classList.toggle('hidden'); debugLog("Quiz navigation panel toggled"); } catch (e) { console.error("Error toggling quiz navigation panel:", e); debugLog("Failed to toggle quiz navigation panel: " + e.message); } } // Toggle results navigation panel function toggleResultsNavPanel() { try { debugLog("Toggling results navigation panel"); const resultsNavPanel = document.getElementById('results-nav-panel'); resultsNavPanel.classList.toggle('hidden'); if (!resultsNavPanel.classList.contains('hidden')) { updateResultsNavPanel(); } debugLog("Results navigation panel toggled"); } catch (e) { console.error("Error toggling results navigation panel:", e); debugLog("Failed to toggle results navigation panel: " + e.message); } } // Handle result navigation click function handleResultNavClick(index) { try { debugLog(`Navigating to result for question ${index + 1} via nav panel`); showResults(index); toggleResultsNavPanel(); } catch (e) { console.error("Error handling result navigation click:", e); debugLog("Failed to navigate to result: " + e.message); } } // Show submit modal function showSubmitModal() { try { debugLog("Showing submit modal"); const attempted = answers.filter(a => a !== null).length; document.getElementById('attempted-count').textContent = attempted; document.getElementById('unattempted-count').textContent = questions.length - attempted; document.getElementById('submit-modal').classList.remove('hidden'); debugLog("Submit modal displayed"); } catch (e) { console.error("Error showing submit modal:", e); debugLog("Failed to show submit modal: " + e.message); } } // Close submit modal function closeSubmitModal() { try { debugLog("Closing submit modal"); document.getElementById('submit-modal').classList.add('hidden'); debugLog("Submit modal closed"); } catch (e) { console.error("Error closing submit modal:", e); debugLog("Failed to close submit modal: " + e.message); } } // Close exit modal function closeExitModal() { try { debugLog("Closing exit modal"); document.getElementById('exit-modal').classList.add('hidden'); debugLog("Exit modal closed"); } catch (e) { console.error("Error closing exit modal:", e); debugLog("Failed to close exit modal: " + e.message); } } // Submit test function submitTest() { try { debugLog("Submitting test"); clearInterval(timerInterval); document.getElementById('quiz').classList.add('hidden'); document.getElementById('submit-modal').classList.add('hidden'); document.getElementById('results').classList.remove('hidden'); showResults(0); // Start with first question // Trigger confetti animation confetti({ particleCount: 100, spread: 70, origin: { y: 0.6 } }); localStorage.removeItem(`quiz_${quizId}`); debugLog("Test submitted successfully"); } catch (e) { console.error("Error submitting test:", e); debugLog("Failed to submit test: " + e.message); } } // Show result for a single question function showResults(index) { try { debugLog(`Showing result for question ${index + 1}`); currentResultQuestion = index; let correct = 0, wrong = 0, unanswered = 0, marked = 0; answers.forEach((answer, i) => { const isCorrect = answer && questions[i].options.find(opt => opt.label === answer)?.correct; if (answer === null) unanswered++; else if (isCorrect) correct++; else wrong++; if (markedForReview[i]) marked++; }); const q = questions[index]; if (!q) { throw new Error(`Question ${index} is undefined`); } const userAnswer = answers[index]; const isCorrect = userAnswer && q.options.find(opt => opt.label === userAnswer)?.correct; const resultsContent = document.getElementById('results-content'); resultsContent.innerHTML = ` <div class="border p-4 rounded-lg ${isCorrect ? 'bg-green-50' : userAnswer ? 'bg-red-50' : 'bg-gray-50'}"> <p class="font-semibold">Question ${index + 1}: ${q.text || 'No question text'}</p> ${q.question_images && q.question_images.length > 0 ? q.question_images.map(url => `<img src="${url}" alt="Question Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} <p><strong>Your Answer:</strong> ${userAnswer ? `${userAnswer}. ${q.options.find(opt => opt.label === userAnswer)?.text || 'Invalid option'}` : 'Unanswered'}</p> <p><strong>Correct Answer:</strong> ${q.correct_answer || 'Unknown'}</p> <div class="mt-2">${q.explanation || 'No explanation available'}</div> ${q.explanation_images && q.explanation_images.length > 0 ? q.explanation_images.map(url => `<img src="${url}" alt="Explanation Image" class="max-w-full h-auto rounded-lg my-2">`).join('') : ''} ${q.video ? ` <button class="play-video bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadVideo(this, '${q.video}', 'video-${index}')" aria-label="Play explanation video for Question ${index + 1}"> Play Video Explanation </button> <div id="video-${index}" class="video-container mt-2"></div> ` : '<p class="text-gray-500 mt-2">No video available</p>'} ${q.audio ? ` <button class="play-audio bg-blue-500 text-white px-4 py-2 rounded-lg mt-2" onclick="loadAudio(this, '${q.audio}', 'audio-${index}')" aria-label="Play audio explanation for Question ${index + 1}"> Play Audio Explanation </button> <div id="audio-${index}" class="audio-container mt-2"></div> ` : ''} </div> `; document.getElementById('correct-count').textContent = correct; document.getElementById('wrong-count').textContent = wrong; document.getElementById('unanswered-count').textContent = unanswered; document.getElementById('marked-count').textContent = marked; document.getElementById('result-question-number').innerHTML = `Question <span>${index + 1}</span> of ${questions.length}`; document.getElementById('prev-result').disabled = index === 0; document.getElementById('next-result').disabled = index === questions.length - 1; updateResultsNavPanel(); window.scrollTo({ top: 0, behavior: 'smooth' }); debugLog(`Result for question ${index + 1} displayed successfully`); } catch (e) { console.error("Error displaying result:", e); debugLog("Failed to display result: " + e.message); } } // Navigate to previous result function showPreviousResult() { try { debugLog(`Navigating to previous result from question ${currentResultQuestion + 1}`); if (currentResultQuestion > 0) { showResults(currentResultQuestion - 1); } } catch (e) { console.error("Error navigating to previous result:", e); debugLog("Failed to navigate to previous result: " + e.message); } } // Navigate to next result function showNextResult() { try { debugLog(`Navigating to next result from question ${currentResultQuestion + 1}`); if (currentResultQuestion < questions.length - 1) { showResults(currentResultQuestion + 1); } } catch (e) { console.error("Error navigating to next result:", e); debugLog("Failed to navigate to next result: " + e.message); } } // Lazy-load video function loadVideo(button, videoUrl, containerId) { try { debugLog(`Loading video for ${containerId}: ${videoUrl}`); if (!videoUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No video available</p>`; button.remove(); debugLog("No video URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <div class="video-loading"></div> <video controls class="w-full max-w-[600px] rounded-lg" preload="metadata" aria-label="Video explanation"> <source src="${videoUrl}" type="${videoUrl.endsWith('.m3u8') ? 'application/x-mpegURL' : 'video/mp4'}"> Your browser does not support the video tag. </video> `; container.classList.add('active'); button.remove(); // Initialize HLS.js for .m3u8 videos const video = container.querySelector('video'); if (videoUrl.endsWith('.m3u8') && Hls.isSupported()) { const hls = new Hls(); hls.loadSource(videoUrl); hls.attachMedia(video); hls.on(Hls.Events.ERROR, (event, data) => { console.error("HLS.js error:", data); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("HLS.js error: " + JSON.stringify(data)); }); } else if (videoUrl.endsWith('.m3u8') && video.canPlayType('application/vnd.apple.mpegurl')) { video.src = videoUrl; } // Handle video load errors video.onerror = () => { console.error("Video load error for URL:", videoUrl); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; debugLog("Video load error for URL: " + videoUrl); }; // Remove loading spinner when video is ready video.onloadedmetadata = () => { container.querySelector('.video-loading').remove(); debugLog("Video loaded successfully"); }; } catch (e) { console.error("Error loading video:", e); debugLog("Failed to load video: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading video. <a href="${videoUrl}" target="_blank" aria-label="Open video in new tab">Open video</a></p>`; } } // Lazy-load audio function loadAudio(button, audioUrl, containerId) { try { debugLog(`Loading audio for ${containerId}: ${audioUrl}`); if (!audioUrl) { const container = document.getElementById(containerId); container.innerHTML = `<p class="text-gray-500">No audio available</p>`; button.remove(); debugLog("No audio URL provided"); return; } const container = document.getElementById(containerId); container.innerHTML = ` <audio controls class="w-full max-w-[600px]" preload="metadata" aria-label="Audio explanation"> <source src="${audioUrl}" type="audio/mpeg"> Your browser does not support the audio tag. </audio> `; container.classList.add('active'); button.remove(); // Handle audio load errors const audio = container.querySelector('audio'); audio.onerror = () => { console.error("Audio load error for URL:", audioUrl); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; debugLog("Audio load error for URL: " + audioUrl); }; debugLog("Audio loaded successfully"); } catch (e) { console.error("Error loading audio:", e); debugLog("Failed to load audio: " + e.message); const container = document.getElementById(containerId); container.innerHTML = `<p class="text-red-500">Error loading audio. <a href="${audioUrl}" target="_blank" aria-label="Open audio in new tab">Open audio</a></p>`; } } // Toggle dark mode function toggleTheme() { try { debugLog("Toggling theme"); document.documentElement.classList.toggle('dark'); localStorage.setItem('theme', document.documentElement.classList.contains('dark') ? 'dark' : 'light'); debugLog("Theme toggled successfully"); } catch (e) { console.error("Error toggling theme:", e); debugLog("Failed to toggle theme: " + e.message); } } // Load theme preference function loadTheme() { try { debugLog("Loading theme preference"); const theme = localStorage.getItem('theme'); if (theme === 'dark') { document.documentElement.classList.add('dark'); } debugLog("Theme loaded successfully"); } catch (e) { console.error("Error loading theme:", e); debugLog("Failed to load theme: " + e.message); } } // Initialize on DOM content loaded window.addEventListener('DOMContentLoaded', () => { try { debugLog("DOM content loaded, initializing quiz"); loadTheme(); initQuiz(); } catch (e) { console.error("Error during DOMContentLoaded:", e); debugLog("Failed to initialize on DOMContentLoaded: " + e.message); document.getElementById('error-message').innerHTML = "Error initializing quiz. Please check the console for details or contact support."; document.getElementById('error-message').classList.remove('hidden'); } }); </script> </body> </html>" frameborder="0" width="100%" height="2000px">